diff options
| author | Taimur Hassan <Syed.Hassan@amd.com> | 2026-02-13 02:12:35 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-02-23 22:39:32 +0300 |
| commit | 137d464b0787a90dafd7d92f13fc2e0789069113 (patch) | |
| tree | d38870e4a5c93b87853b9141c5d629f6bf8442c8 | |
| parent | 72835a05dbb78ddfc469acb7610d1d96824c4704 (diff) | |
| download | linux-137d464b0787a90dafd7d92f13fc2e0789069113.tar.xz | |
drm/amd/display: Promote DC to 3.2.371
This version brings along the follwing updates:
- Add visualconfirm support for refresh rate change testing.
- Fix IPS exit with DC helper for all dc_set_power_state cases.
- Fix cursor position at overlay plane edges on DCN4.
- Introduce DMUB IHC command.
- Add missing dprefclk and dtbclk clock types and fix formatting.
- Fix DPIA number and driver ID field sizes per spec.
- Minor code fixes.
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@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 7126dc278a53..32fcbedd82d4 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -63,7 +63,7 @@ struct dcn_dsc_reg_state; struct dcn_optc_reg_state; struct dcn_dccg_reg_state; -#define DC_VER "3.2.370" +#define DC_VER "3.2.371" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |
