igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/2] igt/perf: gem.has_ppgtt is no longer used
Date: Wed, 26 Sep 2018 14:09:09 +0100	[thread overview]
Message-ID: <20180926130909.19617-2-chris@chris-wilson.co.uk> (raw)
In-Reply-To: <20180926130909.19617-1-chris@chris-wilson.co.uk>

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/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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2018-09-26 13:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Chris Wilson [this message]
2018-09-26 13:18   ` [igt-dev] [PATCH i-g-t 2/2] igt/perf: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180926130909.19617-2-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).