diff options
author | Aric Cyr <[email protected]> | 2023-06-19 01:11:09 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-06-30 13:12:16 -0400 |
commit | b877934e5efc1ffd4f8098bb245853b3738e103f (patch) | |
tree | a1a1faa2ad46838bf5444d3c5b67b9c9717fad1c | |
parent | c85c2c849ce776d5039a77d56936a216f9a07b57 (diff) |
drm/amd/display: 3.2.241
This version brings along the following:
- Improve debugging mechanism for Gaming FAMS
- Add monitor specific edid quirks
- Fixes for Phantom pipe
- Fixes for Shapper LUT
- Clean up asserts
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 110ef14445d9..63948170fd6d 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.240" +#define DC_VER "3.2.241" #define MAX_SURFACES 3 #define MAX_PLANES 6 |