Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_hdcp.c396 dev->mode_config.content_protection_property; in DRM_ENUM_NAME_FN()
407 dev->mode_config.content_protection_property = prop; in DRM_ENUM_NAME_FN()
455 dev->mode_config.content_protection_property); in drm_hdcp_update_content_protection()
Ddrm_atomic_uapi.c744 } else if (property == config->content_protection_property) { in drm_atomic_connector_set_property()
834 } else if (property == config->content_protection_property) { in drm_atomic_connector_get_property()
/Linux-v5.4/include/drm/
Ddrm_mode_config.h850 struct drm_property *content_protection_property; member