OSDN Git Service

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)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:40:57 +0000 (10:40 -0400)
commitb3122c92697a870d75a516537f094f589dfe7ca1
tree099ceb6c3a9a771a599bb7404819271576506fb8
parent6091ede913015fd3c07cb16298505bbd71f41689
drm/amdgpu: don't enable secure display on incompatible platforms

[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>
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c