Searched refs:to_qxl_crtc (Results 1 – 2 of 2) sorted by relevance
317 struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); in qxl_crtc_update_monitors_config()384 struct qxl_crtc *qxl_crtc = to_qxl_crtc(crtc); in qxl_crtc_destroy()486 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_apply_cursor()532 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_move_cursor()732 qcrtc = to_qxl_crtc(old_state->crtc); in qxl_cursor_atomic_disable()846 struct qxl_crtc *qcrtc = to_qxl_crtc(new_state->crtc); in qxl_plane_prepare_fb()
123 #define to_qxl_crtc(x) container_of(x, struct qxl_crtc, base) macro