Lines Matching refs:qxl_crtc
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() local
392 qxl_bo_unref(&qxl_crtc->cursor_bo); in qxl_crtc_destroy()
394 kfree(qxl_crtc); in qxl_crtc_destroy()
491 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_apply_cursor()
536 struct qxl_crtc *qcrtc = to_qxl_crtc(plane_state->crtc); in qxl_primary_move_cursor()
712 struct qxl_crtc *qcrtc; in qxl_cursor_atomic_disable()
851 struct qxl_crtc *qcrtc = to_qxl_crtc(new_state->crtc); in qxl_plane_prepare_fb()
980 struct qxl_crtc *qxl_crtc; in qdev_crtc_init() local
985 qxl_crtc = kzalloc(sizeof(struct qxl_crtc), GFP_KERNEL); in qdev_crtc_init()
986 if (!qxl_crtc) in qdev_crtc_init()
1001 r = drm_crtc_init_with_planes(dev, &qxl_crtc->base, primary, cursor, in qdev_crtc_init()
1006 qxl_crtc->index = crtc_id; in qdev_crtc_init()
1007 drm_crtc_helper_add(&qxl_crtc->base, &qxl_crtc_helper_funcs); in qdev_crtc_init()
1017 kfree(qxl_crtc); in qdev_crtc_init()