diff options
| author | Aric Cyr <[email protected]> | 2022-06-19 22:29:19 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-07-05 16:17:46 -0400 |
| commit | a00a3cef25a969bef8cce011c34b76071756dd05 (patch) | |
| tree | 0af6bf8936021218ef67760c7ed64183fa6806fb | |
| parent | 068ab0cdc1a97628f7007b568adadc2a1fb08384 (diff) | |
drm/amd/display: 3.2.192
This DC patchset brings improvements in multiple areas. In summary, we
highlight:
- Program ACP-related registers
- Fixes for DMUB, DPIA, PSR, and others
- Improvements in the pipe split
- Add SubVP code
- Add basic setup for FAMS support
- Improve BB capabilities
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 a9c59669dd1d..02bbc90a2c80 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.191" +#define DC_VER "3.2.192" #define MAX_SURFACES 3 #define MAX_PLANES 6 |