Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2560 ATOM_INTEGRATED_SYSTEM_INFO_V1_9 *info_v9; in get_integrated_info_v9() local
2563 info_v9 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_9, in get_integrated_info_v9()
2566 if (!info_v9) in get_integrated_info_v9()
2569 info->boot_up_engine_clock = le32_to_cpu(info_v9->ulBootUpEngineClock) * 10; in get_integrated_info_v9()
2570 info->dentist_vco_freq = le32_to_cpu(info_v9->ulDentistVCOFreq) * 10; in get_integrated_info_v9()
2571 info->boot_up_uma_clock = le32_to_cpu(info_v9->ulBootUpUMAClock) * 10; in get_integrated_info_v9()
2576 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulMaximumSupportedCLK) * 10; in get_integrated_info_v9()
2578 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v9()
2582 le32_to_cpu(info_v9->ulBootUpReqDisplayVector); in get_integrated_info_v9()
2583 info->gpu_cap_info = le32_to_cpu(info_v9->ulGPUCapInfo); in get_integrated_info_v9()
[all …]