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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2800 struct atom_integrated_system_info_v2_2 *info_v2_2; local
2803 info_v2_2 = GET_IMAGE(struct atom_integrated_system_info_v2_2,
2806 if (info_v2_2 == NULL)
2809 DC_LOG_BIOS("gpuclk_ss_percentage (unit of 0.001 percent): %d\n", info_v2_2->gpuclk_ss_percentage);
2812 le32_to_cpu(info_v2_2->gpucapinfo);
2821 info->system_config = le32_to_cpu(info_v2_2->system_config);
2822 info->cpu_cap_info = le32_to_cpu(info_v2_2->cpucapinfo);
2823 info->memory_type = info_v2_2->memorytype;
2824 info->ma_channel_number = info_v2_2->umachannelnumber;
2826 le16_to_cpu(info_v2_2
[all...]

Completed in 228 milliseconds