Re: [Intel-gfx] [v12 14/15] drm/i915/lspcon: Do not send DRM infoframes to non-HDMI sinks

2020-11-30 Thread Shankar, Uma
> -Original Message- > From: Ville Syrjälä > Sent: Friday, November 27, 2020 8:22 PM > To: Shankar, Uma > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [v12 14/15] drm/i915/lspcon: Do not send DRM infoframes to non- > HDMI sinks > > On Fri, Nov 27, 2020 at 02:33:13AM +0530, Uma

Re: [Intel-gfx] [v12 14/15] drm/i915/lspcon: Do not send DRM infoframes to non-HDMI sinks

2020-11-27 Thread Ville Syrjälä
On Fri, Nov 27, 2020 at 02:33:13AM +0530, Uma Shankar wrote: > Non-HDMI sinks shouldn't be sent Dynamic Range and Mastering infoframes. > Check for that when using LSPCON. > > Signed-off-by: Uma Shankar > --- > drivers/gpu/drm/i915/display/intel_ddi.c | 10 +- > 1 file changed, 9

[Intel-gfx] [v12 14/15] drm/i915/lspcon: Do not send DRM infoframes to non-HDMI sinks

2020-11-26 Thread Uma Shankar
Non-HDMI sinks shouldn't be sent Dynamic Range and Mastering infoframes. Check for that when using LSPCON. Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/display/intel_ddi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git