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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2638 struct atom_integrated_system_info_v2_1 *info_v2_1; local
2641 info_v2_1 = GET_IMAGE(struct atom_integrated_system_info_v2_1,
2644 if (info_v2_1 == NULL)
2647 DC_LOG_BIOS("gpuclk_ss_percentage (unit of 0.001 percent): %d\n", info_v2_1->gpuclk_ss_percentage);
2650 le32_to_cpu(info_v2_1->gpucapinfo);
2659 info->system_config = le32_to_cpu(info_v2_1->system_config);
2660 info->cpu_cap_info = le32_to_cpu(info_v2_1->cpucapinfo);
2661 info->memory_type = info_v2_1->memorytype;
2662 info->ma_channel_number = info_v2_1->umachannelnumber;
2664 le16_to_cpu(info_v2_1
[all...]

Completed in 188 milliseconds