]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix dtm unloading
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Fri, 7 Feb 2020 15:41:20 +0000 (10:41 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Feb 2020 21:03:22 +0000 (16:03 -0500)
commitc0e3d26271feae11a5ee3e1066181c4f676cfa40
treed0cfb664bd2cdf29639a19042d6f2c50071d9f00
parent36ae1892078a057cf4aeb36049e4ddfb22f7b8b2
drm/amd/display: fix dtm unloading

there was a type in the terminate command.

We should be calling psp_dtm_unload() instead of psp_hdcp_unload()

Fixes: c59284e2c830 ("drm/amdgpu: psp DTM init")
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c