summaryrefslogtreecommitdiff
path: root/tests
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:14 +0100
commitb31a3f8d4540414a788eb02e507817e5cf1e5340 (patch)
tree751e3152178962d357eed35eb68df0c3e52a4db0 /tests
parenta6e21812d100dce68450727e79fc09e0c0033683 (diff)
igt/pm_sseu: 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')
-rw-r--r--tests/pm_sseu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pm_sseu.c b/tests/pm_sseu.c
index 1274e1fa..5fdcbef2 100644
--- a/tests/pm_sseu.c
+++ b/tests/pm_sseu.c
@@ -40,7 +40,6 @@ static struct {
int drm_fd;
int devid;
int gen;
- int has_ppgtt;
drm_intel_bufmgr *bufmgr;
struct intel_batchbuffer *batch;
igt_media_spinfunc_t spinfunc;
@@ -290,8 +289,6 @@ gem_init(void)
gem.spinfunc = igt_get_media_spinfunc(gem.devid);
igt_require(gem.spinfunc);
- gem.has_ppgtt = gem_uses_ppgtt(gem.drm_fd);
-
gem.bufmgr = drm_intel_bufmgr_gem_init(gem.drm_fd, 4096);
igt_assert(gem.bufmgr);
gem.init = 2;