From: Daniel Vetter Date: Fri, 23 Mar 2012 22:43:35 +0000 (+0100) Subject: drm/i915/sdov: switch IS_SDVOB to a flag X-Git-Tag: v3.5-rc1~83^2~140^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef4eacb6ed3940b4a15daf3fbd060243e54056c;p=pandora-kernel.git drm/i915/sdov: switch IS_SDVOB to a flag With valleyview we'll have these at yet another address, so keeping track of this with an ever-growing list of registers will get ugly. This way intel_sdvo.c is fully independent of the base address of the output ports display register blocks. While at it, do 2 closely related cleanups: - use SDVO_NAME some more - change the sdvo_reg variables to uint32_t like other registers. Reviewed-by: Chris Wilson Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed