Searched refs:gem_to_qxl_bo (Results 1 – 5 of 5) 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()
33 struct qxl_bo *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_free()99 *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_create_with_handle()
419 qobj = gem_to_qxl_bo(fb->obj[0]); in qxl_framebuffer_surface_dirty()480 bo = gem_to_qxl_bo(new_plane_state->fb->obj[0]); in qxl_primary_atomic_check()644 struct qxl_bo *bo = gem_to_qxl_bo(new_state->fb->obj[0]); in qxl_primary_atomic_update()679 struct qxl_bo *bo = gem_to_qxl_bo(old_state->fb->obj[0]); in qxl_primary_atomic_disable()841 user_bo = gem_to_qxl_bo(obj); in qxl_plane_prepare_fb()881 user_bo = gem_to_qxl_bo(obj); in qxl_plane_cleanup_fb()1205 qdev->monitors_config_bo = gem_to_qxl_bo(gobj); in qxl_create_monitors_object()
123 qobj = gem_to_qxl_bo(gobj); in qxlhw_handle_to_bo()318 qobj = gem_to_qxl_bo(gobj); in qxl_update_area_ioctl()
97 #define gem_to_qxl_bo(gobj) container_of((gobj), struct qxl_bo, tbo.base) macro