Lines Matching refs:vcs
983 struct vmw_crtc_state *vcs;
988 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL);
990 if (!vcs)
993 state = &vcs->base;
1011 struct vmw_crtc_state *vcs;
1020 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL);
1022 if (!vcs) {
1027 __drm_atomic_helper_crtc_reset(crtc, &vcs->base);
1150 struct vmw_connector_state *vcs;
1155 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL);
1157 if (!vcs)
1160 state = &vcs->base;
1178 struct vmw_connector_state *vcs;
1187 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL);
1189 if (!vcs) {
1194 __drm_atomic_helper_connector_reset(connector, &vcs->base);