Searched refs:ips_query_residency_info (Results 1 – 2 of 2) sorted by relevance
2079 cmd.ips_query_residency_info.header.type = DMUB_CMD__IPS; in dc_dmub_srv_ips_query_residency_info()2080 cmd.ips_query_residency_info.header.sub_type = DMUB_CMD__IPS_QUERY_RESIDENCY_INFO; in dc_dmub_srv_ips_query_residency_info()2081 …cmd.ips_query_residency_info.header.payload_bytes = sizeof(struct dmub_cmd_ips_query_residency_inf… in dc_dmub_srv_ips_query_residency_info()2083 …cmd.ips_query_residency_info.info_data.dest.quad_part = ctx->dmub_srv->dmub->scratch_mem_fb.gpu_ad… in dc_dmub_srv_ips_query_residency_info()2084 cmd.ips_query_residency_info.info_data.size = bytes; in dc_dmub_srv_ips_query_residency_info()2085 cmd.ips_query_residency_info.info_data.panel_inst = panel_inst; in dc_dmub_srv_ips_query_residency_info()2086 cmd.ips_query_residency_info.info_data.ips_mode = (uint32_t)ips_mode; in dc_dmub_srv_ips_query_residency_info()2089 cmd.ips_query_residency_info.header.ret_status == 0) in dc_dmub_srv_ips_query_residency_info()
7112 struct dmub_rb_cmd_ips_query_residency_info ips_query_residency_info; member