Searched refs:info_v11 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2421 struct atom_integrated_system_info_v1_11 *info_v11; local
2424 info_v11 = GET_IMAGE(struct atom_integrated_system_info_v1_11,
2427 if (info_v11 == NULL)
2430 DC_LOG_BIOS("gpuclk_ss_percentage (unit of 0.001 percent): %d\n", info_v11->gpuclk_ss_percentage);
2433 le32_to_cpu(info_v11->gpucapinfo);
2442 info->system_config = le32_to_cpu(info_v11->system_config);
2443 info->cpu_cap_info = le32_to_cpu(info_v11->cpucapinfo);
2444 info->memory_type = info_v11->memorytype;
2445 info->ma_channel_number = info_v11->umachannelnumber;
2447 le16_to_cpu(info_v11
[all...]

Completed in 217 milliseconds