linux/drivers/gpu/drm/amd/display/modules/inc
Bhawanpreet Lakha 4c283fdac0 drm/amd/display: Add HDCP module
This module manages HDCP for amdgpu driver. The module behaves as a
state machine which handles the different authentication states of HDCP

The module is divided into 3 major components
+--------+
| Hdcp.c |
+--------+
Manages the state machine, sends the events to be executed and communicates
with the dm

+-----------+
|Execution.c|
+-----------+
This executes events based on the current state. Also generates
execution results as transition inputs

+------------+
|Transition.c|
+------------+
Decides the next state based on the input and makes requests to
hdcp.c to handle.
                                +-------------+
                        ------> | Execution.c | ------
                        |       +-------------+       |
                        |                             V
+----+              +--------+                 +--------------+
| DM |    ----->    | Hdcp.c |  <------------  | Transition.c |
+----+    <-----    +--------+                 +--------------+

v2: Drop unused function definitions

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-10-03 09:10:58 -05:00
..
mod_freesync.h drm/amd/display: Improve LFC behaviour 2019-10-03 09:10:58 -05:00
mod_hdcp.h drm/amd/display: Add HDCP module 2019-10-03 09:10:58 -05:00
mod_info_packet.h drm/amd/display: Refactoring VTEM 2019-08-23 11:41:58 -05:00
mod_shared.h drm/amd/display: Integrate color transform3x4 with 3dlut tm 2019-06-22 09:34:12 -05:00
mod_stats.h drm/amd/display: Add fullscreen transitions to log 2018-05-18 16:08:28 -05:00
mod_vmid.h drm/amd/display: add missing mod_vmid destructor 2019-06-22 09:34:14 -05:00