Searched refs:jpeg_bo (Results 1 – 1 of 1) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | jpeg_tests.c | 277 static void alloc_resource(struct amdgpu_jpeg_bo *jpeg_bo, unsigned size, in alloc_resource() argument 295 jpeg_bo->addr = va; in alloc_resource() 296 jpeg_bo->handle = buf_handle; in alloc_resource() 297 jpeg_bo->size = req.alloc_size; in alloc_resource() 298 jpeg_bo->va_handle = va_handle; in alloc_resource() 299 r = amdgpu_bo_cpu_map(jpeg_bo->handle, (void **)&jpeg_bo->ptr); in alloc_resource() 301 memset(jpeg_bo->ptr, 0, size); in alloc_resource() 302 r = amdgpu_bo_cpu_unmap(jpeg_bo->handle); in alloc_resource() 306 static void free_resource(struct amdgpu_jpeg_bo *jpeg_bo) in free_resource() argument 310 r = amdgpu_bo_va_op(jpeg_bo->handle, 0, jpeg_bo->size, jpeg_bo->addr, 0, in free_resource() [all …]
|