]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: support B0&B1 external revision id for yellow carp
authorAaron Liu <aaron.liu@amd.com>
Tue, 19 Oct 2021 03:13:25 +0000 (11:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Oct 2021 15:43:56 +0000 (11:43 -0400)
commit8f1b92432d24b469371172c0b7aaa8d6369deea1
treed77f69a2a1018d4381a458abf9bbf1c69f90e864
parent530d3eabb8f9f16bb248d8feb440975883614c7c
drm/amdgpu: support B0&B1 external revision id for yellow carp

B0 internal rev_id is 0x01, B1 internal rev_id is 0x02.
The external rev_id for B0 and B1 is 0x20.
The original expression is not suitable for B1.

v2: squash in fix for display code (Alex)

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nv.c
drivers/gpu/drm/amd/display/include/dal_asic_id.h