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:
b1ae6a8
)
drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition.
author
Rodrigo Vivi
<
[email protected]
>
Mon, 29 Jan 2018 23:22:17 +0000
(15:22 -0800)
committer
Rodrigo Vivi
<
[email protected]
>
Tue, 30 Jan 2018 18:24:16 +0000
(10:24 -0800)
This was wrong since its introduction on commit '
04416108ccea
("drm/i915/cnl: Add registers related to voltage swing sequences.")'
But since no Port F was needed so far we don't need to
propagate fixes back there.
Cc: Lucas De Marchi <
[email protected]
>
Cc: Manasi Navare <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Reviewed-by: Dhinakaran Pandiyan <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[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 d8e283cef4483f637b4363a9aed6bb48991d8155..f66f48ffbdd68a313a2563731f9b46c7f56a2403 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_reg.h
+++ b/
drivers/gpu/drm/i915/i915_reg.h
@@
-1964,7
+1964,7
@@
enum i915_power_well_id {
#define _CNL_PORT_TX_DW2_LN0_B 0x162648
#define _CNL_PORT_TX_DW2_LN0_C 0x162C48
#define _CNL_PORT_TX_DW2_LN0_D 0x162E48
-#define _CNL_PORT_TX_DW2_LN0_F 0x162
A
48
+#define _CNL_PORT_TX_DW2_LN0_F 0x162
8
48
#define CNL_PORT_TX_DW2_GRP(port) _MMIO_PORT6(port, \
_CNL_PORT_TX_DW2_GRP_AE, \
_CNL_PORT_TX_DW2_GRP_B, \