Searched refs:oa_base (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 175 id->oa_base != job->oa_base || in amdgpu_vmid_gds_switch_needed() 453 id->oa_base = job->oa_base; in amdgpu_vmid_grab() 535 id->oa_base = 0; in amdgpu_vmid_reset()
|
| H A D | amdgpu_ids.h | 58 uint32_t oa_base; member
|
| H A D | amdgpu_job.h | 63 uint32_t oa_base, oa_size; member
|
| H A D | amdgpu_job.c | 262 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
|
| H A D | amdgpu_ring.h | 203 uint32_t oa_base, uint32_t oa_size);
|
| H A D | gfx_v7_0.c | 4008 uint32_t oa_base, uint32_t oa_size) in gfx_v7_0_ring_emit_gds_switch() argument 4040 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v7_0_ring_emit_gds_switch()
|
| H A D | gfx_v9_4_3.c | 2442 uint32_t oa_base, uint32_t oa_size) in gfx_v9_4_3_ring_emit_gds_switch() argument 2464 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v9_4_3_ring_emit_gds_switch()
|
| H A D | gfx_v8_0.c | 5141 uint32_t oa_base, uint32_t oa_size) in gfx_v8_0_ring_emit_gds_switch() argument 5173 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v8_0_ring_emit_gds_switch()
|
| H A D | amdgpu_vm.c | 824 job->gws_size, job->oa_base, in amdgpu_vm_flush()
|
| H A D | gfx_v11_0.c | 5033 uint32_t oa_base, uint32_t oa_size) in gfx_v11_0_ring_emit_gds_switch() argument 5055 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v11_0_ring_emit_gds_switch()
|
| H A D | gfx_v9_0.c | 4290 uint32_t oa_base, uint32_t oa_size) in gfx_v9_0_ring_emit_gds_switch() argument 4312 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v9_0_ring_emit_gds_switch()
|
| H A D | gfx_v10_0.c | 7729 uint32_t oa_base, uint32_t oa_size) in gfx_v10_0_ring_emit_gds_switch() argument 7751 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v10_0_ring_emit_gds_switch()
|