Home
last modified time | relevance | path

Searched defs:evict (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_bo_util.c48 bool evict, in ttm_bo_move_ttm()
324 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy()
636 bool evict, in ttm_bo_move_accel_cleanup()
Dttm_bo.c278 bool evict, bool interruptible, in ttm_bo_handle_move_mem()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c254 bool evict, bool no_wait_gpu, in radeon_move_blit()
310 bool evict, bool interruptible, in radeon_move_vram_ram()
357 bool evict, bool interruptible, in radeon_move_ram_vram()
397 bool evict, bool interruptible, in radeon_bo_move()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c224 bool evict, bool no_wait_gpu, in amdgpu_move_blit()
279 bool evict, bool interruptible, in amdgpu_move_vram_ram()
326 bool evict, bool interruptible, in amdgpu_move_ram_vram()
366 bool evict, bool interruptible, in amdgpu_bo_move()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c312 bool force = false, evict = false; in nouveau_bo_pin() local
1056 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf()
1156 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd()
1192 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips()
1283 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move()
/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c190 bool evict, bool interruptible, in cirrus_bo_move()
/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c190 bool evict, bool interruptible, in mgag200_bo_move()
/drivers/gpu/drm/ast/
Dast_ttm.c190 bool evict, bool interruptible, in ast_bo_move()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c348 bool evict, bool interruptible, in qxl_bo_move()
/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c374 bool evict, bool interruptible, in virtio_gpu_bo_move()
/drivers/gpu/drm/bochs/
Dbochs_mm.c169 bool evict, bool interruptible, in bochs_bo_move()
/drivers/gpu/drm/omapdrm/
Domap_gem.c180 static void evict(struct drm_gem_object *obj) in evict() function