Searched refs:new_crtc (Results 1 – 2 of 2) sorted by relevance
791 struct drm_crtc_state *new_crtc; member808 ctx->new_crtc = kunit_kzalloc(test, sizeof(*ctx->new_crtc), GFP_KERNEL); in dm_test_cp_ctx_alloc()809 KUNIT_ASSERT_NOT_NULL(test, ctx->new_crtc); in dm_test_cp_ctx_alloc()822 return is_content_protection_different(ctx->new_crtc, ctx->old_crtc, in dm_test_cp_diff()855 ctx->new_crtc->mode_changed = true; in dm_test_cp_diff_reenable_mode_changed()872 ctx->new_crtc->mode_changed = false; in dm_test_cp_diff_reenable_no_change()903 ctx->new_crtc->mode_changed = true; in dm_test_cp_diff_desired_mode_changed()918 ctx->new_crtc->mode_changed = false; in dm_test_cp_diff_desired_no_change()
359 struct drm_crtc *new_crtc = new_plane_state->crtc; in appletbdrm_primary_plane_helper_atomic_check() local363 if (new_crtc) in appletbdrm_primary_plane_helper_atomic_check()364 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_crtc); in appletbdrm_primary_plane_helper_atomic_check()