All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] i-g-t: kms testcase for NV12 feature
@ 2015-05-02  3:11 Chandra Konduru
  2015-05-02  3:11 ` [PATCH 1/2] i-g-t: Prep work for adding NV12 testcase Chandra Konduru
  2015-05-02  3:11 ` [PATCH 2/2] i-g-t: Adding display " Chandra Konduru
  0 siblings, 2 replies; 8+ messages in thread
From: Chandra Konduru @ 2015-05-02  3:11 UTC (permalink / raw)
  To: intel-gfx; +Cc: thomas.wood

From: chandra konduru <chandra.konduru@intel.com>

This patch series adds necessary prep work for NV12 support to
igt lib and actual testcase to test NV12 feature. Refer to
individual patch header and comments in code for details.

chandra konduru (2):
  i-g-t: Prep work for adding NV12 testcase
  i-g-t: Adding display NV12 testcase

 lib/igt_fb.c            | 316 +++++++++++++++++++++++++++--
 lib/igt_fb.h            |   9 +-
 lib/intel_batchbuffer.c |  16 +-
 lib/intel_batchbuffer.h |   3 +-
 lib/intel_reg.h         |   1 +
 lib/ioctl_wrappers.c    |  10 +-
 lib/ioctl_wrappers.h    |   2 +-
 tests/.gitignore        |   1 +
 tests/Android.mk        |   1 +
 tests/Makefile.sources  |   1 +
 tests/kms_nv12.c        | 529 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/kms_render.c      |   4 +-
 12 files changed, 866 insertions(+), 27 deletions(-)
 create mode 100644 tests/kms_nv12.c

-- 
1.9.1

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

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

end of thread, other threads:[~2015-05-12 15:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-02  3:11 [PATCH 0/2] i-g-t: kms testcase for NV12 feature Chandra Konduru
2015-05-02  3:11 ` [PATCH 1/2] i-g-t: Prep work for adding NV12 testcase Chandra Konduru
2015-05-12 15:47   ` Thomas Wood
2015-05-02  3:11 ` [PATCH 2/2] i-g-t: Adding display " Chandra Konduru
2015-05-07  6:48   ` Daniel Vetter
2015-05-09  4:32   ` [PATCH] " Chandra Konduru
2015-05-11 12:12     ` Tvrtko Ursulin
2015-05-12 15:55     ` Thomas Wood

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.