From 35fa2ca73b6b9682d0f3366b0cb4e82ac6c340ec Mon Sep 17 00:00:00 2001 From: Abdiel Janulgue Date: Tue, 11 Oct 2016 21:30:08 +0300 Subject: lib: add igt_dummyload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot of igt testcases need some GPU workload to make sure a race window is big enough. Unfortunately having a fixed amount of workload leads to spurious test failures or overly long runtimes on some fast/slow platforms. This library contains functionality to submit GPU workloads that should consume exactly a specific amount of time. Since v14: Since we are using multiple signals, walk list of batches to terminate a batch to avoid using a single global batch. Cycle signals between SIGRTMIN and SIGRTMAX properly. Cc: Daniel Vetter Cc: Ville Syrjälä Cc: Chris Wilson Cc: tomeu@tomeuvizoso.net Reviewed-by: Tomeu Vizoso Signed-off-by: Abdiel Janulgue --- docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml b/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml index c862f2ad..55902abb 100644 --- a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml +++ b/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml @@ -32,6 +32,7 @@ + -- cgit v1.2.3