diff options
author | 2023-04-02 22:20:20 -0400 | |
---|---|---|
committer | 2023-04-21 08:50:21 -0400 | |
commit | 4371fa7795dabb422171de5e8d9fe7aa3e2edb86 (patch) | |
tree | c0857e95ab6972ca62d959341ae4671eaad0a8df | |
parent | drm/amd/display: Add FAMS related definitions and documenation for enum fields (diff) | |
download | wireguard-linux-4371fa7795dabb422171de5e8d9fe7aa3e2edb86.tar.xz wireguard-linux-4371fa7795dabb422171de5e8d9fe7aa3e2edb86.zip |
drm/amd/display: 3.2.231
This DC version brings along:
- FW Release 0.0.162.0
- Enable FPO+Vactivate
- Support for VESA SCR
- Refactor DMUB commands
- Fixes in secure display, modeset, memleak and more
- Picked up missed patches in history
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 edef5d181590..b45974a2dec3 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.230" +#define DC_VER "3.2.231" #define MAX_SURFACES 3 #define MAX_PLANES 6 |