Home
last modified time | relevance | path

Searched refs:info_v8 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2410 ATOM_INTEGRATED_SYSTEM_INFO_V1_8 *info_v8; in get_integrated_info_v8() local
2413 info_v8 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_8, in get_integrated_info_v8()
2416 if (info_v8 == NULL) in get_integrated_info_v8()
2418 info->boot_up_engine_clock = le32_to_cpu(info_v8->ulBootUpEngineClock) * 10; in get_integrated_info_v8()
2419 info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10; in get_integrated_info_v8()
2420 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v8()
2425 le32_to_cpu(info_v8->sDISPCLK_Voltage[i]. in get_integrated_info_v8()
2428 le32_to_cpu(info_v8->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v8()
2432 le32_to_cpu(info_v8->ulBootUpReqDisplayVector); in get_integrated_info_v8()
2434 le32_to_cpu(info_v8->ulGPUCapInfo); in get_integrated_info_v8()
[all …]