Symbol: v12_compute_mqd
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1572
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v12_compute_mqd), 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3109
struct v12_compute_mqd *mqd = m;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3246
struct v12_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3356
struct v12_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3396
struct v12_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
5664
sizeof(struct v12_compute_mqd);
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1268
struct v12_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1377
struct v12_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1568
int r, mqd_size = sizeof(struct v12_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
103
struct v12_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
105
m = (struct v12_compute_mqd *) mqd_mem_obj->cpu_ptr;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
185
struct v12_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
247
struct v12_compute_mqd *m = (struct v12_compute_mqd *)mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
258
struct v12_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
293
struct v12_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
34
static inline struct v12_compute_mqd *get_mqd(void *mqd)
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
36
return (struct v12_compute_mqd *)mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
362
data, sizeof(struct v12_compute_mqd), false);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
399
mqd->mqd_size = sizeof(struct v12_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
416
mqd->mqd_size = sizeof(struct v12_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
432
mqd->mqd_size = sizeof(struct v12_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
47
struct v12_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v12.c
77
static void set_priority(struct v12_compute_mqd *m, struct queue_properties *q)