Searched refs:to_qxl_crtc (Results 1 – 2 of 2) sorted by relevance
320 struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); in qxl_crtc_update_monitors_config()387 struct qxl_crtc *qxl_crtc = to_qxl_crtc(crtc); in qxl_crtc_destroy()489 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_apply_cursor()535 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_move_cursor()735 qcrtc = to_qxl_crtc(old_state->crtc); in qxl_cursor_atomic_disable()850 struct qxl_crtc *qcrtc = to_qxl_crtc(new_state->crtc); in qxl_plane_prepare_fb()
122 #define to_qxl_crtc(x) container_of(x, struct qxl_crtc, base) macro