Searched refs:mqd_size (Results 1 – 2 of 2) sorted by relevance
275 unsigned mqd_size) in amdgpu_gfx_compute_mqd_sw_init() argument288 r = amdgpu_bo_create_kernel(adev, mqd_size, PAGE_SIZE, in amdgpu_gfx_compute_mqd_sw_init()297 adev->gfx.mec.mqd_backup[AMDGPU_MAX_COMPUTE_RINGS] = kmalloc(mqd_size, GFP_KERNEL); in amdgpu_gfx_compute_mqd_sw_init()306 r = amdgpu_bo_create_kernel(adev, mqd_size, PAGE_SIZE, in amdgpu_gfx_compute_mqd_sw_init()315 adev->gfx.mec.mqd_backup[i] = kmalloc(mqd_size, GFP_KERNEL); in amdgpu_gfx_compute_mqd_sw_init()
47 unsigned mqd_size);