diff options
| author | 2025-06-15 11:36:32 -0400 | |
|---|---|---|
| committer | 2025-06-24 09:58:27 -0400 | |
| commit | 623ea7019fdeff56f07d4ca39a28b37ed8198556 (patch) | |
| tree | 20d9bdbba0f26c77ec6d2e04b3a2c49118f04f23 /drivers/gpu/drm/amd/display | |
| parent | drm/amd/display: Add DMUB IPS command support for IPS residency tools (diff) | |
| download | wireguard-linux-623ea7019fdeff56f07d4ca39a28b37ed8198556.tar.xz wireguard-linux-623ea7019fdeff56f07d4ca39a28b37ed8198556.zip | |
drm/amd/display: [FW Promotion] Release 0.1.16.0
Summary for changes in firmware:
* Add DMCUB IPS commands and command parser support
* use OTG count to disable interrupts
* Fix dmub_cmd header data boundary issue
* remove the HW register override
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@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')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index e6730e59d987..93f35ac7f5b9 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -5909,6 +5909,9 @@ struct dmub_rb_cmd_ips_residency_cntl { struct dmub_cmd_ips_residency_cntl_data cntl_data; }; +/** + * Data passed from FW to driver in a DMUB_CMD__IPS_QUERY_RESIDENCY_INFO command. + */ struct dmub_cmd_ips_query_residency_info_data { union dmub_addr dest; uint32_t size; |
