Searched hist:"51466 b3fd2725bfb0de629f71c0854ff276d50ae" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | Makefile | diff 51466b3fd2725bfb0de629f71c0854ff276d50ae Wed Sep 18 17:18:15 CEST 2019 Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> drm/amd/display: Add execution and transition states for HDCP2.2
The module works like a state machine
+-------------+ ------> | Execution.c | ------ | +-------------+ | | V +----+ +--------+ +--------------+ | DM | -----> | Hdcp.c | <------------ | Transition.c | +----+ <----- +--------+ +--------------+
This patch adds the execution and transition files for 2.2
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hdcp2_transition.c | 51466b3fd2725bfb0de629f71c0854ff276d50ae Wed Sep 18 17:18:15 CEST 2019 Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> drm/amd/display: Add execution and transition states for HDCP2.2
The module works like a state machine
+-------------+ ------> | Execution.c | ------ | +-------------+ | | V +----+ +--------+ +--------------+ | DM | -----> | Hdcp.c | <------------ | Transition.c | +----+ <----- +--------+ +--------------+
This patch adds the execution and transition files for 2.2
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hdcp.c | diff 51466b3fd2725bfb0de629f71c0854ff276d50ae Wed Sep 18 17:18:15 CEST 2019 Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> drm/amd/display: Add execution and transition states for HDCP2.2
The module works like a state machine
+-------------+ ------> | Execution.c | ------ | +-------------+ | | V +----+ +--------+ +--------------+ | DM | -----> | Hdcp.c | <------------ | Transition.c | +----+ <----- +--------+ +--------------+
This patch adds the execution and transition files for 2.2
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hdcp.h | diff 51466b3fd2725bfb0de629f71c0854ff276d50ae Wed Sep 18 17:18:15 CEST 2019 Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> drm/amd/display: Add execution and transition states for HDCP2.2
The module works like a state machine
+-------------+ ------> | Execution.c | ------ | +-------------+ | | V +----+ +--------+ +--------------+ | DM | -----> | Hdcp.c | <------------ | Transition.c | +----+ <----- +--------+ +--------------+
This patch adds the execution and transition files for 2.2
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_hdcp.h | diff 51466b3fd2725bfb0de629f71c0854ff276d50ae Wed Sep 18 17:18:15 CEST 2019 Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> drm/amd/display: Add execution and transition states for HDCP2.2
The module works like a state machine
+-------------+ ------> | Execution.c | ------ | +-------------+ | | V +----+ +--------+ +--------------+ | DM | -----> | Hdcp.c | <------------ | Transition.c | +----+ <----- +--------+ +--------------+
This patch adds the execution and transition files for 2.2
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|