* [PATCH] etnaviv: Add more offsets to sensitive state
@ 2018-09-20 9:09 Guido Günther
0 siblings, 0 replies; only message in thread
From: Guido Günther @ 2018-09-20 9:09 UTC (permalink / raw)
To: Lucas Stach; +Cc: etnaviv, dri-devel
0x14000 and 0x14018 are SRC_ADDR and DEST_ADDR in the BLT engine.
0x15C00 are the TX_DESCRIPTOR addresses on Halti5 at least.
This avoids the etnaviv_warn_if_non_sensitive warnings.
Signed-off-by: Guido Günther <guido.gunther@puri.sm>
---
drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
index b106e8b288ad..84f5dabd57d9 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
@@ -69,8 +69,11 @@ static const struct {
ST(0x2400, 14 * 16),
ST(0x3824, 1),
ST(0x10800, 32 * 16),
+ ST(0x14000, 1),
+ ST(0x14018, 1),
ST(0x14600, 16),
ST(0x14800, 8 * 8),
+ ST(0x15c00, 128),
#undef ST
};
--
2.18.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-20 9:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 9:09 [PATCH] etnaviv: Add more offsets to sensitive state Guido Günther
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).