Symbol: v11_compute_mqd
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c
154
static inline struct v11_compute_mqd *get_mqd(void *mqd)
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c
156
return (struct v11_compute_mqd *)mqd;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c
169
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c
266
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c
496
struct v11_compute_mqd *m = get_mqd(mqd);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1856
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v11_compute_mqd), 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4236
struct v11_compute_mqd *mqd = m;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4374
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4484
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4523
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
7441
sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1106
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1210
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1376
int r, mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
115
size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
128
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
132
m = (struct v11_compute_mqd *) mqd_mem_obj->cpu_ptr;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
138
size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
222
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
284
struct v11_compute_mqd *m = (struct v11_compute_mqd *)mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
295
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
328
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
332
memcpy(mqd_dst, m, sizeof(struct v11_compute_mqd));
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
34
static inline struct v11_compute_mqd *get_mqd(void *mqd)
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
341
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
343
m = (struct v11_compute_mqd *) mqd_mem_obj->cpu_ptr;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
36
return (struct v11_compute_mqd *)mqd;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
400
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
415
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
47
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
493
data, sizeof(struct v11_compute_mqd), false);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
530
mqd->mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
549
mqd->mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
565
mqd->mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
96
static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q)