From: Paulo Zanoni Date: Tue, 19 Feb 2013 19:21:47 +0000 (-0300) Subject: drm/i915: rename some HDMI bit definitions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~60^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3a8bc7ba6e34403f36e600bc6f54cf0e0041e4;p=pandora-kernel.git drm/i915: rename some HDMI bit definitions Bits used only on HDMI mode now have HDMI_ prefix instead of SDVO_. The COLOR_FORMAT bits now have prefixes (and the 12bpc bit is for HDMI only). Notice that this patch uncovers a bug on the SDVO code: the COLOR_RANGE_16_235 bit can only be used if the port is in TMDS mode, not SDVO mode. This will have to be fixed in a later patch. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed