drm/etnaviv: add sensitive state for occlusion query address
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Thu, 19 Oct 2017 08:40:54 +0000 (10:40 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 1 Dec 2017 16:37:30 +0000 (17:37 +0100)
Add GL.OCCLUSION_QUERY_ADDR (0x03824): address where GPU stores
the occlusion query result.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c

index 6e3bbcf..68e6d37 100644 (file)
@@ -78,6 +78,7 @@ static const struct {
        ST(0x17c0, 8),
        ST(0x17e0, 8),
        ST(0x2400, 14 * 16),
+       ST(0x3824, 1),
        ST(0x10800, 32 * 16),
        ST(0x14600, 16),
        ST(0x14800, 8 * 8),