Searched refs:to_qxl_crtc (Results 1 – 2 of 2) sorted by relevance
323 struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); in qxl_crtc_update_monitors_config()390 struct qxl_crtc *qxl_crtc = to_qxl_crtc(crtc); in qxl_crtc_destroy()492 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_apply_cursor()538 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_move_cursor()738 qcrtc = to_qxl_crtc(old_state->crtc); in qxl_cursor_atomic_disable()853 struct qxl_crtc *qcrtc = to_qxl_crtc(new_state->crtc); in qxl_plane_prepare_fb()
120 #define to_qxl_crtc(x) container_of(x, struct qxl_crtc, base) macro