summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJude Shih <shenshih@amd.com>2021-10-04 22:40:50 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-10-05 10:32:06 -0400
commit7ab0965079bbc0e39fe0e1df4dcdf931c9d25372 (patch)
tree95affbb3fde35d265469c8a592a0407ef1992a19 /drivers
parent2fe9a0e1173f4805669e7af34ea25af835274426 (diff)
downloadlinux-stable-7ab0965079bbc0e39fe0e1df4dcdf931c9d25372.tar.gz
linux-stable-7ab0965079bbc0e39fe0e1df4dcdf931c9d25372.tar.bz2
linux-stable-7ab0965079bbc0e39fe0e1df4dcdf931c9d25372.zip
drm/amd/display: USB4 bring up set correct address
[Why] YELLOW_CARP_B0 address was not correct [How] Set YELLOW_CARP_B0 to 0x1A. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Acked-by: Wayne Lin <Wayne.Lin@amd.com> Signed-off-by: Jude Shih <shenshih@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/include/dal_asic_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/include/dal_asic_id.h b/drivers/gpu/drm/amd/display/include/dal_asic_id.h
index 381c17caace1..5adc471bef57 100644
--- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h
+++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h
@@ -227,7 +227,7 @@ enum {
#define FAMILY_YELLOW_CARP 146
#define YELLOW_CARP_A0 0x01
-#define YELLOW_CARP_B0 0x02 // TODO: DCN31 - update with correct B0 ID
+#define YELLOW_CARP_B0 0x1A
#define YELLOW_CARP_UNKNOWN 0xFF
#ifndef ASICREV_IS_YELLOW_CARP