Searched refs:amdgpu_gfx_mqd_sw_init (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 489 int amdgpu_gfx_mqd_sw_init(struct amdgpu_device *adev,
|
H A D | amdgpu_gfx.c | 381 int amdgpu_gfx_mqd_sw_init(struct amdgpu_device *adev, in amdgpu_gfx_mqd_sw_init() function
|
H A D | gfx_v9_4_3.c | 856 r = amdgpu_gfx_mqd_sw_init(adev, in gfx_v9_4_3_sw_init()
|
H A D | gfx_v11_0.c | 1449 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v11_compute_mqd), 0); in gfx_v11_0_sw_init()
|
H A D | gfx_v8_0.c | 2031 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct vi_mqd_allocation), 0); in gfx_v8_0_sw_init()
|
H A D | gfx_v9_0.c | 2164 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation), 0); in gfx_v9_0_sw_init()
|
H A D | gfx_v10_0.c | 4621 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v10_compute_mqd), 0); in gfx_v10_0_sw_init()
|