ac,winsys/amdgpu: align IBs the same as the kernel
[mesa.git] / src / amd / common / ac_gpu_info.h
index 3f33ec5ae3262417835fddaa83177adeea24692e..6022a199065a6018e18bc719ba1c5b63bd31115c 100644 (file)
@@ -59,6 +59,7 @@ struct radeon_info {
        /* Features. */
        bool                        has_graphics; /* false if the chip is compute-only */
        uint32_t                    num_rings[NUM_RING_TYPES];
        /* Features. */
        bool                        has_graphics; /* false if the chip is compute-only */
        uint32_t                    num_rings[NUM_RING_TYPES];
+       uint32_t                    ib_pad_dw_mask[NUM_RING_TYPES];
        bool                        has_clear_state;
        bool                        has_distributed_tess;
        bool                        has_dcc_constant_encode;
        bool                        has_clear_state;
        bool                        has_distributed_tess;
        bool                        has_dcc_constant_encode;