Searched refs:oa_base (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | rpcauth.c | 80 msg.rm_call.cb_cred.oa_base = cred_area; 81 msg.rm_call.cb_verf.oa_base = verf_area;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.h | 58 uint32_t oa_base; member
|
| H A D | amdgpu_job.h | 59 uint32_t oa_base, oa_size; member
|
| H A D | amdgpu_vm.c | 1052 id->oa_base != job->oa_base || in amdgpu_vm_need_pipeline_sync() 1085 id->oa_base != job->oa_base || in amdgpu_vm_flush() 1161 id->oa_base = job->oa_base; in amdgpu_vm_flush() 1165 job->gws_size, job->oa_base, in amdgpu_vm_flush()
|
| H A D | amdgpu_ring.h | 169 uint32_t oa_base, uint32_t oa_size);
|
| H A D | amdgpu_ids.c | 536 id->oa_base = 0; in amdgpu_vmid_reset()
|
| H A D | gfx_v7_0.c | 4102 uint32_t oa_base, uint32_t oa_size) in gfx_v7_0_ring_emit_gds_switch() argument 4134 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v7_0_ring_emit_gds_switch()
|
| H A D | amdgpu_cs.c | 637 p->job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_cs_parser_bos()
|
| H A D | gfx_v8_0.c | 5193 uint32_t oa_base, uint32_t oa_size) in gfx_v8_0_ring_emit_gds_switch() argument 5225 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v8_0_ring_emit_gds_switch()
|
| H A D | gfx_v9_0.c | 4197 uint32_t oa_base, uint32_t oa_size) in gfx_v9_0_ring_emit_gds_switch() argument 4219 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v9_0_ring_emit_gds_switch()
|
| H A D | gfx_v10_0.c | 7212 uint32_t oa_base, uint32_t oa_size) in gfx_v10_0_ring_emit_gds_switch() argument 7234 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v10_0_ring_emit_gds_switch()
|