Skip to content

Commit 6edc896

Browse files
committed
drm/amdgpu/psp: mark securedisplay TA as optional
This is an optional TA which is only available on certain embedded systems. Mark it as optional to avoid user confusion. This mirrors what we already do for other optional TAs. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4181 Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 06f2dcc commit 6edc896

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,8 @@ static int psp_securedisplay_initialize(struct psp_context *psp)
22142214

22152215
if (!psp->securedisplay_context.context.bin_desc.size_bytes ||
22162216
!psp->securedisplay_context.context.bin_desc.start_addr) {
2217-
dev_info(psp->adev->dev, "SECUREDISPLAY: securedisplay ta ucode is not available\n");
2217+
dev_info(psp->adev->dev,
2218+
"SECUREDISPLAY: optional securedisplay ta ucode is not available\n");
22182219
return 0;
22192220
}
22202221

0 commit comments

Comments
 (0)