diff options
| author | Aric Cyr <[email protected]> | 2021-06-20 23:07:37 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-07-08 15:16:37 -0400 |
| commit | cc590fd27190fec00bf9ccc4e349146394e7fa87 (patch) | |
| tree | e180cc95ebf3160eec6383f193d1284598292dc9 | |
| parent | 1e0958bb9c56ec7f1d9a337c98f617fcde504df5 (diff) | |
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 <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -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 |