drm/etnaviv: add sensitive state for PE_RT_ADDR_4_PIPE(3, 0|1) address
authorChristian Gmeiner <cgmeiner@igalia.com>
Thu, 7 Dec 2023 07:43:08 +0000 (08:43 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 23 Jan 2024 09:20:21 +0000 (10:20 +0100)
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>
drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c

index b106e8b288ad2a3a032a18b4e989bb5e1a10c485..9bf47327f4360bba34aa43f440c72714793aeac4 100644 (file)
@@ -54,6 +54,7 @@ static const struct {
        ST(0x1480, 8),
        ST(0x1500, 8),
        ST(0x1520, 8),
+       ST(0x1540, 8),
        ST(0x1608, 1),
        ST(0x1610, 1),
        ST(0x1658, 1),