OSDN Git Service

drm/amd/display: Create amdgpu_dm_hdcp
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Tue, 14 May 2019 17:20:19 +0000 (13:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:10:58 +0000 (09:10 -0500)
commita193ed2094ba2f8d3c103216832586482efe5fc5
tree3758c69732e3070937b34f2d13bf09ddef956a50
parentd462fcf5012bdffb8f182eae01f73439bf4176f9
drm/amd/display: Create amdgpu_dm_hdcp

[Why]
We need to interact with the hdcp module from the DM, the module
has to be interacted with in terms of events

[How]
Create the files needed for linux hdcp. These files manage the events
needed for the dm to interact with the hdcp module.

We use the kernel work queue to process the events needed for
the module

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>
drivers/gpu/drm/amd/display/amdgpu_dm/Makefile
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h [new file with mode: 0644]