Searched refs:to_qxl_framebuffer (Results 1 – 2 of 2) sorted by relevance
383 struct qxl_framebuffer *qxl_fb = to_qxl_framebuffer(fb); in qxl_user_framebuffer_destroy()399 struct qxl_framebuffer *qxl_fb = to_qxl_framebuffer(fb); in qxl_framebuffer_surface_dirty()487 qfb = to_qxl_framebuffer(state->fb); in qxl_primary_atomic_check()550 to_qxl_framebuffer(plane->state->fb); in qxl_primary_atomic_update()564 qfb_old = to_qxl_framebuffer(old_state->fb); in qxl_primary_atomic_update()605 to_qxl_framebuffer(old_state->fb); in qxl_primary_atomic_disable()638 obj = to_qxl_framebuffer(fb)->obj; in qxl_cursor_atomic_update()758 obj = to_qxl_framebuffer(new_state->fb)->obj; in qxl_plane_prepare_fb()764 obj = to_qxl_framebuffer(plane->state->fb)->obj; in qxl_plane_prepare_fb()808 obj = to_qxl_framebuffer(old_state->fb)->obj; in qxl_plane_cleanup_fb()
132 #define to_qxl_framebuffer(x) container_of(x, struct qxl_framebuffer, base) macro