From 01ae6df1121152abb162dfd3784fce467757ce6c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 26 Sep 2018 14:05:10 +0100 Subject: 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 Cc: Joonas Lahtinen Reviewed-by: Joonas Lahtinen --- tests/perf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/perf.c') 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 -- cgit v1.2.3