All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Subject: [igt-dev] [PATCH i-g-t v6 03/14] tests/gem_caching: adopt to batch flush function cleanup
Date: Fri, 24 Jul 2020 22:22:22 +0200	[thread overview]
Message-ID: <20200724202233.14952-4-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20200724202233.14952-1-zbigniew.kempczynski@intel.com>

intel_bb API has been cleaned so flush generates also BBE and executes
the batch. Remove redundant code to use flush properly.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Dominik Grzegorzek <dominik.grzegorzek@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_caching.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/i915/gem_caching.c b/tests/i915/gem_caching.c
index 1d8989db..23e42132 100644
--- a/tests/i915/gem_caching.c
+++ b/tests/i915/gem_caching.c
@@ -99,11 +99,6 @@ copy_bo(struct intel_bb *ibb, struct intel_buf *src, struct intel_buf *dst)
 	intel_bb_emit_reloc_fenced(ibb, src->handle,
 				   I915_GEM_DOMAIN_RENDER,
 				   0, 0, 0x0);
-
-	 /* Mark the end of the buffer. */
-	intel_bb_out(ibb, MI_BATCH_BUFFER_END);
-	intel_bb_ptr_align(ibb, 8);
-
 	intel_bb_flush_blit(ibb);
 	intel_bb_sync(ibb);
 }
-- 
2.26.0

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

  parent reply	other threads:[~2020-07-24 20:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 20:22 [igt-dev] [PATCH i-g-t v6 00/14] Remove libdrm in rendercopy Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 01/14] lib/intel_bufops: add mapping on cpu / device Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 02/14] lib/intel_batchbuffer: add new functions to support rendercopy Zbigniew Kempczyński
2020-07-24 20:22 ` Zbigniew Kempczyński [this message]
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 04/14] lib/rendercopy: remove libdrm dependency Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 05/14] tests/api_intel_bb: add render tests Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 06/14] lib/intel_batchbuffer: use canonical addresses for 48bit ppgtt Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 07/14] lib/igt_draw: remove libdrm dependency Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 08/14] lib/igt_fb: Removal of " Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 09/14] tests/gem|kms: remove libdrm dependency (batch 1) Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 10/14] tests/gem|kms: remove libdrm dependency (batch 2) Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 11/14] tools/intel_residency: adopt intel_residency to use bufops Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 12/14] tests/perf: remove libdrm dependency for rendercopy Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 13/14] tests/api_intel_bb: base64 dumping code Zbigniew Kempczyński
2020-07-24 20:22 ` [igt-dev] [PATCH i-g-t v6 14/14] HAX: run rendercopy tests Zbigniew Kempczyński
2020-07-24 21:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for Remove libdrm in rendercopy (rev6) 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=20200724202233.14952-4-zbigniew.kempczynski@intel.com \
    --to=zbigniew.kempczynski@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=igt-dev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.