From d0b134a71e2bd1d5001222b582f283a7e40701f5 Mon Sep 17 00:00:00 2001 From: sarbes Date: Mon, 1 Sep 2025 21:27:52 +0200 Subject: [PATCH] lima: clean up unused PP struct Reviewed-by: Erico Nunes Part-of: --- src/gallium/drivers/lima/lima_gpu.h | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/gallium/drivers/lima/lima_gpu.h b/src/gallium/drivers/lima/lima_gpu.h index 7e300630b73..099fd64cf1c 100644 --- a/src/gallium/drivers/lima/lima_gpu.h +++ b/src/gallium/drivers/lima/lima_gpu.h @@ -40,32 +40,6 @@ struct lima_gp_frame_reg { uint32_t tile_heap_end; }; -struct lima_pp_frame_reg { - uint32_t plbu_array_address; - uint32_t render_address; - uint32_t unused_0; - uint32_t flags; - uint32_t clear_value_depth; - uint32_t clear_value_stencil; - uint32_t clear_value_color; - uint32_t clear_value_color_1; - uint32_t clear_value_color_2; - uint32_t clear_value_color_3; - uint32_t width; - uint32_t height; - uint32_t fragment_stack_address; - uint32_t fragment_stack_size; - uint32_t unused_1; - uint32_t unused_2; - uint32_t one; - uint32_t supersampled_height; - uint32_t dubya; - uint32_t onscreen; - uint32_t blocking; - uint32_t scale; - uint32_t channel_layout; -}; - struct lima_pp_wb_reg { uint32_t type; uint32_t address;