Home
last modified time | relevance | path

Searched refs:lowest_uclk_reserved_for_ulv (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.h352 uint32_t lowest_uclk_reserved_for_ulv; member
H A Dvega10_hwmgr.h349 uint32_t lowest_uclk_reserved_for_ulv; member
H A Dvega20_hwmgr.h476 uint32_t lowest_uclk_reserved_for_ulv; member
H A Dvega12_hwmgr.c74 data->lowest_uclk_reserved_for_ulv = PPVEGA12_VEGA12LOWESTUCLKRESERVEDFORULV_DFLT; in vega12_set_default_registry_data()
282 if (data->lowest_uclk_reserved_for_ulv != PPVEGA12_VEGA12LOWESTUCLKRESERVEDFORULV_DFLT) { in vega12_set_features_platform_caps()
285 if (data->lowest_uclk_reserved_for_ulv == 1) in vega12_set_features_platform_caps()
H A Dvega20_hwmgr.c72 data->lowest_uclk_reserved_for_ulv = PPVEGA20_VEGA20LOWESTUCLKRESERVEDFORULV_DFLT; in vega20_set_default_registry_data()
317 if (data->lowest_uclk_reserved_for_ulv != PPVEGA20_VEGA20LOWESTUCLKRESERVEDFORULV_DFLT) { in vega20_set_features_platform_caps()
320 if (data->lowest_uclk_reserved_for_ulv == 1) in vega20_set_features_platform_caps()
H A Dvega10_hwmgr.c1904 (uint8_t)(data->lowest_uclk_reserved_for_ulv); in vega10_populate_all_memory_levels()