diff options
author | Aric Cyr <[email protected]> | 2023-05-15 00:14:00 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-06-09 10:44:24 -0400 |
commit | 0d1ff99a3398ad4b7165ecd8e69d360090b32250 (patch) | |
tree | 508a4de9a05f28959d034584d9b8108d04b49925 | |
parent | 257e9891db0b961b79c9f0ca50c808a738000e70 (diff) |
drm/amd/display: 3.2.237
This version brings along following fixes:
- Improve the message printed
- Disable dcn315 pixel rate crb when scaling
- Update SR watermarks for DCN314
- Fix dcn315 pixel rate crb scaling check
- Reset CRTC State Before Restore from S2idle
- Have Payload Properly Created After Resume
- Trigger DIO FIFO resync on commit streams
- Revert vblank change that causes null pointer crash
- Fix possible underflow for displays with large vblank
- Apply 60us prefetch for DCFCLK <= 300Mhz
- Update correct DCN314 register header
Acked-by: Tom Chung <[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 7fc087f85d39..7fd9f5a9e191 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.236" +#define DC_VER "3.2.237" #define MAX_SURFACES 3 #define MAX_PLANES 6 |