Home
last modified time | relevance | path

Searched refs:separation_time (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c322 smu10_data->separation_time = 0; in smu10_reset_cc6_data()
950 static int smu10_store_cc6_data(struct pp_hwmgr *hwmgr, uint32_t separation_time, in smu10_store_cc6_data() argument
955 if (separation_time != data->separation_time || in smu10_store_cc6_data()
958 data->separation_time = separation_time; in smu10_store_cc6_data()
H A Dsmu10_hwmgr.h268 uint32_t separation_time; member
H A Dsmu8_hwmgr.c1498 static int smu8_store_cc6_data(struct pp_hwmgr *hwmgr, uint32_t separation_time, in smu8_store_cc6_data() argument
1503 if (separation_time != in smu8_store_cc6_data()
1512 separation_time; in smu8_store_cc6_data()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h293 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time,