Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_uvd.c145 NULL, &rdev->uvd.vcpu_bo); in radeon_uvd_init()
151 r = radeon_bo_reserve(rdev->uvd.vcpu_bo, false); in radeon_uvd_init()
153 radeon_bo_unref(&rdev->uvd.vcpu_bo); in radeon_uvd_init()
158 r = radeon_bo_pin(rdev->uvd.vcpu_bo, RADEON_GEM_DOMAIN_VRAM, in radeon_uvd_init()
161 radeon_bo_unreserve(rdev->uvd.vcpu_bo); in radeon_uvd_init()
162 radeon_bo_unref(&rdev->uvd.vcpu_bo); in radeon_uvd_init()
167 r = radeon_bo_kmap(rdev->uvd.vcpu_bo, &rdev->uvd.cpu_addr); in radeon_uvd_init()
173 radeon_bo_unreserve(rdev->uvd.vcpu_bo); in radeon_uvd_init()
188 if (rdev->uvd.vcpu_bo == NULL) in radeon_uvd_fini()
191 r = radeon_bo_reserve(rdev->uvd.vcpu_bo, false); in radeon_uvd_fini()
[all …]
Dradeon_vce.c130 &rdev->vce.vcpu_bo); in radeon_vce_init()
136 r = radeon_bo_reserve(rdev->vce.vcpu_bo, false); in radeon_vce_init()
138 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_init()
143 r = radeon_bo_pin(rdev->vce.vcpu_bo, RADEON_GEM_DOMAIN_VRAM, in radeon_vce_init()
145 radeon_bo_unreserve(rdev->vce.vcpu_bo); in radeon_vce_init()
147 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_init()
169 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_fini()
172 radeon_bo_unref(&rdev->vce.vcpu_bo); in radeon_vce_fini()
187 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_suspend()
212 if (rdev->vce.vcpu_bo == NULL) in radeon_vce_resume()
[all …]
Dradeon.h1675 struct radeon_bo *vcpu_bo; member
1718 struct radeon_bo *vcpu_bo; member