]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.1.16.0
authorTaimur Hassan <Syed.Hassan@amd.com>
Sun, 15 Jun 2025 15:36:32 +0000 (11:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 13:58:27 +0000 (09:58 -0400)
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>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index e6730e59d987f79eeda1928f7f502a7b9b739d75..93f35ac7f5b9d87bcde8e28225abc3b70f2020f6 100644 (file)
@@ -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;