radv: align the LDS size in calculate_tess_lds_size()
[mesa.git] / src / amd / common / ac_gpu_info.h
index 6022a199065a6018e18bc719ba1c5b63bd31115c..70e53f16cb403cda05b1fc76fe69802a592f9c12 100644 (file)
@@ -134,6 +134,7 @@ struct radeon_info {
        bool                        has_userptr;
        bool                        has_syncobj;
        bool                        has_syncobj_wait_for_submit;
+       bool                        has_timeline_syncobj;
        bool                        has_fence_to_handle;
        bool                        has_ctx_priority;
        bool                        has_local_buffers;
@@ -152,6 +153,8 @@ struct radeon_info {
        bool                        has_read_registers_query;
        bool                        has_gds_ordered_append;
        bool                        has_scheduled_fence_dependency;
+       /* Whether SR-IOV is enabled or amdgpu.mcbp=1 was set on the kernel command line. */
+       bool                        mid_command_buffer_preemption_enabled;
 
        /* Shader cores. */
        uint32_t                    cu_mask[4][2];