diff options
author | 2022-09-18 12:20:03 -0400 | |
---|---|---|
committer | 2022-09-29 09:41:46 -0400 | |
commit | ce438e99015871b9226c27066fe72fc05f18e8bf (patch) | |
tree | 9e9f2edad83cc789c539dd5db2b433d59d2d80a7 | |
parent | drm/amd/display: fix a divide by zero error (diff) | |
download | linux-dev-ce438e99015871b9226c27066fe72fc05f18e8bf.tar.xz linux-dev-ce438e99015871b9226c27066fe72fc05f18e8bf.zip |
drm/amd/display: 3.2.205
This version brings along following fixes:
- LTTPR mode can be be dynamically changed
- fixes divide by zero error
- features able to use same interface to update cursor info
- fixes for llvm compilation issues
- Fixes DIO FIFO underflow and other FIFO errors
- Partially valid EDIDs handled properly
- Phatom pipes are skipped when checking pending flip
- Fixed audio on audio on display after unplugging
Acked-by: Jasdeep Dhillon <jdhillon@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 7db7929a7e81..2ecf36e6329b 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.204" +#define DC_VER "3.2.205" #define MAX_SURFACES 3 #define MAX_PLANES 6 |