From: Paulo Zanoni Date: Mon, 18 Feb 2013 22:00:26 +0000 (-0300) Subject: drm/i915: rename sdvox_reg to hdmi_reg on HDMI context X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~60^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b242b7f745650832f445dca3e19efc3dd2d65a66;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed