drm_atomic_helper.c | 262 struct drm_connector_state *old_connector_state, *new_connector_state; local in function:steal_encoder 265 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { 268 if (new_connector_state->best_encoder != encoder) 277 set_best_encoder(state, new_connector_state, NULL); 290 struct drm_connector_state *new_connector_state) 300 if (old_connector_state->crtc != new_connector_state->crtc) { 306 if (new_connector_state->crtc) { 307 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); 312 if (!new_connector_state->crtc) { 317 set_best_encoder(state, new_connector_state, NULL) 613 struct drm_connector_state *old_connector_state, *new_connector_state; local in function:drm_atomic_helper_check_modeset [all...] |