projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6036ae7
)
drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 register
author
Zhao Yakui
<yakui.zhao@intel.com>
Wed, 13 Jan 2010 14:10:50 +0000
(14:10 +0000)
committer
Eric Anholt
<eric@anholt.net>
Fri, 15 Jan 2010 22:06:19 +0000
(14:06 -0800)
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_reg.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_reg.h
b/drivers/gpu/drm/i915/i915_reg.h
index 149d360d64a33f83cd5e03ef7eca7c76fa0fb67e..847006c5218e50211d640667f3432c290b6ece04 100644
(file)
--- 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