Lines Matching refs:vcs
1005 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local
1010 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state()
1012 if (!vcs) in vmw_du_crtc_duplicate_state()
1015 state = &vcs->base; in vmw_du_crtc_duplicate_state()
1033 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local
1042 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset()
1044 if (!vcs) { in vmw_du_crtc_reset()
1049 __drm_atomic_helper_crtc_reset(crtc, &vcs->base); in vmw_du_crtc_reset()
1172 struct vmw_connector_state *vcs; in vmw_du_connector_duplicate_state() local
1177 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state()
1179 if (!vcs) in vmw_du_connector_duplicate_state()
1182 state = &vcs->base; in vmw_du_connector_duplicate_state()
1200 struct vmw_connector_state *vcs; in vmw_du_connector_reset() local
1209 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_reset()
1211 if (!vcs) { in vmw_du_connector_reset()
1216 __drm_atomic_helper_connector_reset(connector, &vcs->base); in vmw_du_connector_reset()