Re: [Intel-gfx] [PATCH 3/7] drm/i915: Rename SDVO_AUDIO_ENABLE to HDMI_AUDIO_ENABLE

2019-04-09 Thread Chris Wilson
Quoting Ville Syrjala (2019-04-09 15:40:50) > From: Ville Syrjälä > > The "audio enable" bit on the SDVO/HDMI control register is only meant > for HDMI. Audio is never delivered over the SDVO bus. Rename the define > to reflect this fact. > > Signed-off-by: Ville Syrjälä Just going by that it'

[Intel-gfx] [PATCH 3/7] drm/i915: Rename SDVO_AUDIO_ENABLE to HDMI_AUDIO_ENABLE

2019-04-09 Thread Ville Syrjala
From: Ville Syrjälä The "audio enable" bit on the SDVO/HDMI control register is only meant for HDMI. Audio is never delivered over the SDVO bus. Rename the define to reflect this fact. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/intel_hdmi.c