diff options
author | Aric Cyr <[email protected]> | 2023-12-01 06:25:43 -0700 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-12-06 15:22:36 -0500 |
commit | c0c22ed7c9fd6e6d50f61ed7347e60342e958e6f (patch) | |
tree | 9fafb0fccf13d5d439c5390343b38277c8163d14 | |
parent | 107d678f6aecb4421975a25127b6bf521504b39e (diff) |
drm/amd/display: 3.2.263
This version brings along following fixes:
* Enable writeback.
* Add multiple fixes for DML2 and DCN35.
* Introduce small code style adjustments.
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Aric Cyr <[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 6ee4db8c0548..61d08349a0d7 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -49,7 +49,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.262" +#define DC_VER "3.2.263" #define MAX_SURFACES 3 #define MAX_PLANES 6 |