Searched refs:oa_size (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 187 id->oa_size != job->oa_size; in amdgpu_vmid_gds_switch_needed() 440 id->oa_size = job->oa_size; in amdgpu_vmid_grab() 543 id->oa_size = 0; in amdgpu_vmid_reset()
|
| H A D | amdgpu_gds.h | 33 uint32_t oa_size; member
|
| H A D | amdgpu_ids.h | 59 uint32_t oa_size; member
|
| H A D | amdgpu_dev_coredump.c | 267 drm_printf(&p, "gds: os per compute partition: %d\n", coredump->adev->gds.oa_size); in amdgpu_devcoredump_format()
|
| H A D | amdgpu_kms.c | 819 gds_info.oa_per_compute_partition = adev->gds.oa_size; in amdgpu_info_ioctl()
|
| H A D | amdgpu_ttm.c | 2211 r = amdgpu_ttm_init_on_chip(adev, AMDGPU_PL_OA, adev->gds.oa_size); in amdgpu_ttm_init()
|
| H A D | amdgpu_vm.c | 853 job->oa_size); in amdgpu_vm_flush()
|
| H A D | gfx_v11_0.c | 5339 uint32_t oa_base, uint32_t oa_size) in gfx_v11_0_early_init() 5361 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v11_0_late_init() 7467 adev->gds.oa_size = 16; in gfx_v11_0_set_gds_init() 5274 gfx_v11_0_ring_emit_gds_switch(struct amdgpu_ring * ring,uint32_t vmid,uint32_t gds_base,uint32_t gds_size,uint32_t gws_base,uint32_t gws_size,uint32_t oa_base,uint32_t oa_size) gfx_v11_0_ring_emit_gds_switch() argument
|
| H A D | gfx_v9_0.c | 4336 uint32_t oa_base, uint32_t oa_size) in gfx_v9_0_ring_emit_gds_switch() 4358 (1 << (oa_size + oa_base)) - (1 << oa_base)); 7815 adev->gds.oa_size = 16; in gfx_v9_0_set_user_cu_inactive_bitmap() 4316 gfx_v9_0_ring_emit_gds_switch(struct amdgpu_ring * ring,uint32_t vmid,uint32_t gds_base,uint32_t gds_size,uint32_t gws_base,uint32_t gws_size,uint32_t oa_base,uint32_t oa_size) gfx_v9_0_ring_emit_gds_switch() argument
|