All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] drm/doc: Make igts for cross-driver stuff mandatory
@ 2019-01-16 16:39 ` Daniel Vetter
  0 siblings, 0 replies; 67+ messages in thread
From: Daniel Vetter @ 2019-01-16 16:39 UTC (permalink / raw)
  To: DRI Development, IGT development
  Cc: Petri Latvala, Liviu Dudau, Daniel Vetter, Alex Deucher,
	Dave Airlie, Sean Paul

Compared to the RFC[1] no changes to the patch itself, but igt moved
forward a lot:

- gitlab CI builds with: reduced configs/libraries, arm cross build
  and a sysroot build (should address all the build/cross platform
  concerns raised in the RFC discussions).

- tests reorganized into subdirectories so that the i915-gem tests
  don't clog the main/shared tests directory anymore

- quite a few more non-intel people contributing/reviewing/committing
  igt tests patches.

I think this addresses all the concerns raised in the RFC discussions,
and assuming there's enough Acks and no new issues that pop up, we can
go ahead with this.

1: https://patchwork.kernel.org/patch/10648851/
Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sean Paul <sean@poorly.run>
Cc: Eric Anholt <eric@anholt.net>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/gpu/drm-uapi.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index a752aa561ea4..413915d6b7d2 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -238,6 +238,13 @@ DRM specific patterns. Note that ENOTTY has the slightly unintuitive meaning of
 Testing and validation
 ======================
 
+Testing Requirements for userspace API
+--------------------------------------
+
+New cross-driver userspace interface extensions, like new IOCTL, new KMS
+properties, new files in sysfs or anything else that constitutes an API change
+need to have driver-agnostic testcases in IGT for that feature.
+
 Validating changes with IGT
 ---------------------------
 
-- 
2.20.1

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

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

end of thread, other threads:[~2019-01-28 17:21 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-16 16:39 [igt-dev] [PATCH] drm/doc: Make igts for cross-driver stuff mandatory Daniel Vetter
2019-01-16 16:39 ` Daniel Vetter
2019-01-16 22:41 ` [igt-dev] " Eric Anholt
2019-01-16 22:41   ` Eric Anholt
2019-01-17 11:50   ` [igt-dev] " Daniel Vetter
2019-01-17 11:50     ` Daniel Vetter
2019-01-17 11:01 ` [igt-dev] " Arkadiusz Hiler
2019-01-17 11:01   ` Arkadiusz Hiler
2019-01-17 11:09   ` [igt-dev] " Petri Latvala
2019-01-17 11:09     ` Petri Latvala
2019-01-17 11:38 ` [igt-dev] " Liviu Dudau
2019-01-17 11:38   ` Liviu Dudau
2019-01-17 11:52   ` [igt-dev] " Daniel Vetter
2019-01-17 11:52     ` Daniel Vetter
2019-01-17 12:26     ` [igt-dev] " Liviu Dudau
2019-01-17 12:26       ` Liviu Dudau
2019-01-17 12:32       ` [igt-dev] " Daniel Vetter
2019-01-17 12:32         ` Daniel Vetter
2019-01-17 14:54         ` [igt-dev] " Liviu Dudau
2019-01-17 14:54           ` Liviu Dudau
2019-01-17 15:59           ` [igt-dev] " Daniel Vetter
2019-01-17 15:59             ` Daniel Vetter
2019-01-18 11:19             ` [igt-dev] " Liviu Dudau
2019-01-18 11:19               ` Liviu Dudau
2019-01-21 11:54     ` Brian Starkey
2019-01-21 17:21       ` Daniel Vetter
2019-01-22  8:53         ` [igt-dev] " Daniel Vetter
2019-01-22  8:53           ` Daniel Vetter
2019-01-22 13:27           ` [igt-dev] " Brian Starkey
2019-01-22 13:27             ` Brian Starkey
2019-01-22 14:03             ` [igt-dev] " Daniel Vetter
2019-01-22 14:03               ` Daniel Vetter
2019-01-22 15:08               ` [igt-dev] " Brian Starkey
2019-01-22 15:08                 ` Brian Starkey
2019-01-22 15:17                 ` [igt-dev] " Daniel Vetter
2019-01-22 15:17                   ` Daniel Vetter
2019-01-22 16:11                   ` [igt-dev] " Sean Paul
2019-01-22 16:11                     ` Sean Paul
2019-01-22 16:28                     ` [igt-dev] " Daniel Vetter
2019-01-22 16:28                       ` Daniel Vetter
2019-01-28 14:03                       ` [igt-dev] " Liviu Dudau
2019-01-28 14:03                         ` Liviu Dudau
2019-01-28 17:21                         ` [igt-dev] " Daniel Vetter
2019-01-28 17:21                           ` Daniel Vetter
2019-01-22 19:00 ` [igt-dev] " Wentland, Harry
2019-01-22 19:00   ` Wentland, Harry
2019-01-22 19:19   ` Daniel Vetter
2019-01-22 19:19     ` Daniel Vetter
2019-01-22 19:42     ` Wentland, Harry
2019-01-22 19:42       ` Wentland, Harry
2019-01-22 19:53       ` Sean Paul
2019-01-22 19:53         ` Sean Paul
2019-01-23  9:46         ` Brian Starkey
2019-01-23  9:46           ` Brian Starkey
2019-01-23 10:03       ` Daniel Stone
2019-01-23 10:03         ` Daniel Stone
2019-01-23 10:11         ` Jani Nikula
2019-01-23 10:11           ` Jani Nikula
2019-01-23 10:53           ` Daniel Vetter
2019-01-23 10:53             ` Daniel Vetter
2019-01-23 10:03       ` Jani Nikula
2019-01-23 10:54         ` Daniel Vetter
2019-01-23 10:54           ` Daniel Vetter
2019-01-23  9:40     ` Brian Starkey
2019-01-23  9:40       ` Brian Starkey
2019-01-23 10:50       ` Daniel Vetter
2019-01-23 10:50         ` Daniel Vetter

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.