diff options
author | Aric Cyr <[email protected]> | 2021-09-19 22:28:17 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-09-28 09:30:13 -0400 |
commit | 487ac89fee2b74a0008eda6be78f6031df45c7ed (patch) | |
tree | 2ff5c9d6a3b22b66928a3848103076cd9c69271c | |
parent | 14431f3b7c699db1b6a98c5dcb04f868a9105bdf (diff) |
drm/amd/display: 3.2.155
This version brings along following fixes:
- Fixes to backlight, LUT, PPS, MST
- Use correct vpg for 128b/132b encoding
- Improved logging for VCP
- Replace referral of dal with dc
Acked-by: Anson Jacob <[email protected]>
Signed-off-by: Aric Cyr <[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 a46c663ed8c5..8cc9626fc111 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.154" +#define DC_VER "3.2.155" #define MAX_SURFACES 3 #define MAX_PLANES 6 |