1
0
Fork 0

drm/etnaviv: add sensitive state for occlusion query address

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>
hifive-unleashed-5.1
Christian Gmeiner 2017-10-19 10:40:54 +02:00 committed by Lucas Stach
parent 4fbd8d194f
commit b6047ebaf7
1 changed files with 1 additions and 0 deletions

View 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),