[AMD Official Use Only] Reviewed-by: Aaron Liu <aaron.liu@xxxxxxx> -- Best Regards Aaron Liu > -----Original Message----- > From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Alex > Deucher > Sent: Wednesday, October 20, 2021 9:53 PM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Deucher, Alexander <Alexander.Deucher@xxxxxxx> > Subject: [PATCH] drm/amdgpu/display: add yellow carp B0 with rest of > driver > > Fix revision id. > > Fixes: 626cbb641f1052 ("drm/amdgpu: support B0&B1 external revision id > for yellow carp") > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/display/include/dal_asic_id.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 a9974f12f7fb..e4a2dfacab4c 100644 > --- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h > +++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h > @@ -228,7 +228,7 @@ enum { > #define FAMILY_YELLOW_CARP 146 > > #define YELLOW_CARP_A0 0x01 > -#define YELLOW_CARP_B0 0x1A > +#define YELLOW_CARP_B0 0x20 > #define YELLOW_CARP_UNKNOWN 0xFF > > #ifndef ASICREV_IS_YELLOW_CARP > -- > 2.31.1