Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2382 ATOM_INTEGRATED_SYSTEM_INFO_V1_9 *info_v9; in get_integrated_info_v9() local
2385 info_v9 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_9, in get_integrated_info_v9()
2388 if (!info_v9) in get_integrated_info_v9()
2391 info->boot_up_engine_clock = le32_to_cpu(info_v9->ulBootUpEngineClock) * 10; in get_integrated_info_v9()
2392 info->dentist_vco_freq = le32_to_cpu(info_v9->ulDentistVCOFreq) * 10; in get_integrated_info_v9()
2393 info->boot_up_uma_clock = le32_to_cpu(info_v9->ulBootUpUMAClock) * 10; in get_integrated_info_v9()
2398 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulMaximumSupportedCLK) * 10; in get_integrated_info_v9()
2400 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v9()
2404 le32_to_cpu(info_v9->ulBootUpReqDisplayVector); in get_integrated_info_v9()
2405 info->gpu_cap_info = le32_to_cpu(info_v9 in get_integrated_info_v9()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2391 ATOM_INTEGRATED_SYSTEM_INFO_V1_9 *info_v9; in get_integrated_info_v9() local
2394 info_v9 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_9, in get_integrated_info_v9()
2397 if (!info_v9) in get_integrated_info_v9()
2400 info->boot_up_engine_clock = le32_to_cpu(info_v9->ulBootUpEngineClock) * 10; in get_integrated_info_v9()
2401 info->dentist_vco_freq = le32_to_cpu(info_v9->ulDentistVCOFreq) * 10; in get_integrated_info_v9()
2402 info->boot_up_uma_clock = le32_to_cpu(info_v9->ulBootUpUMAClock) * 10; in get_integrated_info_v9()
2407 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulMaximumSupportedCLK) * 10; in get_integrated_info_v9()
2409 le32_to_cpu(info_v9->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v9()
2413 le32_to_cpu(info_v9->ulBootUpReqDisplayVector); in get_integrated_info_v9()
2414 info->gpu_cap_info = le32_to_cpu(info_v9 in get_integrated_info_v9()
[all...]

Completed in 7 milliseconds