Searched refs:new_crtc (Results 1 – 6 of 6) sorted by relevance
533 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local701 new_crtc = NULL; in drm_crtc_helper_set_config()703 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()707 new_crtc = set->crtc; in drm_crtc_helper_set_config()711 if (new_crtc && in drm_crtc_helper_set_config()712 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()717 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()720 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()722 if (new_crtc) { in drm_crtc_helper_set_config()725 new_crtc->base.id, new_crtc->name); in drm_crtc_helper_set_config()
309 struct drm_crtc *new_crtc = new_plane_state->crtc; in drm_plane_helper_atomic_check() local312 if (new_crtc) in drm_plane_helper_atomic_check()313 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in drm_plane_helper_atomic_check()
612 struct drm_crtc *new_crtc; in drm_client_firmware_config() local653 new_crtc = connector->state->crtc; in drm_client_firmware_config()661 if (crtcs[j] == new_crtc) { in drm_client_firmware_config()716 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()
3221 struct drm_crtc *new_crtc = data; in crc_win_update_set() local3224 struct amdgpu_device *adev = drm_to_adev(new_crtc->dev); in crc_win_update_set()3237 new_acrtc = to_amdgpu_crtc(new_crtc); in crc_win_update_set()3239 if (old_crtc && old_crtc != new_crtc) { in crc_win_update_set()3247 crc_rd_wrk->crtc = new_crtc; in crc_win_update_set()3252 crc_rd_wrk->crtc = new_crtc; in crc_win_update_set()