igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH i-g-t 1/2] igt/pm_sseu: gem.has_ppgtt is no longer used
@ 2018-09-26 13:09 Chris Wilson
  2018-09-26 13:09 ` [igt-dev] [PATCH i-g-t 2/2] igt/perf: " Chris Wilson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chris Wilson @ 2018-09-26 13:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

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>
---
 tests/pm_sseu.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/pm_sseu.c b/tests/pm_sseu.c
index 1274e1fa6..5fdcbef22 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;
-- 
2.19.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-26 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26 13:09 [Intel-gfx] [PATCH i-g-t 1/2] igt/pm_sseu: gem.has_ppgtt is no longer used Chris Wilson
2018-09-26 13:09 ` [igt-dev] [PATCH i-g-t 2/2] igt/perf: " Chris Wilson
2018-09-26 13:18   ` Joonas Lahtinen
2018-09-26 13:17 ` [igt-dev] [PATCH i-g-t 1/2] igt/pm_sseu: " Joonas Lahtinen
2018-09-26 14:59 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2018-09-26 21:52 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).