Searched refs:_SetMaxGpuClock (Results 1 – 2 of 2) sorted by relevance
36 perf_control_object._SetMaxGpuClock = mock.Mock()60 pc._SetMaxGpuClock.assert_called_once_with(200000000)83 pc._SetMaxGpuClock.assert_called_once_with(300000000)104 pc._SetMaxGpuClock.assert_called_once_with(600000000)
142 self._SetMaxGpuClock(gpu_max_freq)288 def _SetMaxGpuClock(self, value): member in PerfControl