From: Aric Cyr <[email protected]> This version brings along following fixes: * Ensure DCN save init registers after VM setup * Fix multi-display support for idle opt workqueue * Use vblank control events for PSR enable/disable * Create default dc_sink when fail reading EDID under MST
Reviewed-by: Aric Cyr <[email protected]> Acked-by: Wayne Lin <[email protected]> Signed-off-by: Aric Cyr <[email protected]> --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 0494e6dcf4dc..3ab52d9a82cf 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ /* forward declaration */ struct aux_payload; -#define DC_VER "3.2.148" +#define DC_VER "3.2.149" #define MAX_SURFACES 3 #define MAX_PLANES 6 -- 2.25.1
