summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/etnaviv/state_3d.xml.h
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-01-22 14:11:16 +0300
committerLucas Stach <l.stach@pengutronix.de>2018-03-09 14:22:36 +0300
commit059ad7316d6bb5e972002069160580ff3d0aa2fb (patch)
treee15db7bfee2a19c4fdd81e7c59da22e2b4dcafc3 /drivers/gpu/drm/etnaviv/state_3d.xml.h
parent65f037e8e9085b9d6d76e5894c1e5353602202be (diff)
downloadlinux-059ad7316d6bb5e972002069160580ff3d0aa2fb.tar.xz
drm/etnaviv: update hardware headers from rnndb
Update the state HI and common header from rnndb commit 8478eef32fd9 (rnndb: document secure GPU reset bit). Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/state_3d.xml.h')
-rw-r--r--drivers/gpu/drm/etnaviv/state_3d.xml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/etnaviv/state_3d.xml.h b/drivers/gpu/drm/etnaviv/state_3d.xml.h
index 73a97d35c51b..ebbd4fcf3096 100644
--- a/drivers/gpu/drm/etnaviv/state_3d.xml.h
+++ b/drivers/gpu/drm/etnaviv/state_3d.xml.h
@@ -7,4 +7,9 @@
#define VIVS_TS_FLUSH_CACHE 0x00001650
#define VIVS_TS_FLUSH_CACHE_FLUSH 0x00000001
+#define VIVS_NTE_DESCRIPTOR_FLUSH 0x00014c44
+#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__MASK 0xf0000000
+#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__SHIFT 28
+#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28(x) (((x) << VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__SHIFT) & VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__MASK)
+
#endif /* STATE_3D_XML */