Searched refs:gws (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_job.c | 240 struct amdgpu_bo *gws, struct amdgpu_bo *oa) in amdgpu_job_set_resources() argument 246 if (gws) { in amdgpu_job_set_resources() 247 job->gws_base = amdgpu_bo_gpu_offset(gws) >> PAGE_SHIFT; in amdgpu_job_set_resources() 248 job->gws_size = amdgpu_bo_size(gws) >> PAGE_SHIFT; in amdgpu_job_set_resources()
|
H A D | amdgpu_gds.h | 40 uint32_t gws; member
|
H A D | amdgpu_job.h | 99 struct amdgpu_bo *gws, struct amdgpu_bo *oa);
|
H A D | amdgpu_amdkfd.h | 242 int amdgpu_amdkfd_add_gws_to_process(void *info, void *gws, struct kgd_mem **mem);
|
H A D | amdgpu_amdkfd_gpuvm.c | 3099 int amdgpu_amdkfd_add_gws_to_process(void *info, void *gws, struct kgd_mem **mem) in amdgpu_amdkfd_add_gws_to_process() argument 3102 struct amdgpu_bo *gws_bo = (struct amdgpu_bo *)gws; in amdgpu_amdkfd_add_gws_to_process() 3105 if (!info || !gws) in amdgpu_amdkfd_add_gws_to_process()
|
H A D | gfx_v7_0.c | 1846 WREG32(amdgpu_gds_reg_offset[i].gws, 0); in gfx_v7_0_init_compute_vmid() 1864 WREG32(amdgpu_gds_reg_offset[vmid].gws, 0); in gfx_v7_0_init_gds_vmid() 4024 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].gws); in gfx_v7_0_ring_emit_gds_switch()
|
H A D | gfx_v8_0.c | 3692 WREG32(amdgpu_gds_reg_offset[i].gws, 0); in gfx_v8_0_init_compute_vmid() 3710 WREG32(amdgpu_gds_reg_offset[vmid].gws, 0); in gfx_v8_0_init_gds_vmid() 5184 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].gws); in gfx_v8_0_ring_emit_gds_switch()
|
/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 93 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 133 sprintf(gws, "%u", in read_route() 150 route.gw = atoi(gws); in read_route() 244 memset(gws, 0, sizeof(gws)); in read_route()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 291 void *gws; member 607 void *gws; member 1256 uint32_t gws; member 1362 void *gws);
|
H A D | kfd_packet_manager_v9.c | 240 packet->bitfields2.gws_control_queue = q->gws ? 1 : 0; in pm_map_queues_v9()
|
H A D | kfd_chardev.c | 1467 if (!dev->gws) { in kfd_ioctl_alloc_queue_gws() 1483 retval = pqm_set_gws(&p->pqm, args->queue_id, args->num_gws ? dev->gws : NULL); in kfd_ioctl_alloc_queue_gws()
|
H A D | kfd_topology.c | 2105 dev->node_props.num_gws = (dev->gpu->gws && in kfd_topology_add_device()
|
/linux/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 616 local -A gws 617 gws=([veth1]=172.16.1.2 [veth3]=172.16.2.2) 669 local -A gws 670 gws=([veth1]=2001:db8:91::2 [veth3]=2001:db8:92::2)
|