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 <[email protected]> Signed-off-by: Aric Cyr <[email protected]> Signed-off-by: Alex Hung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent fa8a4d3 commit 06c9aeb

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/amd/display/dc

1 file changed

+1
-1
lines changed

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)