radv: drop some unused cmask info members.
These were assigned but never used. Inspired by similiar patch in radeonsi. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -562,10 +562,6 @@ radv_image_get_cmask_info(struct radv_device *device,
|
||||
/* Each element of CMASK is a nibble. */
|
||||
unsigned slice_bytes = slice_elements / 2;
|
||||
|
||||
out->pitch = width;
|
||||
out->height = height;
|
||||
out->xalign = cl_width * 8;
|
||||
out->yalign = cl_height * 8;
|
||||
out->slice_tile_max = (width * height) / (128*128);
|
||||
if (out->slice_tile_max)
|
||||
out->slice_tile_max -= 1;
|
||||
|
||||
@@ -933,10 +933,6 @@ struct radv_cmask_info {
|
||||
uint64_t offset;
|
||||
uint64_t size;
|
||||
unsigned alignment;
|
||||
unsigned pitch;
|
||||
unsigned height;
|
||||
unsigned xalign;
|
||||
unsigned yalign;
|
||||
unsigned slice_tile_max;
|
||||
unsigned base_address_reg;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user