diff options
author | Aric Cyr <aric.cyr@amd.com> | 2022-04-10 21:53:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-25 17:06:10 -0400 |
commit | 259f249c4b9b2a9dc15095afd071bcc5b8d6f30e (patch) | |
tree | e5619451fe7d4a39c3e70907fb9dc457d1a2e01d /drivers/gpu | |
parent | 84ebd73e3281f7f2d7f637c8f28c63ab8754b3f2 (diff) |
drm/amd/display: 3.2.182
This version brings along following improvements:
- Fix HDCP QUERY Error for eDP and Tiled
- Insert smu busy status before sending another request
Acked-by: Tom Chung <chiahsuan.chung@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>
Diffstat (limited to 'drivers/gpu')
-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 2f0c436dae4c..5c85e52e5406 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -47,7 +47,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.181" +#define DC_VER "3.2.182" #define MAX_SURFACES 3 #define MAX_PLANES 6 |