Searched refs:gem_to_qxl_bo (Results 1 – 6 of 6) sorted by relevance
34 struct qxl_bo *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_free()100 *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_create_with_handle()
384 struct qxl_bo *bo = gem_to_qxl_bo(qxl_fb->obj); in qxl_user_framebuffer_destroy()407 qobj = gem_to_qxl_bo(qxl_fb->obj); in qxl_framebuffer_surface_dirty()488 bo = gem_to_qxl_bo(qfb->obj); in qxl_primary_atomic_check()552 struct qxl_bo *bo = gem_to_qxl_bo(qfb->obj); in qxl_primary_atomic_update()565 bo_old = gem_to_qxl_bo(qfb_old->obj); in qxl_primary_atomic_update()606 struct qxl_bo *bo = gem_to_qxl_bo(qfb->obj); in qxl_primary_atomic_disable()639 user_bo = gem_to_qxl_bo(obj); in qxl_cursor_atomic_update()759 user_bo = gem_to_qxl_bo(obj); in qxl_plane_prepare_fb()765 old_bo = gem_to_qxl_bo(obj); in qxl_plane_prepare_fb()809 user_bo = gem_to_qxl_bo(obj); in qxl_plane_cleanup_fb()[all …]
93 struct qxl_bo *qbo = gem_to_qxl_bo(gobj); in qxlfb_destroy_pinned_object()142 qbo = gem_to_qxl_bo(gobj); in qxlfb_create_pinned_object()240 qbo = gem_to_qxl_bo(gobj); in qxlfb_create()428 if (qobj == gem_to_qxl_bo(qdev->mode_info.qfbdev->qfb.obj)) in qxl_fbdev_qobj_is_fb()
83 qobj = gem_to_qxl_bo(gobj); in qxl_mode_dumb_mmap()
121 qobj = gem_to_qxl_bo(gobj); in qxlhw_handle_to_bo()322 qobj = gem_to_qxl_bo(gobj); in qxl_update_area_ioctl()
99 #define gem_to_qxl_bo(gobj) container_of((gobj), struct qxl_bo, gem_base) macro