Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_pptable.h84 ULONG ulPlatformCaps; member
Dpptable_v1_0.h111 ULONG ulPlatformCaps; /*See ATOM_Tonga_CAPS_* */ member
Dvega10_pptable.h80 ULONG ulPlatformCaps; /* See ATOM_Vega10_CAPS_* */ member
Dvega12_processpptables.c320 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega12_pp_tables_initialize()
Dprocess_pptables_v1_0.c1081 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_v1_0_initialize()
Dvega10_processpptables.c1134 le32_to_cpu(powerplay_table->ulPlatformCaps)); in vega10_pp_tables_initialize()
Dprocesspptables.c1609 le32_to_cpu(powerplay_table->ulPlatformCaps)); in pp_tables_initialize()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dpptable.h172 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* member
Dr600_dpm.c859 rdev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in r600_get_platform_caps()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dpptable.h199 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c320 adev->pm.dpm.platform_caps = le32_to_cpu(power_info->pplib.ulPlatformCaps); in amdgpu_get_platform_caps()