summaryrefslogtreecommitdiff
path: root/tests/gem_exec_gttfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_exec_gttfill.c')
-rw-r--r--tests/gem_exec_gttfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_exec_gttfill.c b/tests/gem_exec_gttfill.c
index 7e82b8f0..6ab88b15 100644
--- a/tests/gem_exec_gttfill.c
+++ b/tests/gem_exec_gttfill.c
@@ -211,7 +211,7 @@ static void fillgtt(int fd, unsigned ring, int timeout)
static bool can_store_dword_imm(int fd)
{
- return intel_gen(intel_gen(intel_get_drm_devid(fd))) > 2;
+ return intel_gen(intel_get_drm_devid(fd)) > 2;
}
igt_main