diff options
author | 2022-11-15 10:39:55 -0500 | |
---|---|---|
committer | 2022-12-20 12:47:28 -0500 | |
commit | 82986fd631fa04bcedaefe11a6b3767601cbe84f (patch) | |
tree | 6464ea76663235e4f39ce49526c89f889f650c9f /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | |
parent | drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34 (diff) | |
download | wireguard-linux-82986fd631fa04bcedaefe11a6b3767601cbe84f.tar.xz wireguard-linux-82986fd631fa04bcedaefe11a6b3767601cbe84f.zip |
drm/amd/display: save restore hdcp state when display is unplugged from mst hub
[Why]
connector hdcp properties are lost after display is
unplgged from mst hub. connector is destroyed with
dm_dp_mst_connector_destroy. when display is plugged
back, hdcp is not desired and it wouldnt be enabled.
[How]
save hdcp properties into hdcp_work within
amdgpu_dm_atomic_commit_tail. If the same display is
plugged back with same display index, its hdcp
properties will be retrieved from hdcp_work within
dm_dp_mst_get_modes.
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: hersen wu <hersenxs.wu@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c')
0 files changed, 0 insertions, 0 deletions