All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vidya Srinivas <vidya.srinivas@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Vidya Srinivas <vidya.srinivas@intel.com>
Subject: [PATCH i-g-t 0/2] Add support for NV12
Date: Tue, 10 Oct 2017 17:45:13 +0530	[thread overview]
Message-ID: <1507637715-17122-1-git-send-email-vidya.srinivas@intel.com> (raw)

This series adds NV12 support to IGT
and a test case for checking NV12 functionality.

The series is based on the initial version posted by Chandra Konduru
during 2015 based on the IGT framework available then.
Previous version reference links:
https://patchwork.freedesktop.org/patch/57590/
https://patchwork.freedesktop.org/patch/59067/

chandra konduru (2):
  Prep work for adding NV12 testcase
  tests/test_nv12.c: Add test to cover NV12 format testing

 lib/igt_draw.c                   |   2 +-
 lib/igt_fb.c                     | 189 ++++++++++--
 lib/igt_fb.h                     |  14 +-
 lib/igt_kms.c                    |  50 +++-
 lib/igt_kms.h                    |   2 +
 lib/intel_batchbuffer.c          |  14 +-
 lib/intel_batchbuffer.h          |   3 +-
 lib/intel_reg.h                  |   1 +
 lib/ioctl_wrappers.c             |   9 +
 lib/ioctl_wrappers.h             |   1 +
 tests/Makefile.sources           |   1 +
 tests/NV12_Image0.png            | Bin 0 -> 42502 bytes
 tests/NV12_Image1.png            | Bin 0 -> 179559 bytes
 tests/NV12_Image2.png            | Bin 0 -> 6385 bytes
 tests/kms_draw_crc.c             |   2 +-
 tests/kms_frontbuffer_tracking.c |   6 +-
 tests/kms_render.c               |   4 +-
 tests/kms_rotation_crc.c         |   8 +-
 tests/prime_vgem.c               |   2 +-
 tests/test_nv12.c                | 621 +++++++++++++++++++++++++++++++++++++++
 20 files changed, 876 insertions(+), 53 deletions(-)
 create mode 100644 tests/NV12_Image0.png
 create mode 100644 tests/NV12_Image1.png
 create mode 100644 tests/NV12_Image2.png
 create mode 100644 tests/test_nv12.c

-- 
1.9.1

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

             reply	other threads:[~2017-10-10 12:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-10 12:15 Vidya Srinivas [this message]
2017-10-10 12:15 ` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase Vidya Srinivas
2017-10-10 12:15 ` [PATCH i-g-t 2/2] tests/test_nv12.c: Add test to cover NV12 format testing Vidya Srinivas
2017-10-10 12:21   ` Daniel Vetter
2017-10-12  7:19     ` Srinivas, Vidya
2017-10-12 11:13       ` Daniel Vetter
2017-10-13  2:47         ` Srinivas, Vidya
2017-10-10 18:04 ` ✓ Fi.CI.BAT: success for Add support for NV12 Patchwork
2017-10-11  1:21 ` ✗ Fi.CI.IGT: warning " Patchwork

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=1507637715-17122-1-git-send-email-vidya.srinivas@intel.com \
    --to=vidya.srinivas@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.