Home | History | Annotate | Download | only in graphics_Idle

Lines Matching refs:found

3 # found in the LICENSE file.
70 logging.error('Error: %s not found.', ' '.join(paths))
107 logging.error('Error: %s not found.', param_path)
109 'Short blanking not added (no EDID found). ')
138 found = False
141 return 'RC6_PATHS not found.'
142 while found == False and tries < 20:
148 found = True
151 if not found:
169 found = False
172 return 'CLOCK_PATHS not found.'
173 while not found and tries < 80:
184 found = True
189 found = True
194 if not found:
274 found = False
275 while not found and tries < 80:
279 logging.info('Found idle DVFS clock = %u', clock)
280 found = True
284 if not found:
308 found = False
311 return 'FBC_PATHS not found.'
312 while not found and tries < 20:
317 found = True
321 if not found:
335 found = False
338 return 'PSR_PATHS not found.'
339 while not found and tries < 20:
345 found = True
349 if not found:
361 found = False
370 return 'GEM_PATHS not found.'
374 while not found and tries < 240:
389 found = True
394 while not found and tries < 240:
399 found = True
402 if not found: