Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_crtc_helper.c558 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local
726 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()
A Ddrm_plane_helper.c310 struct drm_crtc *new_crtc = new_plane_state->crtc; in drm_plane_helper_atomic_check() local
313 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()
A Ddrm_client_modeset.c608 struct drm_crtc *new_crtc; in drm_client_firmware_config() local
649 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()
/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A 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.3-rc2/drivers/gpu/drm/bridge/analogix/
A 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.3-rc2/drivers/gpu/drm/tiny/
A Dofdrm.c767 struct drm_crtc *new_crtc = new_plane_state->crtc; in ofdrm_primary_plane_helper_atomic_check() local
772 if (new_crtc) in ofdrm_primary_plane_helper_atomic_check()

Completed in 14 milliseconds