All of lore.kernel.org
 help / color / mirror / Atom feed
From: robert.foss@collabora.com
To: marius.vlad@intel.com, daniel.vetter@ffwll.ch
Cc: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 4/7] kms_panel_fitting: Switched DRM format to a hardware agnostic alternative.
Date: Fri, 22 Apr 2016 17:24:57 -0400	[thread overview]
Message-ID: <1461360300-20668-5-git-send-email-robert.foss@collabora.com> (raw)
In-Reply-To: <1461360300-20668-1-git-send-email-robert.foss@collabora.com>

From: Robert Foss <robert.foss@collabora.com>

Changed the DRM format to LOCAL_DRM_FORMAT_MOD_NONE since it
is hardware agnostic.

Also fixed formatting/tabs.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
---
 tests/kms_panel_fitting.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
index dface97..ec7ce21 100644
--- a/tests/kms_panel_fitting.c
+++ b/tests/kms_panel_fitting.c
@@ -65,10 +65,10 @@ static void prepare_crtc(data_t *data, igt_output_t *output, enum pipe pipe,
 
 	/* allocate fb for plane 1 */
 	data->fb_id1 = igt_create_pattern_fb(data->drm_fd,
-					     mode->hdisplay, mode->vdisplay,
-					     DRM_FORMAT_XRGB8888,
-					     LOCAL_I915_FORMAT_MOD_X_TILED, /* tiled */
-					     &data->fb1);
+						mode->hdisplay, mode->vdisplay,
+						DRM_FORMAT_XRGB8888,
+						LOCAL_DRM_FORMAT_MOD_NONE,
+						&data->fb1);
 	igt_assert(data->fb_id1);
 
 	/*
@@ -158,7 +158,7 @@ static void test_panel_fitting(data_t *d)
 
 		d->fb_id2 = igt_create_image_fb(d->drm_fd, 0, 0,
 						DRM_FORMAT_XRGB8888,
-						LOCAL_I915_FORMAT_MOD_X_TILED, /* tiled */
+						LOCAL_DRM_FORMAT_MOD_NONE,
 						FILE_NAME, &d->fb2);
 		igt_assert(d->fb_id2);
 
-- 
2.5.0

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

  parent reply	other threads:[~2016-04-22 21:25 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-22 21:24 [PATCH i-g-t 0/7] Improve kms_panel_fitting robert.foss
2016-04-22 21:24 ` [PATCH i-g-t 1/7] kms_panel_fitting: Remove un-read variable robert.foss
2016-04-22 21:24 ` [PATCH i-g-t 2/7] kms_panel_fitting: Remove un-read variable pipe_crc robert.foss
2016-04-22 21:24 ` [PATCH i-g-t 3/7] kms_panel_fitting: Remove un-used variable robert.foss
2016-04-22 21:24 ` robert.foss [this message]
2016-04-22 21:24 ` [PATCH i-g-t 5/7] kms_panel_fitting: Enabled test on non-Intel hardware robert.foss
2016-04-22 21:24 ` [PATCH i-g-t 6/7] kms_panel_fitting: Don't skip test after finding an incompatible connector robert.foss
2016-04-26 14:10   ` Daniel Vetter
2016-04-26 16:50     ` Robert Foss
2016-04-28  8:01       ` Daniel Vetter
2016-04-22 21:25 ` [PATCH i-g-t 7/7] kms_panel_fitting: Add support for LVDS and DSI connectors robert.foss
2016-04-22 22:31   ` Marius Vlad
2016-04-26 14:11   ` Daniel Vetter
2016-04-26 16:55     ` Robert Foss
2016-04-26 17:00       ` Ville Syrjälä
2016-04-26 17:08         ` Robert Foss
2016-04-28  8:02           ` Daniel Vetter
2016-04-28 14:07             ` Robert Foss
2016-04-28 14:41               ` Daniel Vetter
2016-04-28 15:57                 ` Robert Foss
2016-05-02  8:20                   ` Daniel Vetter
2016-05-02 19:16                     ` Robert Foss
2016-04-26 14:11 ` [PATCH i-g-t 0/7] Improve kms_panel_fitting Daniel Vetter

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=1461360300-20668-5-git-send-email-robert.foss@collabora.com \
    --to=robert.foss@collabora.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=marius.vlad@intel.com \
    /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.