Searched refs:gds_base (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | mes_api_def.h | 199 uint32_t gds_base; member 371 uint32_t gds_base; member 399 uint32_t gds_base; member
|
| H A D | amdgpu_ids.h | 54 uint32_t gds_base; member
|
| H A D | amdgpu_job.h | 57 uint32_t gds_base, gds_size; member
|
| H A D | amdgpu_vm.c | 1048 id->gds_base != job->gds_base || in amdgpu_vm_need_pipeline_sync() 1081 id->gds_base != job->gds_base || in amdgpu_vm_flush() 1157 id->gds_base = job->gds_base; in amdgpu_vm_flush() 1163 amdgpu_ring_emit_gds_switch(ring, job->vmid, job->gds_base, in amdgpu_vm_flush()
|
| H A D | amdgpu_ring.h | 167 uint32_t gds_base, uint32_t gds_size,
|
| H A D | amdgpu_ids.c | 532 id->gds_base = 0; in amdgpu_vmid_reset()
|
| H A D | amdgpu_cs.c | 629 p->job->gds_base = amdgpu_bo_gpu_offset(gds) >> PAGE_SHIFT; in amdgpu_cs_parser_bos()
|
| H A D | gfx_v7_0.c | 4100 uint32_t gds_base, uint32_t gds_size, in gfx_v7_0_ring_emit_gds_switch() argument 4110 amdgpu_ring_write(ring, gds_base); in gfx_v7_0_ring_emit_gds_switch()
|
| H A D | gfx_v8_0.c | 5191 uint32_t gds_base, uint32_t gds_size, in gfx_v8_0_ring_emit_gds_switch() argument 5201 amdgpu_ring_write(ring, gds_base); in gfx_v8_0_ring_emit_gds_switch()
|
| H A D | gfx_v9_0.c | 4195 uint32_t gds_base, uint32_t gds_size, in gfx_v9_0_ring_emit_gds_switch() argument 4204 gds_base); in gfx_v9_0_ring_emit_gds_switch()
|
| H A D | gfx_v10_0.c | 7210 uint32_t gds_base, uint32_t gds_size, in gfx_v10_0_ring_emit_gds_switch() argument 7219 gds_base); in gfx_v10_0_ring_emit_gds_switch()
|