OSDN Git Service

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>
Fri, 14 Feb 2020 17:58:58 +0000 (12:58 -0500)
commitc6f8c440441029d5621ee5153676243234a4b76e
treeb7cea61a3653f9846782f5f8e5be59f9ce570b96
parent43064f5c8b8818e35fa254496ef00aabd63d547a
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: 143f23053333 ("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