OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atom_ppm_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c
206
* @param
atom_ppm_table
Pointer to PPM table in VBIOS
210
ATOM_Tonga_PPM_Table *
atom_ppm_table
)
220
=
atom_ppm_table
->ucPpmDesign;
222
= le16_to_cpu(
atom_ppm_table
->usCpuCoreNumber);
224
= le32_to_cpu(
atom_ppm_table
->ulPlatformTDP);
226
= le32_to_cpu(
atom_ppm_table
->ulSmallACPlatformTDP);
228
= le32_to_cpu(
atom_ppm_table
->ulPlatformTDC);
230
= le32_to_cpu(
atom_ppm_table
->ulSmallACPlatformTDC);
232
= le32_to_cpu(
atom_ppm_table
->ulApuTDP);
234
= le32_to_cpu(
atom_ppm_table
->ulDGpuTDP)
258
ATOM_Tonga_PPM_Table *
atom_ppm_table
;
local in function:init_dpm_2_parameters
[
all
...]
amdgpu_processpptables.c
1412
ATOM_PPLIB_PPM_Table *
atom_ppm_table
)
1419
ptr->ppm_design =
atom_ppm_table
->ucPpmDesign;
1420
ptr->cpu_core_number = le16_to_cpu(
atom_ppm_table
->usCpuCoreNumber);
1421
ptr->platform_tdp = le32_to_cpu(
atom_ppm_table
->ulPlatformTDP);
1422
ptr->small_ac_platform_tdp = le32_to_cpu(
atom_ppm_table
->ulSmallACPlatformTDP);
1423
ptr->platform_tdc = le32_to_cpu(
atom_ppm_table
->ulPlatformTDC);
1424
ptr->small_ac_platform_tdc = le32_to_cpu(
atom_ppm_table
->ulSmallACPlatformTDC);
1425
ptr->apu_tdp = le32_to_cpu(
atom_ppm_table
->ulApuTDP);
1426
ptr->dgpu_tdp = le32_to_cpu(
atom_ppm_table
->ulDGpuTDP);
1427
ptr->dgpu_ulv_power = le32_to_cpu(
atom_ppm_table
->ulDGpuUlvPower)
1451
ATOM_PPLIB_PPM_Table *
atom_ppm_table
;
local in function:init_dpm2_parameters
[
all
...]
Completed in 35 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025