Searched refs:_SetMaxGpuClock (Results 1 – 2 of 2) sorted by relevance
45 perf_control_object._SetMaxGpuClock = mock.Mock()69 pc._SetMaxGpuClock.assert_called_once_with(200000000)92 pc._SetMaxGpuClock.assert_called_once_with(300000000)113 pc._SetMaxGpuClock.assert_called_once_with(600000000)
220 self._SetMaxGpuClock(gpu_max_freq)379 def _SetMaxGpuClock(self, value): member in PerfControl