Home
last modified time | relevance | path

Searched refs:is_content_protection_different (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h1197 bool is_content_protection_different(struct drm_crtc_state *new_crtc_state,
H A Damdgpu_dm.c3469 is_content_protection_different(struct drm_crtc_state *new_crtc_state, in is_content_protection_different() function
3588 EXPORT_IF_KUNIT(is_content_protection_different);
4857 if (is_content_protection_different(new_crtc_state, old_crtc_state, new_con_state, in amdgpu_dm_update_hdcp()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_test.c822 return is_content_protection_different(ctx->new_crtc, ctx->old_crtc, in dm_test_cp_diff()