From 4b80ae8c8d1a4e47f3079bbf7b2383a4fa54c272 Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Wed, 25 Jun 2025 16:49:43 +0200 Subject: [PATCH] lima: drop unused fields from lima_context_framebuffer These are duplicated in lima_job_fb_info and not used from lima_context_framebuffer at all, so can just be dropped. Signed-off-by: Erico Nunes Reviewed-by: Vasily Khoruzhick Part-of: --- src/gallium/drivers/lima/lima_context.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h index fe1c7f905c6..1d0f34c7a9b 100644 --- a/src/gallium/drivers/lima/lima_context.h +++ b/src/gallium/drivers/lima/lima_context.h @@ -36,10 +36,6 @@ struct lima_context_framebuffer { struct pipe_framebuffer_state base; PIPE_FB_SURFACES; //STOP USING THIS - int tiled_w, tiled_h; - int shift_w, shift_h; - int block_w, block_h; - int shift_min; }; struct lima_depth_stencil_alpha_state {