Commit 3dc9c55d authored by Taimur Hassan's avatar Taimur Hassan Committed by Alex Deucher
Browse files

drm/amd/display: [FW Promotion] Release 0.1.24.0



Add two new IPS residency data modes.

Signed-off-by: default avatarTaimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: default avatarLeo Li <sunpeng.li@amd.com>
Tested-by: default avatarDan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c350d9e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6021,6 +6021,8 @@ enum ips_residency_mode {
	IPS_RESIDENCY__IPS1_RCG,
	IPS_RESIDENCY__IPS1_ONO2_ON,
	IPS_RESIDENCY__IPS1_Z8_RETENTION,
	IPS_RESIDENCY__PG_ONO_LAST_SEEN_IN_IPS,
	IPS_RESIDENCY__PG_ONO_CURRENT_STATE
};

#define NUM_IPS_HISTOGRAM_BUCKETS 16
@@ -6034,6 +6036,8 @@ struct dmub_ips_residency_info {
	uint32_t histogram[NUM_IPS_HISTOGRAM_BUCKETS];
	uint64_t total_time_us;
	uint64_t total_inactive_time_us;
	uint32_t ono_pg_state_at_collection;
	uint32_t ono_pg_state_last_seen_in_ips;
};

/**