summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/perf.c')
-rw-r--r--tests/perf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/perf.c b/tests/perf.c
index 25a6bf19..16c1adb0 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1547,7 +1547,6 @@ enum load {
static struct load_helper {
int devid;
- int has_ppgtt;
drm_intel_bufmgr *bufmgr;
drm_intel_context *context;
uint32_t context_id;
@@ -1630,7 +1629,6 @@ static void load_helper_init(void)
int ret;
lh.devid = intel_get_drm_devid(drm_fd);
- lh.has_ppgtt = gem_uses_ppgtt(drm_fd);
/* MI_STORE_DATA can only use GTT address on gen4+/g33 and needs
* snoopable mem on pre-gen6. Hence load-helper only works on gen6+, but