Commit 623ea701 authored by Taimur Hassan's avatar Taimur Hassan Committed by Alex Deucher
Browse files

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: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: default avatarTaimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: default avatarFangzhi Zuo <jerry.zuo@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c44120df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;