]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: don't enable secure display on incompatible platforms
authorJesse Zhang <jesse.zhang@amd.com>
Thu, 18 May 2023 01:46:22 +0000 (09:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:17:23 +0000 (14:17 +0100)
commit5a317bd72a808617e8cb7d38fa0168686f7163be
treef001a4340134d21844779a16b125d16f69e58e25
parent9fbb3d94c0422389f76c19a12b44682b7185a227
drm/amdgpu: don't enable secure display on incompatible platforms

commit 7fc602dbfd548045862df096910b7d21e6d300bf upstream.

[why]
[drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
amdgpu 0000:04:00.0: amdgpu: Secure display: Generic Failure.

[how]
don't enable secure display on incompatible platforms

Suggested-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Jesse zhang <jesse.zhang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c