Searched refs:new_crtc (Results 1 – 6 of 6) sorted by relevance
558 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local726 new_crtc = NULL; in drm_crtc_helper_set_config()728 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()732 new_crtc = set->crtc; in drm_crtc_helper_set_config()736 if (new_crtc && in drm_crtc_helper_set_config()737 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()742 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()745 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()747 if (new_crtc) { in drm_crtc_helper_set_config()750 new_crtc->base.id, new_crtc->name); in drm_crtc_helper_set_config()
310 struct drm_crtc *new_crtc = new_plane_state->crtc; in drm_plane_helper_atomic_check() local313 if (new_crtc) in drm_plane_helper_atomic_check()314 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in drm_plane_helper_atomic_check()
608 struct drm_crtc *new_crtc; in drm_client_firmware_config() local649 new_crtc = connector->state->crtc; in drm_client_firmware_config()657 if (crtcs[j] == new_crtc) { in drm_client_firmware_config()712 crtcs[i] = new_crtc; in drm_client_firmware_config()
464 struct drm_crtc *new_crtc = new_plane_state->crtc; in mgag200_primary_plane_helper_atomic_check() local469 if (new_crtc) in mgag200_primary_plane_helper_atomic_check()470 new_crtc_state = drm_atomic_get_new_crtc_state(new_state, new_crtc); in mgag200_primary_plane_helper_atomic_check()
1469 struct drm_crtc *old_crtc, *new_crtc; in analogix_dp_bridge_atomic_disable() local1474 new_crtc = analogix_dp_get_new_crtc(dp, old_state); in analogix_dp_bridge_atomic_disable()1475 if (!new_crtc) in analogix_dp_bridge_atomic_disable()1478 new_crtc_state = drm_atomic_get_new_crtc_state(old_state, new_crtc); in analogix_dp_bridge_atomic_disable()
767 struct drm_crtc *new_crtc = new_plane_state->crtc; in ofdrm_primary_plane_helper_atomic_check() local772 if (new_crtc) in ofdrm_primary_plane_helper_atomic_check()
Completed in 14 milliseconds