]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: handle DP cpirq
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Mon, 10 Jun 2019 20:18:38 +0000 (16:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:10:58 +0000 (09:10 -0500)
commit2a0f92700fe348fd5785f87e4730ab1c5398157a
tree8a9878ac0a750a57729b409a5388f0bbd1680da1
parent0c8620d63d41fb0d4a9d8baa0a06b3fa9b59505d
drm/amd/display: handle DP cpirq

[Why]
This is needed for DP as DP can send us info using irq.

[How]
Check if irq bit is set on short pulse and call the
function that handles cpirq in amdgpu_dm_hdcp

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/amdgpu_dm.c