Searched refs:new_crtc (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 557 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local 730 new_crtc = NULL; in drm_crtc_helper_set_config() 732 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config() 736 new_crtc = set->crtc; in drm_crtc_helper_set_config() 740 if (new_crtc && in drm_crtc_helper_set_config() 741 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config() 746 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config() 750 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config() 752 if (new_crtc) { in drm_crtc_helper_set_config() 755 new_crtc->base.id, new_crtc->name); in drm_crtc_helper_set_config()
|
H A D | drm_client_modeset.c | 622 struct drm_crtc *new_crtc; in drm_client_firmware_config() local 663 new_crtc = connector->state->crtc; in drm_client_firmware_config() 671 if (crtcs[j] == new_crtc) { in drm_client_firmware_config() 728 crtcs[i] = new_crtc; in drm_client_firmware_config()
|
/linux/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 268 struct drm_crtc *new_crtc = new_plane_state->crtc; in udl_primary_plane_helper_atomic_check() local 271 if (new_crtc) in udl_primary_plane_helper_atomic_check() 272 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in udl_primary_plane_helper_atomic_check()
|
/linux/drivers/gpu/drm/tiny/ |
H A D | cirrus.c | 348 struct drm_crtc *new_crtc = new_plane_state->crtc; in cirrus_primary_plane_helper_atomic_check() local 353 if (new_crtc) in cirrus_primary_plane_helper_atomic_check() 354 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in cirrus_primary_plane_helper_atomic_check()
|
H A D | simpledrm.c | 590 struct drm_crtc *new_crtc = new_plane_state->crtc; in simpledrm_primary_plane_helper_atomic_check() local 596 if (new_crtc) in simpledrm_primary_plane_helper_atomic_check() 597 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in simpledrm_primary_plane_helper_atomic_check()
|
H A D | ofdrm.c | 766 struct drm_crtc *new_crtc = new_plane_state->crtc; in ofdrm_primary_plane_helper_atomic_check() local 771 if (new_crtc) in ofdrm_primary_plane_helper_atomic_check()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 472 struct drm_crtc *new_crtc = new_plane_state->crtc; in mgag200_primary_plane_helper_atomic_check() local 477 if (new_crtc) in mgag200_primary_plane_helper_atomic_check() 478 new_crtc_state = drm_atomic_get_new_crtc_state(new_state, new_crtc); in mgag200_primary_plane_helper_atomic_check()
|
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_core.c | 1336 struct drm_crtc *old_crtc, *new_crtc; in analogix_dp_bridge_atomic_disable() local 1341 new_crtc = analogix_dp_get_new_crtc(dp, old_state); in analogix_dp_bridge_atomic_disable() 1342 if (!new_crtc) in analogix_dp_bridge_atomic_disable() 1345 new_crtc_state = drm_atomic_get_new_crtc_state(old_state, new_crtc); in analogix_dp_bridge_atomic_disable()
|