All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 00/10] tests: Add timeline syncobj testing
Date: Wed, 20 Nov 2019 23:21:33 +0200	[thread overview]
Message-ID: <20191120212143.364333-1-lionel.g.landwerlin@intel.com> (raw)

Hi all,

This is a resend of the same series from a few months back to add
testing for timeline syncobjs.

There are two parts :

  - some generic testing mostly from David at AMD that does not rely
    on a particular driver

  - some i915 specific tests using a new uAPI to plumb the timeline
    points along the syncobj handles

Cheers,

Chunming Zhou (1):
  igt: add timeline test cases

Lionel Landwerlin (9):
  lib/syncobj: drop local declarations
  drm-uapi: Update drm headers to
    17cc51390c141662748dbbc2fe98f3ed10f2e13e
  tests/syncobj_timeline: add more timeline tests
  tests/i915/exec_fence: switch to internal headers
  tests/i915/exec_fence: reuse syncobj helpers
  include: bump drm headers for i915 timeline semaphores
  tests/i915/exec_fence: add timeline fence tests
  lib/i915: add mmio base for engines
  tests/i915/gem_exec_fence: add engine chaining tests

 include/drm-uapi/amdgpu_drm.h   |   71 +-
 include/drm-uapi/drm.h          |   56 +
 include/drm-uapi/drm_fourcc.h   |   28 +-
 include/drm-uapi/drm_mode.h     |  122 ++-
 include/drm-uapi/etnaviv_drm.h  |   10 +-
 include/drm-uapi/exynos_drm.h   |    2 +-
 include/drm-uapi/i915_drm.h     |   64 +-
 include/drm-uapi/msm_drm.h      |   14 +
 include/drm-uapi/nouveau_drm.h  |   51 +
 include/drm-uapi/omap_drm.h     |   18 +-
 include/drm-uapi/panfrost_drm.h |   88 ++
 include/drm-uapi/v3d_drm.h      |   36 +-
 lib/i915/gem_engine_topology.c  |   74 ++
 lib/i915/gem_engine_topology.h  |    5 +
 lib/igt_syncobj.c               |  252 ++++-
 lib/igt_syncobj.h               |   48 +-
 lib/intel_reg.h                 |    2 +
 tests/i915/gem_exec_fence.c     | 1821 +++++++++++++++++++++++++------
 tests/meson.build               |    1 +
 tests/syncobj_basic.c           |    2 +-
 tests/syncobj_timeline.c        | 1537 ++++++++++++++++++++++++++
 tests/syncobj_wait.c            |   58 +-
 22 files changed, 3925 insertions(+), 435 deletions(-)
 create mode 100644 tests/syncobj_timeline.c

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

             reply	other threads:[~2019-11-20 21:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 21:21 Lionel Landwerlin [this message]
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 01/10] lib/syncobj: drop local declarations Lionel Landwerlin
2019-11-20 21:49   ` Chris Wilson
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 02/10] drm-uapi: Update drm headers to 17cc51390c141662748dbbc2fe98f3ed10f2e13e Lionel Landwerlin
2019-11-20 21:50   ` Chris Wilson
2019-11-21 11:10     ` Lionel Landwerlin
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 05/10] tests/i915/exec_fence: switch to internal headers Lionel Landwerlin
2019-11-20 21:51   ` Chris Wilson
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 06/10] tests/i915/exec_fence: reuse syncobj helpers Lionel Landwerlin
2019-11-20 21:52   ` Chris Wilson
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 07/10] include: bump drm headers for i915 timeline semaphores Lionel Landwerlin
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 08/10] tests/i915/exec_fence: add timeline fence tests Lionel Landwerlin
2019-11-20 21:40   ` Chris Wilson
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 09/10] lib/i915: add mmio base for engines Lionel Landwerlin
2019-11-20 21:42   ` Chris Wilson
2019-11-21 13:15     ` Lionel Landwerlin
2019-11-20 21:21 ` [igt-dev] [PATCH i-g-t 10/10] tests/i915/gem_exec_fence: add engine chaining tests Lionel Landwerlin
2019-11-20 22:02   ` Chris Wilson
     [not found] ` <20191120212143.364333-5-lionel.g.landwerlin@intel.com>
2019-11-20 21:33   ` [igt-dev] [PATCH i-g-t 04/10] tests/syncobj_timeline: add more timeline tests Chris Wilson
2019-11-20 23:02 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests: Add timeline syncobj testing Patchwork
2019-11-20 23:42 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
     [not found] ` <20191120212143.364333-4-lionel.g.landwerlin@intel.com>
2019-11-21 14:07   ` [igt-dev] [PATCH i-g-t 03/10] igt: add timeline test cases Petri Latvala
2019-11-22 13:03     ` Lionel Landwerlin
2019-11-21 22:16 ` [igt-dev] ✓ Fi.CI.IGT: success for tests: Add timeline syncobj testing 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=20191120212143.364333-1-lionel.g.landwerlin@intel.com \
    --to=lionel.g.landwerlin@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.