Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_pptable.h84 ULONG ulPlatformCaps; member
Dvega20_pptable.h119 ULONG ulPlatformCaps; member
Dvega10_pptable.h80 ULONG ulPlatformCaps; /* See ATOM_Vega10_CAPS_* */ member
Dpptable_v1_0.h111 ULONG ulPlatformCaps; /*See ATOM_Tonga_CAPS_* */ member
Dvega12_processpptables.c283 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega12_pp_tables_initialize()
Dvega10_processpptables.c1169 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega10_pp_tables_initialize()
1360 0 != (le32_to_cpu(powerplay_table->ulPlatformCaps) & ATOM_VEGA10_PP_PLATFORM_CAP_BACO), in vega10_baco_set_cap()
Dvega20_processpptables.c927 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega20_pp_tables_initialize()
Dprocess_pptables_v1_0.c1162 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_v1_0_initialize()
Dprocesspptables.c1715 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_initialize()
/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h172 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* member
Dr600_dpm.c858 rdev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in r600_get_platform_caps()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h199 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* member
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c172 adev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in amdgpu_get_platform_caps()