summaryrefslogtreecommitdiff
path: root/tests/gem_exec_store.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-02-04 17:20:33 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-02-04 17:21:40 +0000
commit241b78233f0b8edebdf5c291729df1a3ca2eff4d (patch)
treed340cfc252f7d4a9be5446212b6ffb4e4c4fd52c /tests/gem_exec_store.c
parent879900ef070fcb88c425d3e669f1257d4cc8661f (diff)
igt: intel_gen(intel_gen()) eek
Painfully obvious afterwards. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_exec_store.c')
-rw-r--r--tests/gem_exec_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_exec_store.c b/tests/gem_exec_store.c
index e9893787..08248966 100644
--- a/tests/gem_exec_store.c
+++ b/tests/gem_exec_store.c
@@ -210,7 +210,7 @@ static void store_all(int fd)
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