Remove gem.has_ppgtt as the information is no longer used.

Signed-off-by: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
---
 tests/perf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/perf.c b/tests/perf.c
index 25a6bf191..16c1adb0e 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
-- 
2.19.0

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to