All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Lespiau <damien.lespiau@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 08/16] kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API
Date: Thu, 21 Aug 2014 14:59:12 +0100	[thread overview]
Message-ID: <1408629560-27834-9-git-send-email-damien.lespiau@intel.com> (raw)
In-Reply-To: <1408629560-27834-1-git-send-email-damien.lespiau@intel.com>

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 tests/kms_pipe_crc_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 15aba2f..510a7d5 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -138,7 +138,7 @@ test_read_crc_for_output(data_t *data, int pipe, igt_output_t *output,
 		igt_create_color_fb(data->drm_fd,
 					mode->hdisplay, mode->vdisplay,
 					DRM_FORMAT_XRGB8888,
-					false, /* tiled */
+					I915_TILING_NONE,
 					colors[c].r,
 					colors[c].g,
 					colors[c].b,
-- 
1.8.3.1

  parent reply	other threads:[~2014-08-21 13:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Damien Lespiau [this message]
2014-08-21 13:59 ` [PATCH 09/16] kms_plane: Adjust to the new igt_create.*fb() API 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

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=1408629560-27834-9-git-send-email-damien.lespiau@intel.com \
    --to=damien.lespiau@intel.com \
    --cc=intel-gfx@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.