From: Taimur Hassan Date: Sun, 15 Jun 2025 15:36:32 +0000 (-0400) Subject: drm/amd/display: [FW Promotion] Release 0.1.16.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=623ea7019fdeff56f07d4ca39a28b37ed8198556;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Taimur Hassan Signed-off-by: Fangzhi Zuo Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- 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 e6730e59d987f..93f35ac7f5b9d 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;