diff options
author | Aric Cyr <[email protected]> | 2022-01-03 23:51:57 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-01-18 17:41:19 -0500 |
commit | 82dcd8eb357caf4b16e6a201f6578b6e8795e541 (patch) | |
tree | bdbe79f790c66b0e3cc1f67f94c93d8117d670ff | |
parent | b4c55e525461a9a091421e952d1e052127d558a8 (diff) |
drm/amd/display: 3.2.168
This version brings improvements in the following:
- Drop unnecessary DCN guards
- Improve Z9 interface
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 b5e15da29017..1c6728cf2d49 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.167" +#define DC_VER "3.2.168" #define MAX_SURFACES 3 #define MAX_PLANES 6 |