From e6b264cce7799d822bc8a1b0e493cf5dee112f85 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 16 May 2012 10:14:55 -0300 Subject: intel_gpu_top: allow to work on Gen7 Somehow nobody noticed this before, but we were missing blt and bsd6 initialization on Gen7. Reported-by: Philippe Lecluse Signed-off-by: Eugeni Dodonov --- tools/intel_gpu_top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/intel_gpu_top.c') diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c index e8f02d0e..e561865c 100644 --- a/tools/intel_gpu_top.c +++ b/tools/intel_gpu_top.c @@ -514,7 +514,7 @@ int main(int argc, char **argv) ring_init(&render_ring); if (IS_GEN4(devid) || IS_GEN5(devid)) ring_init(&bsd_ring); - if (IS_GEN6(devid)) { + if (IS_GEN6(devid) || IS_GEN7(devid)) { ring_init(&bsd6_ring); ring_init(&blt_ring); } -- cgit v1.2.3