diff options
Diffstat (limited to 'tests/gem_busy.c')
-rw-r--r-- | tests/gem_busy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_busy.c b/tests/gem_busy.c index edec7c9b..39360109 100644 --- a/tests/gem_busy.c +++ b/tests/gem_busy.c @@ -502,7 +502,7 @@ static void basic(int fd, unsigned ring, unsigned flags) 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 |