drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
am: 36fd36b900
Change-Id: Ifc087265486cb0a234985426ca029da8348a504d
This commit is contained in:
commit
e2d4a36ac7
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ static struct edid_quirk {
|
||||||
|
|
||||||
/* Panel in Samsung NP700G7A-S01PL notebook reports 6bpc */
|
/* Panel in Samsung NP700G7A-S01PL notebook reports 6bpc */
|
||||||
{ "SEC", 0xd033, EDID_QUIRK_FORCE_8BPC },
|
{ "SEC", 0xd033, EDID_QUIRK_FORCE_8BPC },
|
||||||
|
|
||||||
|
/* Rotel RSX-1058 forwards sink's EDID but only does HDMI 1.1*/
|
||||||
|
{ "ETR", 13896, EDID_QUIRK_FORCE_8BPC },
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue