Searched refs:to_qxl_crtc (Results 1 – 2 of 2) sorted by relevance
316 struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); in qxl_crtc_update_monitors_config()382 struct qxl_crtc *qxl_crtc = to_qxl_crtc(crtc); in qxl_crtc_destroy()483 struct qxl_crtc *qcrtc = to_qxl_crtc(plane->state->crtc); in qxl_primary_apply_cursor()577 struct qxl_crtc *qcrtc = to_qxl_crtc(plane->state->crtc); in qxl_cursor_atomic_update()
122 #define to_qxl_crtc(x) container_of(x, struct qxl_crtc, base) macro