projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
drm/etnaviv: add sensitive state for occlusion query address
author
Christian Gmeiner
<
[email protected]
>
Thu, 19 Oct 2017 08:40:54 +0000
(10:40 +0200)
committer
Lucas Stach
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Lucas Stach <
[email protected]
>
drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
index 6e3bbcf24160eb297d7269e79828a0bfdac7bdc5..68e6d3772ad84d636166e2992a29368723946d05 100644
(file)
--- 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),