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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.h349 uint32_t lowest_uclk_reserved_for_ulv; member in struct:vega10_hwmgr
H A Dvega12_hwmgr.h351 uint32_t lowest_uclk_reserved_for_ulv; member in struct:vega12_hwmgr
H A Dvega20_hwmgr.h474 uint32_t lowest_uclk_reserved_for_ulv; member in struct:vega20_hwmgr
H A Dvega12_hwmgr.c73 data->lowest_uclk_reserved_for_ulv = PPVEGA12_VEGA12LOWESTUCLKRESERVEDFORULV_DFLT;
281 if (data->lowest_uclk_reserved_for_ulv != PPVEGA12_VEGA12LOWESTUCLKRESERVEDFORULV_DFLT) {
284 if (data->lowest_uclk_reserved_for_ulv == 1)
H A Dvega20_hwmgr.c71 data->lowest_uclk_reserved_for_ulv = PPVEGA20_VEGA20LOWESTUCLKRESERVEDFORULV_DFLT;
316 if (data->lowest_uclk_reserved_for_ulv != PPVEGA20_VEGA20LOWESTUCLKRESERVEDFORULV_DFLT) {
319 if (data->lowest_uclk_reserved_for_ulv == 1)
H A Dvega10_hwmgr.c1904 (uint8_t)(data->lowest_uclk_reserved_for_ulv);

Completed in 303 milliseconds