Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.h64 static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr) in radeon_bo_reserve() argument
68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h187 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr) in amdgpu_bo_reserve() argument
192 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h367 int qxl_release_reserve_list(struct qxl_release *release, bool no_intr);