Home
last modified time | relevance | path

Searched defs:mqd_size (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c763 uint32_t *mqd_size, in get_queue_data_sizes()
797 uint32_t mqd_size, ctl_stack_size; in kfd_process_get_queue_info() local
900 uint32_t mqd_size; in criu_checkpoint_queues_device() local
1106 uint32_t *mqd_size, in pqm_get_queue_checkpoint_info()
H A Dkfd_mqd_manager_v12.c85 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in allocate_mqd() local
101 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in init_mqd() local
H A Dkfd_mqd_manager_v11.c104 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in allocate_mqd() local
120 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in init_mqd() local
H A Dkfd_mqd_manager.h137 uint32_t mqd_size; member
H A Dkfd_mqd_manager_v12_1.c143 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in allocate_mqd() local
162 u32 mqd_size = AMDGPU_MQD_SIZE_ALIGN(mm->mqd_size); in init_mqd() local
H A Dkfd_device_queue_manager.c3020 u32 *mqd_size, in get_queue_checkpoint_info()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c1689 int r, mqd_size = sizeof(struct v11_compute_mqd); in mes_v11_0_mqd_sw_init() local
H A Damdgpu_gfx.c385 int mqd_idx, mqd_size; in amdgpu_gfx_mqd_reset_restore() local
408 unsigned int mqd_size, int xcc_id) in amdgpu_gfx_mqd_sw_init()
H A Damdgpu_mes.h492 unsigned mqd_size; member
503 #define AMDGPU_MQD_SIZE_ALIGN(mqd_size) AMDGPU_GPU_PAGE_ALIGN(((mqd_size) + 32)) argument
H A Dmes_v12_1.c1572 int r, mqd_size = sizeof(struct v12_1_mes_mqd); in mes_v12_1_mqd_sw_init() local
H A Dmes_v12_0.c1788 int r, mqd_size = sizeof(struct v12_compute_mqd); in mes_v12_0_mqd_sw_init() local
/linux/include/uapi/drm/
H A Damdgpu_drm.h414 __u64 mqd_size; member