]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/psp: mark securedisplay TA as optional
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Apr 2025 13:45:03 +0000 (09:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 May 2025 21:44:45 +0000 (17:44 -0400)
commit6edc89645c01ae9bd9407f84608564e7521f0117
tree78895c8783a79b81fc694d1d3dfdb5acc9941f35
parent06f2dcc241e7e5c681f81fbc46cacdf4bfd7d6d7
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c