Lines Matching refs:qxl_crtc
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() local
389 qxl_bo_unref(&qxl_crtc->cursor_bo); in qxl_crtc_destroy()
391 kfree(qxl_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()
711 struct qxl_crtc *qcrtc; in qxl_cursor_atomic_disable()
850 struct qxl_crtc *qcrtc = to_qxl_crtc(new_state->crtc); in qxl_plane_prepare_fb()
979 struct qxl_crtc *qxl_crtc; in qdev_crtc_init() local
984 qxl_crtc = kzalloc(sizeof(struct qxl_crtc), GFP_KERNEL); in qdev_crtc_init()
985 if (!qxl_crtc) in qdev_crtc_init()
1000 r = drm_crtc_init_with_planes(dev, &qxl_crtc->base, primary, cursor, in qdev_crtc_init()
1005 qxl_crtc->index = crtc_id; in qdev_crtc_init()
1006 drm_crtc_helper_add(&qxl_crtc->base, &qxl_crtc_helper_funcs); in qdev_crtc_init()
1016 kfree(qxl_crtc); in qdev_crtc_init()