diff options
| author | Aric Cyr <aric.cyr@amd.com> | 2022-01-04 07:51:57 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2022-01-19 01:41:19 +0300 |
| commit | 82dcd8eb357caf4b16e6a201f6578b6e8795e541 (patch) | |
| tree | bdbe79f790c66b0e3cc1f67f94c93d8117d670ff | |
| parent | b4c55e525461a9a091421e952d1e052127d558a8 (diff) | |
| download | linux-82dcd8eb357caf4b16e6a201f6578b6e8795e541.tar.xz | |
drm/amd/display: 3.2.168
This version brings improvements in the following:
- Drop unnecessary DCN guards
- Improve Z9 interface
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@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>
| -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 |
