diff options
author | Aric Cyr <[email protected]> | 2024-06-02 21:53:29 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-06-14 16:18:26 -0400 |
commit | 02c316e696104c50534b8844a1dd9eb281f307bf (patch) | |
tree | abd8e4ad9fdfbf3b2f4dc17e1b94fa97e4b6c074 | |
parent | ea9b3dbc71d91e135181274487d6fcba1ba4d9e7 (diff) |
drm/amd/display: 3.2.288
* FW Release 0.0.221.0
* Fixed missing targets in FAMS2
* Populate hardware_release hook for dcn401
* Disable DMCUB timeout for DCN35
* Move PRIMARY plane zpos higher
* Introduce overlay cursor mode
* Change dram_clock_latency for dcn35 and dcn351
* DCN401 cursor code update
Acked-by: Zaeem Mohamed <[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 c97d9b9d5c17..35ca38ea2efa 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.287" +#define DC_VER "3.2.288" #define MAX_SURFACES 3 #define MAX_PLANES 6 |