Home
last modified time | relevance | path

Searched refs:vcpu_bo (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c191 NULL, &rdev->uvd.vcpu_bo); in radeon_uvd_init()
197 r = radeon_bo_reserve(rdev->uvd.vcpu_bo, false); in radeon_uvd_init()
199 radeon_bo_unref(&rdev->uvd.vcpu_bo); in radeon_uvd_init()
204 r = radeon_bo_pin(rdev->uvd.vcpu_bo, RADEON_GEM_DOMAIN_VRAM, in radeon_uvd_init()
207 radeon_bo_unreserve(rdev->uvd.vcpu_bo); in radeon_uvd_init()
208 radeon_bo_unref(&rdev->uvd.vcpu_bo); in radeon_uvd_init()
213 r = radeon_bo_kmap(rdev->uvd.vcpu_bo, &rdev->uvd.cpu_addr); in radeon_uvd_init()
219 radeon_bo_unreserve(rdev->uvd.vcpu_bo); in radeon_uvd_init()
234 if (rdev->uvd.vcpu_bo == NULL) in radeon_uvd_fini()
237 r = radeon_bo_reserve(rdev->uvd.vcpu_bo, false); in radeon_uvd_fini()
[all …]
H A Dradeon_vce.c143 &rdev->vce.vcpu_bo); in radeon_vce_init()
149 r = radeon_bo_reserve(rdev->vce.vcpu_bo, false); in radeon_vce_init()
151 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_init()
156 r = radeon_bo_pin(rdev->vce.vcpu_bo, RADEON_GEM_DOMAIN_VRAM, in radeon_vce_init()
158 radeon_bo_unreserve(rdev->vce.vcpu_bo); in radeon_vce_init()
160 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_init()
182 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_fini()
185 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_fini()
200 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_suspend()
225 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_resume()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c328 &adev->uvd.inst[j].vcpu_bo, in amdgpu_uvd_sw_init()
382 amdgpu_bo_free_kernel(&adev->uvd.inst[j].vcpu_bo, in amdgpu_uvd_sw_fini()
443 if (adev->uvd.inst[j].vcpu_bo == NULL) in amdgpu_uvd_prepare_suspend()
446 size = amdgpu_bo_size(adev->uvd.inst[j].vcpu_bo); in amdgpu_uvd_prepare_suspend()
484 if (adev->uvd.inst[i].vcpu_bo == NULL) in amdgpu_uvd_resume()
487 size = amdgpu_bo_size(adev->uvd.inst[i].vcpu_bo); in amdgpu_uvd_resume()
H A Damdgpu_vce.h36 struct amdgpu_bo *vcpu_bo; member
H A Damdgpu_uvd.h41 struct amdgpu_bo *vcpu_bo; member
H A Damdgpu_vcn.c211 &adev->vcn.inst[i].vcpu_bo, in amdgpu_vcn_sw_init()
264 amdgpu_bo_free_kernel(&adev->vcn.inst[j].vcpu_bo, in amdgpu_vcn_sw_fini()
315 if (adev->vcn.inst[i].vcpu_bo == NULL) in amdgpu_vcn_suspend()
318 size = amdgpu_bo_size(adev->vcn.inst[i].vcpu_bo); in amdgpu_vcn_suspend()
342 if (adev->vcn.inst[i].vcpu_bo == NULL) in amdgpu_vcn_resume()
345 size = amdgpu_bo_size(adev->vcn.inst[i].vcpu_bo); in amdgpu_vcn_resume()
H A Dvce_v4_0.c447 unsigned size = amdgpu_bo_size(adev->vce.vcpu_bo); in vce_v4_0_sw_init()
561 if (adev->vce.vcpu_bo == NULL) in vce_v4_0_suspend()
566 unsigned size = amdgpu_bo_size(adev->vce.vcpu_bo); in vce_v4_0_suspend()
609 if (adev->vce.vcpu_bo == NULL) in vce_v4_0_resume()
615 unsigned size = amdgpu_bo_size(adev->vce.vcpu_bo); in vce_v4_0_resume()
H A Damdgpu_vcn.h282 struct amdgpu_bo *vcpu_bo; member