[Intel-gfx] [PATCH 2/8] drm/i915: Check has_infoframes when enabling infoframes

2017-08-18 Thread ville . syrjala
From: Ville Syrjälä has_infoframe is what tells us whether infoframes should be enabled, so let's pass that instead of has_hdmi_sink to .set_infoframes(). Reviewed-by: Rodrigo Vivi Signed-off-by: Ville Syrjälä

Re: [Intel-gfx] [PATCH 2/8] drm/i915: Check has_infoframes when enabling infoframes

2017-08-17 Thread Rodrigo Vivi
On Fri, May 19, 2017 at 04:17:19PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > has_infoframe is what tells us whether infoframes should be enabled, so > let's pass that instead of has_hdmi_sink to .set_infoframes(). makes sense

[Intel-gfx] [PATCH 2/8] drm/i915: Check has_infoframes when enabling infoframes

2017-05-19 Thread ville . syrjala
From: Ville Syrjälä has_infoframe is what tells us whether infoframes should be enabled, so let's pass that instead of has_hdmi_sink to .set_infoframes(). Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 6