Searched refs:amdgpu_create_bo_linear (Results 1 – 1 of 1) sorted by relevance
/external/minigbm/ |
D | amdgpu.c | 523 static int amdgpu_create_bo_linear(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, in amdgpu_create_bo_linear() function 648 return amdgpu_create_bo_linear(bo, width, height, format, use_flags); in amdgpu_create_bo() 663 return amdgpu_create_bo_linear(bo, width, height, format, BO_USE_SCANOUT); in amdgpu_create_bo_with_modifiers()
|