]> 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)
commit7722ea7d3763d3435bf4d27d9d99373d7df6b176
treed0cfb664bd2cdf29639a19042d6f2c50071d9f00
parent50221cd9e010f704e900f69a09a4edd1ce0c7b87
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: d149541ef07b ("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