diff options
author | Aric Cyr <aric.cyr@amd.com> | 2022-05-30 05:58:52 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-06-07 23:09:57 +0300 |
commit | 44961f6ebce9a7dccb2ec3dca312c5dbf85920e5 (patch) | |
tree | 1f56e16dd201578bffcd6806ef8b68cbcb355bbd /drivers/gpu/drm/amd/display/dc/dc.h | |
parent | 9d001360b47b792a475250bf7ef2bcfbd17ba09f (diff) | |
download | linux-44961f6ebce9a7dccb2ec3dca312c5dbf85920e5.tar.xz |
drm/amd/display: 3.2.189
This version brings along the following:
- DPP DTO fix
- Transient encoder fix
- Restrict the reading of LTTPR capabilities in LTTPR mode
- Increase maximum stages for BB
- Distinguish HDMI DTO from DP DTO
Acked-by: Hamza Mahfooz <hamza.mahfooz@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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-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 7f80cec01b2e..76db013aac6e 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.188" +#define DC_VER "3.2.189" #define MAX_SURFACES 3 #define MAX_PLANES 6 |