summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-09-26 14:05:10 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2018-09-26 16:00:19 +0100
commit01ae6df1121152abb162dfd3784fce467757ce6c (patch)
tree9be52febc0878b6b404a2a82f0935bb5e8d1178f /tests/perf.c
parentb31a3f8d4540414a788eb02e507817e5cf1e5340 (diff)
igt/perf: gem.has_ppgtt is no longer used
Remove gem.has_ppgtt as the information is no longer used. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
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