diff options
| author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-02-10 03:10:14 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-02-19 23:14:33 +0300 |
| commit | 71e59a426845a033cf782652c36cb733296917b8 (patch) | |
| tree | 5c869680614e8a6f9e425eb767a867d7fb7c6341 /drivers/gpu/drm/amd/display/dc/dc.h | |
| parent | 6571bef25fe48c642f7a69ccf7c3198b317c136a (diff) | |
| download | linux-71e59a426845a033cf782652c36cb733296917b8.tar.xz | |
drm/amd/display: 3.2.321
Summary:
* Add support for disconnected eDP streams
* Add log for MALL entry on DCN32x
* Add DCC/Tiling reset helper for DCN and DCE
* Guard against setting dispclk low when active
* Other minor fixes
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Roman Li <roman.li@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 ab88ce02893e..5e96913bcab1 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -53,7 +53,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.320" +#define DC_VER "3.2.321" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |
