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
1851
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v11_compute_mqd), 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4231
struct v11_compute_mqd *mqd = m;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4369
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4479
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4518
struct v11_compute_mqd *mqd = ring->mqd_ptr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
7420
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
342
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
344
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
367
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
382
struct v11_compute_mqd *m;
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
460
data, sizeof(struct v11_compute_mqd), false);
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
497
mqd->mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
516
mqd->mqd_size = sizeof(struct v11_compute_mqd);
sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
532
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)