Lines Matching full:workaround
90 /* These defines may be used to compile out genxml workaround implementations
213 """provide a map of workaround id -> GFX_VERx10 macro test"""
230 """provide a map of workaround id -> true/false, indicating whether the wa
266 for workaround, bug in wa_def.items():
269 # stepping-specific workaround, not platform-wide
271 platform_bugs[platform].append(workaround)
277 for workaround, bug in wa_def.items():
293 stepping_bugs[platform][u_step].append(workaround)
301 help="json data file with workaround definitions")
306 print(f"Error: workaround definition not found: {args.wa_file}")
309 # json dictionary of workaround definitions