diff options
author | Aric Cyr <[email protected]> | 2021-08-07 14:32:03 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-08-16 16:14:12 -0400 |
commit | 571ca8de5314690446cb26de746a999dfe4e4448 (patch) | |
tree | 71db007a44b248248fc2924151339054f5bd5d9a | |
parent | 01934c30c04f7f94b318dc512f547c2e30a35334 (diff) |
drm/amd/display: 3.2.149
This version brings along following fixes:
- Ensure DCN save init registers after VM setup
- Fix multi-display support for idle opt workqueue
- Use vblank control events for PSR enable/disable
- Create default dc_sink when fail reading EDID under MST
Acked-by: Wayne Lin <[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 0494e6dcf4dc..3ab52d9a82cf 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.148" +#define DC_VER "3.2.149" #define MAX_SURFACES 3 #define MAX_PLANES 6 |