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:
75a91c9
)
drm/i915: Fix VLV CRC reading.
author
Rodrigo Vivi
<
[email protected]
>
Thu, 5 Jun 2014 21:28:17 +0000
(14:28 -0700)
committer
Daniel Vetter
<
[email protected]
>
Fri, 13 Jun 2014 13:17:41 +0000
(15:17 +0200)
Adding missing Display mmio reg offset.
Credits-to: Laws, Philip <
[email protected]
>
Cc: He, Shuang <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Reviewed-by: Ville Syrjälä <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
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 286f05c63047220472b4f31e20bb92db6217fd72..05e2541077eaadfb598a408e568b9d45850531c4 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_reg.h
+++ b/
drivers/gpu/drm/i915/i915_reg.h
@@
-2627,7
+2627,7
@@
enum punit_power_well {
#define PORT_DFT_I9XX 0x61150
#define DC_BALANCE_RESET (1 << 25)
-#define PORT_DFT2_G4X
0x61154
+#define PORT_DFT2_G4X
(dev_priv->info.display_mmio_offset + 0x61154)
#define DC_BALANCE_RESET_VLV (1 << 31)
#define PIPE_SCRAMBLE_RESET_MASK (0x3 << 0)
#define PIPE_B_SCRAMBLE_RESET (1 << 1)