diff options
author | Aric Cyr <[email protected]> | 2023-08-07 13:14:15 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-15 18:08:30 -0400 |
commit | 7fc4ccf1b1f538c06057957c661f97840eee9378 (patch) | |
tree | 0965882e5b0dd47bda3d544443535cbc3a571ba0 | |
parent | 2e0847a756acb69bc8196e5c604a6dcdf0cd0f82 (diff) |
drm/amd/display: Promote DAL to 3.2.247
This version brings along following fixes:
- Improve power saving feature
- Clean up for code clarity
- Fix crashing bug
- Fix pipe allocation for older ASIC
- Fix for gamut remap
- Fix 8K 60Hz display in test cases
- Fix bug in clock gating
- Improve DP2 compliance
Acked-by: Stylon Wang <[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 fc9756ea7cc5..0d0bef8eb331 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -47,7 +47,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.246" +#define DC_VER "3.2.247" #define MAX_SURFACES 3 #define MAX_PLANES 6 |