diff options
author | Aric Cyr <aric.cyr@amd.com> | 2021-06-20 23:07:37 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-07-08 15:16:37 -0400 |
commit | cc590fd27190fec00bf9ccc4e349146394e7fa87 (patch) | |
tree | e180cc95ebf3160eec6383f193d1284598292dc9 /drivers/gpu/drm | |
parent | 1e0958bb9c56ec7f1d9a337c98f617fcde504df5 (diff) | |
download | linux-stable-cc590fd27190fec00bf9ccc4e349146394e7fa87.tar.gz linux-stable-cc590fd27190fec00bf9ccc4e349146394e7fa87.tar.bz2 linux-stable-cc590fd27190fec00bf9ccc4e349146394e7fa87.zip |
drm/amd/display: 3.2.142
DC version 3.2.142 brings improvements in multiple areas. In summary, we
highlight:
- Freesync improvements
- Remove unnecessary assert
- Firmware release 0.0.72
- Improve the EDID manipulation and DML calculations
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-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 45640f1c26c4..b62d21131af2 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.141" +#define DC_VER "3.2.142" #define MAX_SURFACES 3 #define MAX_PLANES 6 |