Searched refs:num_gws (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_pm4_headers_aldebaran.h74 uint32_t num_gws:7; member in struct:pm4_mes_map_process_aldebaran::__anon257::__anon258
H A Dkfd_pm4_headers.h84 uint32_t num_gws:6; member in struct:pm4_map_process::__anon189::__anon190
137 uint32_t num_gws:6; member in struct:pm4_map_process_scratch_kv::__anon196::__anon197
H A Dkfd_packet_manager_v9.c50 packet->bitfields14.num_gws = (qpd->mapped_gws_queue) ? qpd->num_gws : 0;
105 packet->bitfields14.num_gws = (qpd->mapped_gws_queue) ? qpd->num_gws : 0;
H A Dkfd_topology.h57 uint32_t num_gws; member in struct:kfd_node_properties
H A Dkfd_packet_manager_vi.c58 packet->bitfields10.num_gws = qpd->num_gws;
H A Dkfd_pm4_headers_vi.h187 uint32_t num_gws:6; member in struct:pm4_mes_map_process::__anon311::__anon312
H A Dkfd_process_queue_manager.c123 if (gws && pdd->qpd.num_gws)
126 if (!gws && pdd->qpd.num_gws == 0)
149 pdd->qpd.num_gws = gws ? dev->adev->gds.gws_size : 0;
195 pdd->qpd.num_gws = 0;
H A Dkfd_pm4_headers_ai.h183 uint32_t num_gws:7; member in struct:pm4_mes_map_process::__anon527::__anon528
H A Dkfd_debug.c755 if (pdd->qpd.num_gws && (!kfd_dbg_has_gws_support(pdd->dev) ||
H A Dkfd_priv.h675 uint32_t num_gws; member in struct:qcm_process_device
H A Dkfd_topology.c472 sysfs_show_32bit_prop(buffer, offs, "num_gws",
473 dev->node_props.num_gws);
2023 dev->node_props.num_gws = (dev->gpu->gws &&
H A Dkfd_chardev.c1501 retval = pqm_set_gws(&p->pqm, args->queue_id, args->num_gws ? dev->gws : NULL);
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h476 * @num_gws: how many GWS to allocate
482 __u32 num_gws; /* to KFD */ member in struct:kfd_ioctl_alloc_queue_gws_args

Completed in 217 milliseconds