diff options
author | 2021-09-13 00:05:54 -0400 | |
---|---|---|
committer | 2021-09-23 15:17:31 -0400 | |
commit | c719b0cd884a3351eb1bccc8d1b445212b989426 (patch) | |
tree | e4cbdc9afd9e1fb93243624fdce8165e824c0ed9 | |
parent | drm/amd/display: [FW Promotion] Release 0.0.84 (diff) | |
download | linux-dev-c719b0cd884a3351eb1bccc8d1b445212b989426.tar.xz linux-dev-c719b0cd884a3351eb1bccc8d1b445212b989426.zip |
drm/amd/display: 3.2.154
This new DC version brings improvements in the following areas:
- New firmware version
- Fix HPD problems on DCN2
- Fix generic encoder problems and null deferences
- Adjust DCN301 watermark
- Rework dynamic bpp for DCN3x
- Improve link training fallback logic
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 1306dedc1a98..e5dcbee6e672 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ /* forward declaration */ struct aux_payload; -#define DC_VER "3.2.153" +#define DC_VER "3.2.154" #define MAX_SURFACES 3 #define MAX_PLANES 6 |