OSDN Git Service

drm/amd/display: update psp interface header
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Thu, 12 Dec 2019 21:00:01 +0000 (16:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Feb 2020 04:30:40 +0000 (23:30 -0500)
commit79aad7bd951bc1a1c797e25ad990191ff280c6c6
treee0038aa6e1cf232c2879dd32b7b45922945b4d49
parente50dc17163d9a40596f0db0ff2fb0b1eaef52ff9
drm/amd/display: update psp interface header

[Why]
We need to support SRM(System Renewability Message)
As per hdcp spec (5.Renewability) SRM needs to be storage in a non-volatile
memory.

PSP owns the checking of SRM but doesn't have the ability to store it in a
non-volatile memory. So we need the kernel driver to facilitate it using the
interface provided by PSP

[How]
Add the interface to the header file, so the driver can use them

v2: update commit description

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.h