From c78b9959fa4050725b16d55a5e56315884a2753d Mon Sep 17 00:00:00 2001 From: "Kalamarz, Lukasz" Date: Tue, 17 Sep 2019 11:00:42 +0200 Subject: lib/rendercopy/tgl: Add support for gem_render_* tests on TGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous generations didn't use SWSB dependency tracking. For that reason shader was adopted to handle that on TGL. FIXME: Some tests still have to be fixed, currently working: gem_render_copy @linear @x-tiled @y-tiled @yf-tiled gem_render_copy_redux gem_render_linear_blits @basic gem_render_tiled_blits @basic Signed-off-by: Lukasz Kalamarz Signed-off-by: Zbigniew KempczyƄski Cc: Katarzyna Dec Reviewed-by: Katarzyna Dec Acked-by: Chris Wilson --- lib/intel_batchbuffer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/intel_batchbuffer.c') diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 07de5cbb..966c6b4e 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -844,6 +844,8 @@ igt_render_copyfunc_t igt_get_render_copyfunc(int devid) copy = gen9_render_copyfunc; else if (IS_GEN11(devid)) copy = gen11_render_copyfunc; + else if (IS_GEN12(devid)) + copy = gen12_render_copyfunc; return copy; } -- cgit v1.2.3