Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_hdcp.c362 dev->mode_config.content_protection_property; in DRM_ENUM_NAME_FN()
373 dev->mode_config.content_protection_property = prop; in DRM_ENUM_NAME_FN()
421 dev->mode_config.content_protection_property); in drm_hdcp_update_content_protection()
Ddrm_atomic_uapi.c747 } else if (property == config->content_protection_property) { in drm_atomic_connector_set_property()
838 } else if (property == config->content_protection_property) { in drm_atomic_connector_get_property()
/kernel/linux/linux-5.10/include/drm/
Ddrm_mode_config.h856 struct drm_property *content_protection_property; member