[Intel-gfx] [PATCH i-g-t] scripts: Add a script to list implemented workarounds

Damien Lespiau damien.lespiau at intel.com
Wed May 8 14:29:35 CEST 2013


On Fri, May 03, 2013 at 06:46:53PM +0100, Damien Lespiau wrote:
> We document the implemented workarounds with
> 
>   workaround_name:platforms
> 
> with platforms being a comma separated list of 3-letters platform names.
> 
> This scripts gather those tags and output a summary of implemented work
> arounds. Example usages:
> 
> $ ./scripts/list-workarounds ~/gfx/sources/linux-2.6/
> WaApplyL3ControlAndL3ChickenMode: hsw, ivb, vlv
> WaCatErrorRejectionIssue: hsw, ivb, vlv
> WaDisable4x2SubspanOptimization: hsw, ivb
> WaDisableBackToBackFlipFix: ivb, vlv
> WaDisableDopClockGating: vlv
> ....
> 
> $ ./scripts/list-workarounds ~/gfx/sources/linux-2.6/ -p ivb
> WaApplyL3ControlAndL3ChickenMode
> WaCatErrorRejectionIssue
> WaDisable4x2SubspanOptimization
> WaDisableBackToBackFlipFix
> WaDisableEarlyCull
> ...
> 
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>

Pushed to i-g-t now that the kernel patches have been integrated.

-- 
Damien



More information about the Intel-gfx mailing list