Skip to content

Commit c995999

Browse files
Christian Gmeinerlynxeye-dev
authored andcommitted
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: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
1 parent 1dccdba commit c995999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static const struct {
5454
ST(0x1480, 8),
5555
ST(0x1500, 8),
5656
ST(0x1520, 8),
57+
ST(0x1540, 8),
5758
ST(0x1608, 1),
5859
ST(0x1610, 1),
5960
ST(0x1658, 1),

0 commit comments

Comments
 (0)