diff options
author | 2021-06-06 15:45:32 -0400 | |
---|---|---|
committer | 2021-06-15 17:25:40 -0400 | |
commit | b99c27e6aa3d280768b1dcc21445d6bbabe2f381 (patch) | |
tree | b43c1796e0c55ca93a85f983c21e1ebf6616e152 | |
parent | drm/amd/display: [FW Promotion] Release 0.0.70 (diff) | |
download | wireguard-linux-b99c27e6aa3d280768b1dcc21445d6bbabe2f381.tar.xz wireguard-linux-b99c27e6aa3d280768b1dcc21445d6bbabe2f381.zip |
drm/amd/display: 3.2.140
This version brings along following fixed:
- LTTPR improvements
- Backlight improvements
- eDP hotplug detection
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@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 6470eee8e212..9d924e8496f9 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.139" +#define DC_VER "3.2.140" #define MAX_SURFACES 3 #define MAX_PLANES 6 |