mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
etnaviv: drop unused member PE_RT_COLOR_ADDR from compile framebuffer state
Those relocs were never used. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35406>
This commit is contained in:
parent
e5c77d3367
commit
ce124146e5
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue