Home
last modified time | relevance | path

Searched refs:qxl_surface_evict (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/qxl/
H A Dqxl_gem.c39 qxl_surface_evict(qdev, qobj, false); in qxl_gem_object_free()
H A Dqxl_ttm.c133 qxl_surface_evict(qdev, qbo, new_mem ? true : false); in qxl_bo_move_notify()
H A Dqxl_drv.h443 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
H A Dqxl_object.c40 qxl_surface_evict(qdev, bo, false); in qxl_ttm_bo_destroy()
H A Dqxl_cmd.c571 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_area) in qxl_surface_evict() function