artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8264a98
)
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
author
jsg
<jsg@openbsd.org>
Mon, 9 May 2022 09:05:48 +0000
(09:05 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 9 May 2022 09:05:48 +0000
(09:05 +0000)
From Imre Deak
4e308b21bc16231c90112d839859c9e38f7ef986
in linux 5.15.y/5.15.38
4ae4dd2e26fdfebf0b8c6af6c325383eadfefdb4
in mainline linux
sys/dev/pci/drm/i915/i915_reg.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/i915_reg.h
b/sys/dev/pci/drm/i915/i915_reg.h
index
c65473f
..
bb64e7b
100644
(file)
--- a/
sys/dev/pci/drm/i915/i915_reg.h
+++ b/
sys/dev/pci/drm/i915/i915_reg.h
@@
-7458,7
+7458,7
@@
enum {
#define _SEL_FETCH_PLANE_BASE_6_A 0x70940
#define _SEL_FETCH_PLANE_BASE_7_A 0x70960
#define _SEL_FETCH_PLANE_BASE_CUR_A 0x70880
-#define _SEL_FETCH_PLANE_BASE_1_B 0x7
09
90
+#define _SEL_FETCH_PLANE_BASE_1_B 0x7
18
90
#define _SEL_FETCH_PLANE_BASE_A(plane) _PICK(plane, \
_SEL_FETCH_PLANE_BASE_1_A, \