Lines Matching defs:qdev
186 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_command_ring_release()
198 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_cursor_ring_release()
209 bool qxl_queue_garbage_collect(struct qxl_device *qdev, bool flush) in qxl_queue_garbage_collect()
220 int qxl_garbage_collect(struct qxl_device *qdev) in qxl_garbage_collect()
262 int qxl_alloc_bo_reserved(struct qxl_device *qdev, in qxl_alloc_bo_reserved()
287 static int wait_for_io_cmd_user(struct qxl_device *qdev, uint8_t val, long port, bool intr) in wait_for_io_cmd_user()
322 static void wait_for_io_cmd(struct qxl_device *qdev, uint8_t val, long port) in wait_for_io_cmd()
332 int qxl_io_update_area(struct qxl_device *qdev, struct qxl_bo *surf, in qxl_io_update_area()
361 void qxl_io_notify_oom(struct qxl_device *qdev) in qxl_io_notify_oom()
366 void qxl_io_flush_release(struct qxl_device *qdev) in qxl_io_flush_release()
371 void qxl_io_flush_surfaces(struct qxl_device *qdev) in qxl_io_flush_surfaces()
376 void qxl_io_destroy_primary(struct qxl_device *qdev) in qxl_io_destroy_primary()
384 void qxl_io_create_primary(struct qxl_device *qdev, struct qxl_bo *bo) in qxl_io_create_primary()
410 void qxl_io_memslot_add(struct qxl_device *qdev, uint8_t id) in qxl_io_memslot_add()
416 void qxl_io_reset(struct qxl_device *qdev) in qxl_io_reset()
421 void qxl_io_monitors_config(struct qxl_device *qdev) in qxl_io_monitors_config()
426 int qxl_surface_id_alloc(struct qxl_device *qdev, in qxl_surface_id_alloc()
458 void qxl_surface_id_dealloc(struct qxl_device *qdev, in qxl_surface_id_dealloc()
466 int qxl_hw_surface_alloc(struct qxl_device *qdev, in qxl_hw_surface_alloc()
512 int qxl_hw_surface_dealloc(struct qxl_device *qdev, in qxl_hw_surface_dealloc()
552 static int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) in qxl_update_surface()
570 static void qxl_surface_evict_locked(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_a… in qxl_surface_evict_locked()
580 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_area) in qxl_surface_evict()
587 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf()
612 static int qxl_reap_surface_id(struct qxl_device *qdev, int max_to_reap) in qxl_reap_surface_id()