diff options
| author | 2022-06-05 22:50:30 -0400 | |
|---|---|---|
| committer | 2022-06-14 21:38:40 -0400 | |
| commit | 5f034aef8479ac80e8732958dcb66b8eda650659 (patch) | |
| tree | bf771d36d99d30af361543ca62d202da04ff9f8b /drivers/gpu/drm | |
| parent | drm/amd/display: update topology_update_input_v3 struct (diff) | |
| download | linux-dev-5f034aef8479ac80e8732958dcb66b8eda650659.tar.xz linux-dev-5f034aef8479ac80e8732958dcb66b8eda650659.zip | |
drm/amd/display: 3.2.190
This version brings along the following:
- DP fixes
- Exiting idle optimizations on mouse updates
Acked-by: Hamza Mahfooz <hamza.mahfooz@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>
Diffstat (limited to 'drivers/gpu/drm')
| -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 7191fc48c2e7..0549fa2c572a 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.189" +#define DC_VER "3.2.190" #define MAX_SURFACES 3 #define MAX_PLANES 6 |
