Skip to content

Commit

Permalink
drm/amd/display: 3.2.151
Browse files Browse the repository at this point in the history
* coverity kernel memory leak fixes
* NULL pointer dereference fixes
* Add periodic detection when zstate is enabled
* Fork thread to offload work of hpd_rx_irq

Acked-by: Mikita Lipski <mikita.lipski@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Aric Cyr authored and Alex Deucher committed Sep 14, 2021
1 parent caf58a2 commit f22268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/display/dc/dc.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/* forward declaration */
struct aux_payload;

#define DC_VER "3.2.150"
#define DC_VER "3.2.151"

#define MAX_SURFACES 3
#define MAX_PLANES 6
Expand Down

0 comments on commit f22268c

Please sign in to comment.