Searched refs:gem_to_qxl_bo (Results 1 – 6 of 6) sorted by relevance
33 struct qxl_bo *bo = gem_to_qxl_bo(obj); in qxl_gem_prime_pin()40 struct qxl_bo *bo = gem_to_qxl_bo(obj); in qxl_gem_prime_unpin()59 struct qxl_bo *bo = gem_to_qxl_bo(obj); in qxl_gem_prime_vmap()72 struct qxl_bo *bo = gem_to_qxl_bo(obj); in qxl_gem_prime_vunmap()
70 qobj = gem_to_qxl_bo(gobj); in qxl_mode_dumb_create()
422 qobj = gem_to_qxl_bo(fb->obj[0]); in qxl_framebuffer_surface_dirty()483 bo = gem_to_qxl_bo(new_plane_state->fb->obj[0]); in qxl_primary_atomic_check()647 struct qxl_bo *bo = gem_to_qxl_bo(new_state->fb->obj[0]); in qxl_primary_atomic_update()682 struct qxl_bo *bo = gem_to_qxl_bo(old_state->fb->obj[0]); in qxl_primary_atomic_disable()844 user_bo = gem_to_qxl_bo(obj); in qxl_plane_prepare_fb()884 user_bo = gem_to_qxl_bo(obj); in qxl_plane_cleanup_fb()1208 qdev->monitors_config_bo = gem_to_qxl_bo(gobj); in qxl_create_monitors_object()
33 struct qxl_bo *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_free()
122 qobj = gem_to_qxl_bo(gobj); in qxlhw_handle_to_bo()317 qobj = gem_to_qxl_bo(gobj); in qxl_update_area_ioctl()
95 #define gem_to_qxl_bo(gobj) container_of((gobj), struct qxl_bo, tbo.base) macro