diff options
author | Aric Cyr <aric.cyr@amd.com> | 2024-07-28 14:55:56 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-06 11:11:03 -0400 |
commit | 130376ab8300ef06231ebac4db147f06d601d53c (patch) | |
tree | e5e4ac4f30ea4a89867d74b86866f1115be547db /drivers/gpu/drm/amd/display/dc/dc.h | |
parent | a0fcd3df4591043d447bb08919eed2ce68fbdb5b (diff) | |
download | linux-130376ab8300ef06231ebac4db147f06d601d53c.tar.gz linux-130376ab8300ef06231ebac4db147f06d601d53c.tar.bz2 linux-130376ab8300ef06231ebac4db147f06d601d53c.zip |
drm/amd/display: 3.2.295
This version brings along following fixes:
- Clean up some files style problems
- Program the DET segment when initializing pipes in dcn10_hwseq
- Fix overlay with pre-blend color processing
- Disable SubVP if Hardware Rotation is Used
- Fix few things in DML
- Re-enable panel replay feature
- Fix null pointer dereference under mst+dsc setup
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-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 49725f06a2d5..7873daf72608 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -55,7 +55,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.294" +#define DC_VER "3.2.295" #define MAX_SURFACES 3 #define MAX_PLANES 6 |