From: Christian Gmeiner Date: Thu, 19 Oct 2017 08:40:54 +0000 (+0200) Subject: drm/etnaviv: add sensitive state for occlusion query address X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b6047ebaf7b3fb63c3ad49ec9c381a0e0b9fb82a;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Lucas Stach --- diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c index 6e3bbcf24160..68e6d3772ad8 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c @@ -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),