Home
last modified time | relevance | path

Searched refs:new_crtc (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/
Ddrm_crtc_helper.c533 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local
701 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()
Ddrm_plane_helper.c309 struct drm_crtc *new_crtc = new_plane_state->crtc; in drm_plane_helper_atomic_check() local
312 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()
Ddrm_client_modeset.c612 struct drm_crtc *new_crtc; in drm_client_firmware_config() local
653 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()
/linux-6.1.9/drivers/gpu/drm/mgag200/
Dmgag200_mode.c464 struct drm_crtc *new_crtc = new_plane_state->crtc; in mgag200_primary_plane_helper_atomic_check() local
469 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()
/linux-6.1.9/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1469 struct drm_crtc *old_crtc, *new_crtc; in analogix_dp_bridge_atomic_disable() local
1474 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()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c3221 struct drm_crtc *new_crtc = data; in crc_win_update_set() local
3224 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()