Searched refs:v11_compute_mqd (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v11.c34 static inline struct v11_compute_mqd *get_mqd(void *mqd)
36 return (struct v11_compute_mqd *)mqd;
47 struct v11_compute_mqd *m;
96 static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q)
115 size = sizeof(struct v11_compute_mqd);
128 struct v11_compute_mqd *m;
132 m = (struct v11_compute_mqd *) mqd_mem_obj->cpu_ptr;
138 size = sizeof(struct v11_compute_mqd);
220 struct v11_compute_mqd *m;
283 struct v11_compute_mqd *
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v11.c154 static inline struct v11_compute_mqd *get_mqd(void *mqd)
156 return (struct v11_compute_mqd *)mqd;
169 struct v11_compute_mqd *m;
266 struct v11_compute_mqd *m;
496 struct v11_compute_mqd *m = get_mqd(mqd);
H A Dmes_v11_0.c711 struct v11_compute_mqd *mqd = ring->mqd_ptr;
815 struct v11_compute_mqd *mqd = ring->mqd_ptr;
993 int r, mqd_size = sizeof(struct v11_compute_mqd);
H A Dgfx_v11_0.c1449 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v11_compute_mqd), 0);
3742 struct v11_compute_mqd *mqd = m;
3871 struct v11_compute_mqd *mqd = ring->mqd_ptr;
3981 struct v11_compute_mqd *mqd = ring->mqd_ptr;
4020 struct v11_compute_mqd *mqd = ring->mqd_ptr;
6288 sizeof(struct v11_compute_mqd);
/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dv11_structs.h674 struct v11_compute_mqd { struct

Completed in 506 milliseconds