All of lore.kernel.org
 help / color / mirror / Atom feed
* [i-g-t PATCH v1 0/7] Make more tests generic
@ 2016-04-18 11:42 Tomeu Vizoso
  2016-04-18 11:42 ` [i-g-t PATCH v1 1/7] tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID Tomeu Vizoso
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Tomeu Vizoso @ 2016-04-18 11:42 UTC (permalink / raw)
  To: Intel GFX discussion
  Cc: Daniel Stone, Tomeu Vizoso, Daniel Vetter, Micah Fedke,
	Gustavo Padovan, Emil Velikov

Hi,

these patches allow a few more tests to run on drivers other than i915,
mainly by removing the last usage of
DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID and removing superfluous dependencies
on bufmgr and tiled BOs.

Thanks,

Tomeu

Tomeu Vizoso (7):
  tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID
  tests/kms_render: Move dependency on i915 into subtest
  tests/kms_flip: Create tiled BOs only when needed
  tests/kms_flip: Move bufmgr requirement into subtests
  tests/kms_flip: Open DRM device with DRIVER_ANY
  tests/kms_flip_event_leak: Use non-tiled formats
  tests/kms_flip_event_leak: Open DRM device with DRIVER_ANY

 tests/drm_read.c            | 44 +++++---------------------------------------
 tests/kms_flip.c            | 25 ++++++++++++++++++-------
 tests/kms_flip_event_leak.c |  8 ++++----
 tests/kms_render.c          | 21 ++++++++++++---------
 4 files changed, 39 insertions(+), 59 deletions(-)

-- 
2.5.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-04-25 13:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 11:42 [i-g-t PATCH v1 0/7] Make more tests generic Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 1/7] tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID Tomeu Vizoso
2016-04-20 13:07   ` Daniel Vetter
2016-04-18 11:42 ` [i-g-t PATCH v1 2/7] tests/kms_render: Move dependency on i915 into subtest Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 3/7] tests/kms_flip: Create tiled BOs only when needed Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 4/7] tests/kms_flip: Move bufmgr requirement into subtests Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 5/7] tests/kms_flip: Open DRM device with DRIVER_ANY Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 6/7] tests/kms_flip_event_leak: Use non-tiled formats Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 7/7] tests/kms_flip_event_leak: Open DRM device with DRIVER_ANY Tomeu Vizoso
2016-04-20 13:10 ` [i-g-t PATCH v1 0/7] Make more tests generic Daniel Vetter
2016-04-20 13:57   ` Tomeu Vizoso
2016-04-20 14:12     ` Daniel Vetter
2016-04-25 13:13       ` Tomeu Vizoso
2016-04-25 13:17         ` Tomeu Vizoso

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.