Skip to content

Commit 06c9aeb

Browse files
AMD-aricalexdeucher
authored andcommitted
drm/amd/display: 3.2.301
- Clear cached watermark after resume - Update IPS default mode for DCN35/DCN351 - Use full update for swizzle mode change - Skip to enable dsc if it has been off - Fix underflow when setting underscan on DCN401 - Remove always-false branches - Check null pointer before dereferencing se Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Aric Cyr <aric.cyr@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent fa8a4d3 commit 06c9aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/amd/display/dc

drivers/gpu/drm/amd/display/dc/dc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct aux_payload;
5555
struct set_config_cmd_payload;
5656
struct dmub_notification;
5757

58-
#define DC_VER "3.2.300"
58+
#define DC_VER "3.2.301"
5959

6060
#define MAX_SURFACES 3
6161
#define MAX_PLANES 6

0 commit comments

Comments
 (0)