aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorBhawanpreet Lakha <[email protected]>2019-06-19 18:37:29 +0000
committerAlex Deucher <[email protected]>2019-10-03 14:10:58 +0000
commited19a9a2bb1ab2d107987ae6d1e59318b188c4ba (patch)
treee3763cc854fefcee498158f96f775f9d84e93a70 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parentdrm/amd/display: Improve LFC behaviour (diff)
downloadkernel-ed19a9a2bb1ab2d107987ae6d1e59318b188c4ba.tar.gz
kernel-ed19a9a2bb1ab2d107987ae6d1e59318b188c4ba.zip
drm/amdgpu: psp HDCP init
This patch adds -Loading the firmware -The functions and definitions for communication with the firmware v2: Fix formatting Signed-off-by: Bhawanpreet Lakha <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index b34f00d42049..c2b593ab7495 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -108,6 +108,9 @@ struct ta_firmware_header_v1_0 {
uint32_t ta_ras_ucode_version;
uint32_t ta_ras_offset_bytes;
uint32_t ta_ras_size_bytes;
+ uint32_t ta_hdcp_ucode_version;
+ uint32_t ta_hdcp_offset_bytes;
+ uint32_t ta_hdcp_size_bytes;
};
/* version_major=1, version_minor=0 */