Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c2404 ATOM_INTEGRATED_SYSTEM_INFO_V1_9 *info_v9; in get_integrated_info_v9() local
2407 info_v9 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_9, in get_integrated_info_v9()
2410 if (!info_v9) in get_integrated_info_v9()
2413 info->boot_up_engine_clock = le32_to_cpu(info_v9->ulBootUpEngineClock) * 10; in get_integrated_info_v9()
2414 info->dentist_vco_freq = le32_to_cpu(info_v9->ulDentistVCOFreq) * 10; in get_integrated_info_v9()
2415 info->boot_up_uma_clock = le32_to_cpu(info_v9->ulBootUpUMAClock) * 10; in get_integrated_info_v9()
2420 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulMaximumSupportedCLK) * 10; in get_integrated_info_v9()
2422 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v9()
2426 le32_to_cpu(info_v9->ulBootUpReqDisplayVector); in get_integrated_info_v9()
2427 info->gpu_cap_info = le32_to_cpu(info_v9->ulGPUCapInfo); in get_integrated_info_v9()
[all …]