Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_pptable.h83 ULONG ulPlatformCaps; member
H A Dvega20_pptable.h116 ULONG ulPlatformCaps; member
H A Dvega10_pptable.h80 ULONG ulPlatformCaps; /* See ATOM_Vega10_CAPS_* */ member
H A Dvega12_processpptables.c279 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega12_pp_tables_initialize()
H A Dpptable_v1_0.h111 ULONG ulPlatformCaps; /*See ATOM_Tonga_CAPS_* */ member
H A Dvega10_processpptables.c1168 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega10_pp_tables_initialize()
1359 0 != (le32_to_cpu(powerplay_table->ulPlatformCaps) & ATOM_VEGA10_PP_PLATFORM_CAP_BACO), in vega10_baco_set_cap()
H A Dprocess_pptables_v1_0.c1160 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_v1_0_initialize()
H A Dprocesspptables.c1715 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_initialize()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h172 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* member
H A Dr600_dpm.c856 rdev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in r600_get_platform_caps()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c172 adev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in amdgpu_get_platform_caps()