]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: rename sdvox_reg to hdmi_reg on HDMI context
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 18 Feb 2013 22:00:26 +0000 (19:00 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Feb 2013 11:28:39 +0000 (12:28 +0100)
commit13087ff93ad79ac4a2d5e7297c55fe042723e244
treeae820d326c875d437291c85b2fc3c9d56e97dfc4
parent0b36fc93378991afe667bbc37c7c634cb182c290
drm/i915: rename sdvox_reg to hdmi_reg on HDMI context

Some (but not all) of the HDMI registers can be used to control sDVO,
so those registers have two names. IMHO, when we're talking about
HDMI, we really should call the HDMI control register "hdmi_reg"
instead of "sdvox_reg", otherwise we'll just confuse people reading
our code (we now have platforms with HDMI but without SDVO). So now
"struct intel_hdmi" has a member called "hdmi_reg" instead of
"sdvox_reg".

Also, don't worry: "struct intel_sdvo" still has a member called
"sdvo_reg".

v2: Rebase (v1 was sent in May 2012).

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c