Lines Matching defs:qdev

178 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release,  in qxl_push_command_ring_release()
191 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_cursor_ring_release()
203 bool qxl_queue_garbage_collect(struct qxl_device *qdev, bool flush) in qxl_queue_garbage_collect()
214 int qxl_garbage_collect(struct qxl_device *qdev) in qxl_garbage_collect()
256 int qxl_alloc_bo_reserved(struct qxl_device *qdev, in qxl_alloc_bo_reserved()
281 static int wait_for_io_cmd_user(struct qxl_device *qdev, uint8_t val, long port, bool intr) in wait_for_io_cmd_user()
316 static void wait_for_io_cmd(struct qxl_device *qdev, uint8_t val, long port) in wait_for_io_cmd()
326 int qxl_io_update_area(struct qxl_device *qdev, struct qxl_bo *surf, in qxl_io_update_area()
358 void qxl_io_notify_oom(struct qxl_device *qdev) in qxl_io_notify_oom()
363 void qxl_io_flush_release(struct qxl_device *qdev) in qxl_io_flush_release()
368 void qxl_io_flush_surfaces(struct qxl_device *qdev) in qxl_io_flush_surfaces()
374 void qxl_io_destroy_primary(struct qxl_device *qdev) in qxl_io_destroy_primary()
379 void qxl_io_create_primary(struct qxl_device *qdev, in qxl_io_create_primary()
402 void qxl_io_memslot_add(struct qxl_device *qdev, uint8_t id) in qxl_io_memslot_add()
408 void qxl_io_log(struct qxl_device *qdev, const char *fmt, ...) in qxl_io_log()
422 void qxl_io_reset(struct qxl_device *qdev) in qxl_io_reset()
427 void qxl_io_monitors_config(struct qxl_device *qdev) in qxl_io_monitors_config()
445 int qxl_surface_id_alloc(struct qxl_device *qdev, in qxl_surface_id_alloc()
477 void qxl_surface_id_dealloc(struct qxl_device *qdev, in qxl_surface_id_dealloc()
485 int qxl_hw_surface_alloc(struct qxl_device *qdev, in qxl_hw_surface_alloc()
541 int qxl_hw_surface_dealloc(struct qxl_device *qdev, in qxl_hw_surface_dealloc()
581 int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) in qxl_update_surface()
599 static void qxl_surface_evict_locked(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_a… in qxl_surface_evict_locked()
609 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_area) in qxl_surface_evict()
616 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf()
641 static int qxl_reap_surface_id(struct qxl_device *qdev, int max_to_reap) in qxl_reap_surface_id()