Re: [PATCH] drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl

2018-10-03 Thread Daniel Vetter
On Tue, Oct 02, 2018 at 11:29:11PM +0800, Kai-Heng Feng wrote: > There's another panel that reports "DFP 1.x compliant TMDS" but it > supports 6bpc instead of 8 bpc. > > Apply 6 bpc quirk for the panel to fix it. > > BugLink: https://bugs.launchpad.net/bugs/1794387 > Cc: # v4.8+ >

[PATCH] drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl

2018-10-03 Thread Kai-Heng Feng
There's another panel that reports "DFP 1.x compliant TMDS" but it supports 6bpc instead of 8 bpc. Apply 6 bpc quirk for the panel to fix it. BugLink: https://bugs.launchpad.net/bugs/1794387 Cc: # v4.8+ Signed-off-by: Kai-Heng Feng --- drivers/gpu/drm/drm_edid.c | 3 +++ 1 file changed, 3