Re: [Piglit] [PATCH] AMD_performance_monitor: add VC4 specific tests

2018-02-07 Thread Dylan Baker
You'll need to add this to all.py. Quoting Boris Brezillon (2018-02-07 00:19:34) > From: Boris Brezillon > > This adds a specific test for the VC4 GPU. > Right now, it only checks that FEP-valid-quads and > QPU-total-clk-cycles-waiting-TMU are consistent

[Piglit] [PATCH] AMD_performance_monitor: add VC4 specific tests

2018-02-07 Thread Boris Brezillon
From: Boris Brezillon This adds a specific test for the VC4 GPU. Right now, it only checks that FEP-valid-quads and QPU-total-clk-cycles-waiting-TMU are consistent after executing well know operations (draw a rectangle or a texture). More tests will be added