Suggested by Brad Volking.
Signed-off-by: Daniel Vetter <[email protected]>
---
tests/gem_exec_parse.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/tests/gem_exec_parse.c b/tests/gem_exec_parse.c
index f7376e391ee9..5bab4db777b3 100644
--- a/tests/gem_exec_parse.c
+++ b/tests/gem_exec_parse.c
@@ -198,7 +198,7 @@ int fd;
igt_main
{
igt_fixture {
- int parser_version = 0, has_ppgtt = 0;
+ int parser_version = 0;
drm_i915_getparam_t gp;
int rc;
@@ -209,10 +209,7 @@ igt_main
rc = drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp);
igt_require(!rc && parser_version > 0);
- gp.param = I915_PARAM_HAS_ALIASING_PPGTT;
- gp.value = &has_ppgtt;
- rc = drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp);
- igt_require(!rc && has_ppgtt > 0);
+ igt_require(gem_uses_aliasing_ppgtt(fd));
handle = gem_create(fd, 4096);
--
2.0.0
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx