Commit c9959996 authored by Christian Gmeiner's avatar Christian Gmeiner Committed by Lucas Stach

drm/etnaviv: add sensitive state for PE_RT_ADDR_4_PIPE(3, 0|1) address

0x1540 is the address of 4th render target address pair (two pixel pipes).
Signed-off-by: default avatarChristian Gmeiner <cgmeiner@igalia.com>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent 1dccdba0
...@@ -54,6 +54,7 @@ static const struct { ...@@ -54,6 +54,7 @@ static const struct {
ST(0x1480, 8), ST(0x1480, 8),
ST(0x1500, 8), ST(0x1500, 8),
ST(0x1520, 8), ST(0x1520, 8),
ST(0x1540, 8),
ST(0x1608, 1), ST(0x1608, 1),
ST(0x1610, 1), ST(0x1610, 1),
ST(0x1658, 1), ST(0x1658, 1),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment