All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Lis <tomasz.lis@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: bartosz.dunajski@intel.com
Subject: [igt-dev] [PATCH i-g-t v2 0/3] Data Port Cache Coherency test.
Date: Fri,  5 Oct 2018 20:04:33 +0200	[thread overview]
Message-ID: <1538762676-15259-1-git-send-email-tomasz.lis@intel.com> (raw)

This adds a new test binary, containing test for the Data Port Coherency
option. The tests check whether the option has real effect on execution,
by submitting gpgpu fill job with and without the coherency.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Winiarski <michal.winiarski@intel.com>

Signed-off-by: Tomasz Lis <tomasz.lis@intel.com>

Lis, Tomasz (3):
  lib: Separated emit part of gpgpu_fill.
  lib: Update surface state to set MOCS and coherency.
  igt: Add a test for Data Port Coherency.

 include/drm-uapi/i915_drm.h     |   7 +
 lib/gpgpu_fill.c                |  59 +++-----
 lib/gpgpu_fill.h                |   8 +-
 lib/gpu_cmds.c                  |   3 +
 lib/intel_batchbuffer.c         |  12 +-
 lib/intel_batchbuffer.h         |   2 +-
 tests/Makefile.sources          |   1 +
 tests/gem_gpgpu_fill.c          |  19 ++-
 tests/gem_gpgpu_fill_coherent.c | 296 ++++++++++++++++++++++++++++++++++++++++
 9 files changed, 352 insertions(+), 55 deletions(-)
 create mode 100644 tests/gem_gpgpu_fill_coherent.c

-- 
2.7.4

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

             reply	other threads:[~2018-10-05 18:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 18:04 Tomasz Lis [this message]
2018-10-05 18:04 ` [igt-dev] [PATCH i-g-t v2 1/3] lib: Separated emit part of gpgpu_fill Tomasz Lis
2018-10-24 14:49   ` Kalamarz, Lukasz
2018-10-05 18:04 ` [igt-dev] [PATCH i-g-t v2 2/3] lib: Update surface state to set MOCS and coherency Tomasz Lis
2018-10-05 18:04 ` [igt-dev] [PATCH i-g-t v2 3/3] igt: Add a test for Data Port Coherency Tomasz Lis
2018-10-05 19:59 ` [igt-dev] ✓ Fi.CI.BAT: success for Data Port Cache Coherency test Patchwork
2018-10-06  2:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=1538762676-15259-1-git-send-email-tomasz.lis@intel.com \
    --to=tomasz.lis@intel.com \
    --cc=bartosz.dunajski@intel.com \
    --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.