Searched refs:set_gfx_power_up_by_imu (Results 1 – 3 of 3) sorted by relevance
164 if (!smu->ppt_funcs && !smu->ppt_funcs->set_gfx_power_up_by_imu) in smu_set_gfx_power_up_by_imu()167 return smu->ppt_funcs->set_gfx_power_up_by_imu(smu); in smu_set_gfx_power_up_by_imu()1388 if ((smu->ppt_funcs->set_gfx_power_up_by_imu) && in smu_hw_init()1390 ret = smu->ppt_funcs->set_gfx_power_up_by_imu(smu); in smu_hw_init()
708 int (*set_gfx_power_up_by_imu)(struct smu_context *smu); member
1026 .set_gfx_power_up_by_imu = smu_v13_0_set_gfx_power_up_by_imu,