Re: [Intel-gfx] [PATCH 7/7] drm:i915:display: add checks for Gen9 devices with hdr capability

2020-04-07 Thread Jani Nikula
On Fri, 27 Mar 2020, Vipin Anand wrote: > this patch adds hdr capabilities checks for Gen9 devices with > lspcon support. My earlier feedback to this patch holds. I don't really understand what you're trying to achieve. BR, Jani. > > Signed-off-by: Vipin Anand > --- >

[Intel-gfx] [PATCH 7/7] drm:i915:display: add checks for Gen9 devices with hdr capability

2020-03-26 Thread Vipin Anand
this patch adds hdr capabilities checks for Gen9 devices with lspcon support. Signed-off-by: Vipin Anand --- drivers/gpu/drm/i915/display/intel_hdmi.c | 17 + drivers/gpu/drm/i915/display/intel_lspcon.c | 9 +++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff