Home
last modified time | relevance | path

Searched refs:compute_mqd_size (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c415 u32 compute_mqd_size = max(adev->mqds[AMDGPU_HW_IP_COMPUTE].mqd_size, mqd_size); in amdgpu_gfx_mqd_sw_init() local
479 r = amdgpu_bo_create_kernel(adev, AMDGPU_MQD_SIZE_ALIGN(compute_mqd_size), in amdgpu_gfx_mqd_sw_init()
487 ring->mqd_size = compute_mqd_size; in amdgpu_gfx_mqd_sw_init()
489 adev->gfx.mec.mqd_backup[j] = kzalloc(compute_mqd_size, GFP_KERNEL); in amdgpu_gfx_mqd_sw_init()