Home
last modified time | relevance | path

Searched defs:hdcp (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h29 #define HDCP_LOG_ERR(hdcp, ...) DRM_DEBUG_KMS(__VA_ARGS__) argument
30 #define HDCP_LOG_VER(hdcp, ...) DRM_DEBUG_KMS(__VA_ARGS__) argument
31 #define HDCP_LOG_FSM(hdcp, ...) DRM_DEBUG_KMS(__VA_ARGS__) argument
32 #define HDCP_LOG_TOP(hdcp, ...) pr_debug("[HDCP_TOP]:"__VA_ARGS__) argument
33 #define HDCP_LOG_DDC(hdcp, ...) pr_debug("[HDCP_DDC]:"__VA_ARGS__) argument
36 #define HDCP_ERROR_TRACE(hdcp, status) \ argument
43 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument
47 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument
51 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument
55 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument
[all …]
H A Dhdcp1_execution.c28 static inline enum mod_hdcp_status validate_bksv(struct mod_hdcp *hdcp) in validate_bksv()
45 static inline enum mod_hdcp_status check_ksv_ready(struct mod_hdcp *hdcp) in check_ksv_ready()
56 static inline enum mod_hdcp_status check_hdcp_capable_dp(struct mod_hdcp *hdcp) in check_hdcp_capable_dp()
63 static inline enum mod_hdcp_status check_r0p_available_dp(struct mod_hdcp *hdcp) in check_r0p_available_dp()
79 struct mod_hdcp *hdcp) in check_link_integrity_dp()
88 struct mod_hdcp *hdcp) in check_no_reauthentication_request_dp()
95 static inline enum mod_hdcp_status check_no_max_cascade(struct mod_hdcp *hdcp) in check_no_max_cascade()
110 static inline enum mod_hdcp_status check_no_max_devs(struct mod_hdcp *hdcp) in check_no_max_devs()
125 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count()
132 static inline enum mod_hdcp_status check_device_count(struct mod_hdcp *hdcp) in check_device_count()
[all …]
H A Dhdcp_psp.c34 static void hdcp2_message_init(struct mod_hdcp *hdcp, in hdcp2_message_init()
49 struct mod_hdcp *hdcp, uint8_t index) in remove_display_from_topology_v2()
85 struct mod_hdcp *hdcp, uint8_t index) in remove_display_from_topology_v3()
123 struct mod_hdcp *hdcp, struct mod_hdcp_display *display) in add_display_to_topology_v2()
170 struct mod_hdcp *hdcp, struct mod_hdcp_display *display) in add_display_to_topology_v3()
225 struct mod_hdcp *hdcp, uint8_t index) in mod_hdcp_remove_display_from_topology()
237 enum mod_hdcp_status mod_hdcp_add_display_to_topology(struct mod_hdcp *hdcp, in mod_hdcp_add_display_to_topology()
250 enum mod_hdcp_status mod_hdcp_hdcp1_create_session(struct mod_hdcp *hdcp) in mod_hdcp_hdcp1_create_session()
289 enum mod_hdcp_status mod_hdcp_hdcp1_destroy_session(struct mod_hdcp *hdcp) in mod_hdcp_hdcp1_destroy_session()
323 enum mod_hdcp_status mod_hdcp_hdcp1_validate_rx(struct mod_hdcp *hdcp) in mod_hdcp_hdcp1_validate_rx()
[all …]
H A Dhdcp.c28 static void push_error_status(struct mod_hdcp *hdcp, in push_error_status()
51 static uint8_t is_cp_desired_hdcp1(struct mod_hdcp *hdcp) in is_cp_desired_hdcp1()
71 static uint8_t is_cp_desired_hdcp2(struct mod_hdcp *hdcp) in is_cp_desired_hdcp2()
91 static enum mod_hdcp_status execution(struct mod_hdcp *hdcp, in execution()
127 static enum mod_hdcp_status transition(struct mod_hdcp *hdcp, in transition()
188 static enum mod_hdcp_status reset_authentication(struct mod_hdcp *hdcp, in reset_authentication()
234 static enum mod_hdcp_status reset_connection(struct mod_hdcp *hdcp, in reset_connection()
254 static enum mod_hdcp_status update_display_adjustments(struct mod_hdcp *hdcp, in update_display_adjustments()
289 enum mod_hdcp_status mod_hdcp_setup(struct mod_hdcp *hdcp, in mod_hdcp_setup()
304 enum mod_hdcp_status mod_hdcp_teardown(struct mod_hdcp *hdcp) in mod_hdcp_teardown()
[all …]
H A Dhdcp1_transition.c28 enum mod_hdcp_status mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, in mod_hdcp_hdcp1_transition()
151 enum mod_hdcp_status mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, in mod_hdcp_hdcp1_dp_transition()
H A Dhdcp_log.c54 void mod_hdcp_log_ddc_trace(struct mod_hdcp *hdcp) in mod_hdcp_log_ddc_trace()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c470 struct cdns_mhdp_hdcp *hdcp = container_of(d_work, in cdns_mhdp_hdcp_check_work() local
484 struct cdns_mhdp_hdcp *hdcp = container_of(work, in cdns_mhdp_hdcp_prop_work() local
H A Dcdns-mhdp8546-core.h413 struct cdns_mhdp_hdcp hdcp; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h49 struct mod_hdcp hdcp; member
H A Damdgpu_dm_hdcp.c495 struct mod_hdcp hdcp = hdcp_work->hdcp; in enable_assr() local
/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst359 .. _hdcp: target in EDID
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h155 struct psp_fw_legacy_bin_desc hdcp; member