All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] lib/igt_kms: Move planes from pipe to display, v2.
@ 2018-05-07 13:14 Maarten Lankhorst
  2018-05-07 13:14 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_kms: Remove plane->pipe backpointer, v2 Maarten Lankhorst
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Maarten Lankhorst @ 2018-05-07 13:14 UTC (permalink / raw)
  To: igt-dev; +Cc: Laurent Pinchart, Daniel Vetter

Now actually with testing!

This doesn't solve the API issues yet from having reassignable planes.
It's only a preparation patch that will allow us to get rid of the
duplicated plane definitions in the future when we decide on an api
and fix the tests to use it.

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Daniel Vetter <daniel@ffwll.ch>

Maarten Lankhorst (4):
  lib/igt_kms: Remove plane->pipe backpointer, v2.
  tests: Remove kms_mmio_vs_cs_flip
  lib/igt_kms: Remove igt_output_get_plane(), v2.
  lib/igt_kms: Move planes from pipe to display, v2.

 lib/igt_kms.c                     | 206 ++++++------
 lib/igt_kms.h                     |  23 +-
 tests/Makefile.sources            |   1 -
 tests/kms_atomic.c                |  10 +-
 tests/kms_atomic_interruptible.c  |  19 +-
 tests/kms_atomic_transition.c     |  74 +++--
 tests/kms_chamelium.c             |  35 +-
 tests/kms_color.c                 | 157 ++++-----
 tests/kms_concurrent.c            |  48 ++-
 tests/kms_crtc_background_color.c |  23 +-
 tests/kms_cursor_legacy.c         |   4 +-
 tests/kms_flip_tiling.c           |   2 +-
 tests/kms_mmio_vs_cs_flip.c       | 523 ------------------------------
 tests/kms_pipe_b_c_ivb.c          |   4 +-
 tests/kms_pipe_crc_basic.c        |   2 +-
 tests/kms_plane.c                 |  44 ++-
 tests/kms_plane_lowres.c          |   4 +-
 tests/kms_plane_multiple.c        |  75 ++---
 tests/kms_plane_scaling.c         |  47 ++-
 tests/kms_rotation_crc.c          |  12 +-
 tests/kms_universal_plane.c       |   9 +-
 tests/kms_vblank.c                |   2 +-
 tests/meson.build                 |   1 -
 23 files changed, 401 insertions(+), 924 deletions(-)
 delete mode 100644 tests/kms_mmio_vs_cs_flip.c

-- 
2.17.0

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

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

end of thread, other threads:[~2018-05-09  9:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07 13:14 [igt-dev] [PATCH i-g-t 0/4] lib/igt_kms: Move planes from pipe to display, v2 Maarten Lankhorst
2018-05-07 13:14 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_kms: Remove plane->pipe backpointer, v2 Maarten Lankhorst
2018-05-07 14:51   ` Daniel Vetter
2018-05-07 13:14 ` [igt-dev] [PATCH i-g-t 2/4] tests: Remove kms_mmio_vs_cs_flip Maarten Lankhorst
2018-05-07 14:21   ` Daniel Vetter
2018-05-08 14:21     ` Maarten Lankhorst
2018-05-07 13:14 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_kms: Remove igt_output_get_plane(), v2 Maarten Lankhorst
2018-05-07 14:57   ` Daniel Vetter
2018-05-08 10:10     ` Maarten Lankhorst
2018-05-09  9:46       ` Daniel Vetter
2018-05-07 13:14 ` [igt-dev] [PATCH i-g-t 4/4] lib/igt_kms: Move planes from pipe to display, v2 Maarten Lankhorst
2018-05-07 14:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-05-07 15:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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.