Searched refs:old_dm (Results 1 – 1 of 1) sorted by relevance
790 struct dm_connector_state *old_dm; member806 ctx->old_dm = kunit_kzalloc(test, sizeof(*ctx->old_dm), GFP_KERNEL); in dm_test_cp_ctx_alloc()807 KUNIT_ASSERT_NOT_NULL(test, ctx->old_dm); in dm_test_cp_ctx_alloc()824 &ctx->old_dm->base, in dm_test_cp_diff()836 ctx->old_dm->base.hdcp_content_type = 0; in dm_test_cp_diff_hdcp_type_change()853 ctx->old_dm->base.content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in dm_test_cp_diff_reenable_mode_changed()870 ctx->old_dm->base.content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED; in dm_test_cp_diff_reenable_no_change()887 ctx->old_dm->base.content_protection = DRM_MODE_CONTENT_PROTECTION_UNDESIRED; in dm_test_cp_diff_undesired()901 ctx->old_dm->base.content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in dm_test_cp_diff_desired_mode_changed()916 ctx->old_dm->base.content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED; in dm_test_cp_diff_desired_no_change()[all …]