diff options
author | 2023-03-20 01:26:59 -0400 | |
---|---|---|
committer | 2023-03-31 11:18:55 -0400 | |
commit | a2f00188137940432e898952fa61e45adaaa68ff (patch) | |
tree | 53f43ad67aa129281bdc26db299438f249bc3197 | |
parent | drm/amd/display: Uncomment assignments after HW headers are promoted (diff) | |
download | linux-rng-a2f00188137940432e898952fa61e45adaaa68ff.tar.xz linux-rng-a2f00188137940432e898952fa61e45adaaa68ff.zip |
drm/amd/display: Promote DAL to 3.2.229
This DC version brings along:
- Enable FPO optimization
- Support for 6.75 GBps link rate
- Fixes to underflow, black screen and more
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@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 1b77d50cfd89..e363a3c88250 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.228" +#define DC_VER "3.2.229" #define MAX_SURFACES 3 #define MAX_PLANES 6 |