Lines Matching defs:qdev

178 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release,  in qxl_push_command_ring_release()
190 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_cursor_ring_release()
201 bool qxl_queue_garbage_collect(struct qxl_device *qdev, bool flush) in qxl_queue_garbage_collect()
212 int qxl_garbage_collect(struct qxl_device *qdev) in qxl_garbage_collect()
255 int qxl_alloc_bo_reserved(struct qxl_device *qdev, in qxl_alloc_bo_reserved()
280 static int wait_for_io_cmd_user(struct qxl_device *qdev, uint8_t val, long port, bool intr) in wait_for_io_cmd_user()
315 static void wait_for_io_cmd(struct qxl_device *qdev, uint8_t val, long port) in wait_for_io_cmd()
325 int qxl_io_update_area(struct qxl_device *qdev, struct qxl_bo *surf, in qxl_io_update_area()
354 void qxl_io_notify_oom(struct qxl_device *qdev) in qxl_io_notify_oom()
359 void qxl_io_flush_release(struct qxl_device *qdev) in qxl_io_flush_release()
364 void qxl_io_flush_surfaces(struct qxl_device *qdev) in qxl_io_flush_surfaces()
369 void qxl_io_destroy_primary(struct qxl_device *qdev) in qxl_io_destroy_primary()
377 void qxl_io_create_primary(struct qxl_device *qdev, struct qxl_bo *bo) in qxl_io_create_primary()
403 void qxl_io_memslot_add(struct qxl_device *qdev, uint8_t id) in qxl_io_memslot_add()
409 void qxl_io_reset(struct qxl_device *qdev) in qxl_io_reset()
414 void qxl_io_monitors_config(struct qxl_device *qdev) in qxl_io_monitors_config()
419 int qxl_surface_id_alloc(struct qxl_device *qdev, in qxl_surface_id_alloc()
451 void qxl_surface_id_dealloc(struct qxl_device *qdev, in qxl_surface_id_dealloc()
459 int qxl_hw_surface_alloc(struct qxl_device *qdev, in qxl_hw_surface_alloc()
506 int qxl_hw_surface_dealloc(struct qxl_device *qdev, in qxl_hw_surface_dealloc()
545 static int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) in qxl_update_surface()
563 static void qxl_surface_evict_locked(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_a… in qxl_surface_evict_locked()
573 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_area) in qxl_surface_evict()
580 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf()
617 static int qxl_reap_surface_id(struct qxl_device *qdev, int max_to_reap) in qxl_reap_surface_id()