Searched refs:to_qxl_crtc (Results 1 – 2 of 2) sorted by relevance
314 struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); in qxl_crtc_update_monitors_config()393 struct qxl_crtc *qxl_crtc = to_qxl_crtc(crtc); in qxl_crtc_destroy()494 struct qxl_crtc *qcrtc = to_qxl_crtc(plane->state->crtc); in qxl_primary_apply_cursor()588 struct qxl_crtc *qcrtc = to_qxl_crtc(plane->state->crtc); in qxl_cursor_atomic_update()
121 #define to_qxl_crtc(x) container_of(x, struct qxl_crtc, base) macro