From ce124146e562189cb00433775f8cc3707f2aa917 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Sun, 8 Jun 2025 18:23:21 +0200 Subject: [PATCH] etnaviv: drop unused member PE_RT_COLOR_ADDR from compile framebuffer state Those relocs were never used. Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner Part-of: --- src/gallium/drivers/etnaviv/etnaviv_internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_internal.h b/src/gallium/drivers/etnaviv/etnaviv_internal.h index 34925b28f23..e2b7f925f97 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_internal.h +++ b/src/gallium/drivers/etnaviv/etnaviv_internal.h @@ -202,7 +202,6 @@ struct compiled_framebuffer_state { uint32_t PS_CONTROL; uint32_t PS_CONTROL_EXT; uint32_t PS_OUTPUT_REG2; - struct etna_reloc PE_RT_COLOR_ADDR[7]; struct etna_reloc PE_RT_PIPE_COLOR_ADDR[7][ETNA_MAX_PIXELPIPES]; uint32_t PE_RT_CONFIG[7]; uint32_t RT_TS_MEM_CONFIG[7];