diff options
| author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-08-04 02:38:31 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-08-11 18:13:38 +0300 |
| commit | 8d6593c192de6e51102ca7d797756a5003f08cd3 (patch) | |
| tree | a21315c8d1c975874e36f5bdf7384bc692381510 | |
| parent | 7552bee9dd1f2f60ad0fb286b346ba6809e56f07 (diff) | |
| download | linux-8d6593c192de6e51102ca7d797756a5003f08cd3.tar.xz | |
drm/amd/display: Promote DC to 3.2.345
This version brings along following update:
-Fix close and open lid may cause eDP remaining blank
-Fix frequently disabling/enabling OTG may cause incorrect
configuration of OTG
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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 18c68e531f71..1ab05eabbddb 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -55,7 +55,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.344" +#define DC_VER "3.2.345" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |
