Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'drm-misc-next-fixes-2018-08-23-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

- Add quirk to Lenovo B50-80 to use 6 bpc instead of 8 (Feng)

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20180823205434.GA137644@art_vandelay

+3
+3
drivers/gpu/drm/drm_edid.c
··· 116 116 /* CPT panel of Asus UX303LA reports 8 bpc, but is a 6 bpc panel */ 117 117 { "CPT", 0x17df, EDID_QUIRK_FORCE_6BPC }, 118 118 119 + /* SDC panel of Lenovo B50-80 reports 8 bpc, but is a 6 bpc panel */ 120 + { "SDC", 0x3652, EDID_QUIRK_FORCE_6BPC }, 121 + 119 122 /* Belinea 10 15 55 */ 120 123 { "MAX", 1516, EDID_QUIRK_PREFER_LARGE_60 }, 121 124 { "MAX", 0x77e, EDID_QUIRK_PREFER_LARGE_60 },