diff options
| author | Nicholas Carbones <ncarbone@amd.com> | 2025-08-16 03:45:14 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-08-27 20:57:51 +0300 |
| commit | 268da6fc8d89f322358750922b626c8fda33043b (patch) | |
| tree | 98648f85f7e848501be5c46e8b5bf6bdcfccb7d6 | |
| parent | 3dc9c55d9c075b1b1337a2b6234d4c7a99a482ab (diff) | |
| download | linux-268da6fc8d89f322358750922b626c8fda33043b.tar.xz | |
drm/amd/display: DC v3.2.347
DC Release v3.2.347
* Firmware releases for multiple asics
* CodeQL fixes
* Fix for double cursor with 180 degree rotation on large resolutions
* Misc bug fixes for DSC, PSR/Replay, DPIA etc.
Signed-off-by: Nicholas Carbones <ncarbone@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Tested-by: Dan 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 3431dee6389d..274ab744a331 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.346" +#define DC_VER "3.2.347" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |
