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()
254 int qxl_alloc_bo_reserved(struct qxl_device *qdev, in qxl_alloc_bo_reserved()
279 static int wait_for_io_cmd_user(struct qxl_device *qdev, uint8_t val, long port, bool intr) in wait_for_io_cmd_user()
314 static void wait_for_io_cmd(struct qxl_device *qdev, uint8_t val, long port) in wait_for_io_cmd()
324 int qxl_io_update_area(struct qxl_device *qdev, struct qxl_bo *surf, in qxl_io_update_area()
353 void qxl_io_notify_oom(struct qxl_device *qdev) in qxl_io_notify_oom()
358 void qxl_io_flush_release(struct qxl_device *qdev) in qxl_io_flush_release()
363 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()
375 void qxl_io_create_primary(struct qxl_device *qdev, in qxl_io_create_primary()
401 void qxl_io_memslot_add(struct qxl_device *qdev, uint8_t id) in qxl_io_memslot_add()
407 void qxl_io_reset(struct qxl_device *qdev) in qxl_io_reset()
412 void qxl_io_monitors_config(struct qxl_device *qdev) in qxl_io_monitors_config()
417 int qxl_surface_id_alloc(struct qxl_device *qdev, in qxl_surface_id_alloc()
449 void qxl_surface_id_dealloc(struct qxl_device *qdev, in qxl_surface_id_dealloc()
457 int qxl_hw_surface_alloc(struct qxl_device *qdev, in qxl_hw_surface_alloc()
513 int qxl_hw_surface_dealloc(struct qxl_device *qdev, in qxl_hw_surface_dealloc()
553 static int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf) in qxl_update_surface()
571 static void qxl_surface_evict_locked(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_a… in qxl_surface_evict_locked()
581 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool do_update_area) in qxl_surface_evict()
588 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf()
613 static int qxl_reap_surface_id(struct qxl_device *qdev, int max_to_reap) in qxl_reap_surface_id()