From: Zhao Yakui Date: Wed, 13 Jan 2010 14:10:50 +0000 (+0000) Subject: drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 register X-Git-Tag: v2.6.33-rc5~62^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21bd770b9c90ee6a53a9dbb6293513a8c7654cfe;p=platform%2Fkernel%2Flinux-3.10.git drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 register Signed-off-by: Zhao Yakui Reviewed-by: Eric Anholt Signed-off-by: Eric Anholt --- diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 149d360..847006c 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h @@ -1815,7 +1815,7 @@ #define DSPFW_PLANEB_SHIFT 8 #define DSPFW2 0x70038 #define DSPFW_CURSORA_MASK 0x00003f00 -#define DSPFW_CURSORA_SHIFT 16 +#define DSPFW_CURSORA_SHIFT 8 #define DSPFW3 0x7003c #define DSPFW_HPLL_SR_EN (1<<31) #define DSPFW_CURSOR_SR_SHIFT 24