All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 00/16] Use a tiling format in fb creation functions
@ 2014-08-21 13:59 Damien Lespiau
  2014-08-21 13:59 ` [PATCH 01/16] lib: Change the fb creation functions to take fully qualified tiling formats Damien Lespiau
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Damien Lespiau @ 2014-08-21 13:59 UTC (permalink / raw)
  To: intel-gfx

We've been assuming that X-tiled was the only format we are able to scan out,
this will change in a near future, so this series prepares i-g-t for that.

-- 
Damien

Damien Lespiau (16):
  lib: Change the fb creation functions to take fully qualified tiling
    formats
  kms_cursor_crc: Use I915_TILING_NONE to create fbs
  kms_fbc_crc: Use I915_TILING_X to create fbs
  kms_fence_pin_leak: Use I915_TILING_X to create fbs
  kms_flip: Adjust to the new igt_create_fb*() API
  kms_flip_tiling: Adjust to the new igt_create_.*fb() API
  kms_mmio_vs_cs_flip: Adjust to the new igt_create_.*fb() API
  kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API
  kms_plane: Adjust to the new igt_create.*fb() API
  kms_psr_sink_crc: Adjust to the new igt_create.*fb() API
  kms_render: Adjust to the new igt_create.*fb() API
  kms_setmode: Adjust to the igt_create.*fb() API
  kms_sink_crc_basic: Adjust to the new igt_create.*fb() API
  pm_lpsp: Adjust to the new igt_create.*fb() API
  pm_rpm: Adjust to the new igt_create*fb() API
  testdisplay: Make the desired tiling mode an unsigned int

 lib/igt_fb.c                | 37 +++++++++++++++++++------------------
 lib/igt_fb.h                | 17 ++++++++++-------
 tests/kms_cursor_crc.c      |  6 +++---
 tests/kms_fbc_crc.c         |  4 ++--
 tests/kms_fence_pin_leak.c  |  4 ++--
 tests/kms_flip.c            | 14 +++++++-------
 tests/kms_flip_tiling.c     |  5 +++--
 tests/kms_mmio_vs_cs_flip.c | 12 ++++++------
 tests/kms_pipe_crc_basic.c  |  2 +-
 tests/kms_plane.c           |  8 ++++----
 tests/kms_psr_sink_crc.c    |  8 ++++----
 tests/kms_render.c          |  6 ++++--
 tests/kms_setmode.c         |  4 +---
 tests/kms_sink_crc_basic.c  |  2 +-
 tests/pm_lpsp.c             |  5 ++---
 tests/pm_rpm.c              | 21 ++++++++++++---------
 tests/testdisplay.c         | 13 +++++++------
 17 files changed, 88 insertions(+), 80 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-08-21 13:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-21 13:59 [PATCH i-g-t 00/16] Use a tiling format in fb creation functions Damien Lespiau
2014-08-21 13:59 ` [PATCH 01/16] lib: Change the fb creation functions to take fully qualified tiling formats Damien Lespiau
2014-08-21 13:59 ` [PATCH 02/16] kms_cursor_crc: Use I915_TILING_NONE to create fbs Damien Lespiau
2014-08-21 13:59 ` [PATCH 03/16] kms_fbc_crc: Use I915_TILING_X " Damien Lespiau
2014-08-21 13:59 ` [PATCH 04/16] kms_fence_pin_leak: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 05/16] kms_flip: Adjust to the new igt_create_fb*() API Damien Lespiau
2014-08-21 13:59 ` [PATCH 06/16] kms_flip_tiling: Adjust to the new igt_create_.*fb() API Damien Lespiau
2014-08-21 13:59 ` [PATCH 07/16] kms_mmio_vs_cs_flip: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 08/16] kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API Damien Lespiau
2014-08-21 13:59 ` [PATCH 09/16] kms_plane: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 10/16] kms_psr_sink_crc: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 11/16] kms_render: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 12/16] kms_setmode: Adjust to the " Damien Lespiau
2014-08-21 13:59 ` [PATCH 13/16] kms_sink_crc_basic: Adjust to the new " Damien Lespiau
2014-08-21 13:59 ` [PATCH 14/16] pm_lpsp: " Damien Lespiau
2014-08-21 13:59 ` [PATCH 15/16] pm_rpm: Adjust to the new igt_create*fb() API Damien Lespiau
2014-08-21 13:59 ` [PATCH 16/16] testdisplay: Make the desired tiling mode an unsigned int Damien Lespiau

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.