public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] patches for testing nv12
@ 2015-08-20  1:05 Chandra Konduru
  2015-08-20  1:05 ` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase Chandra Konduru
  2015-08-20  1:05 ` [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature Chandra Konduru
  0 siblings, 2 replies; 9+ messages in thread
From: Chandra Konduru @ 2015-08-20  1:05 UTC (permalink / raw)
  To: intel-gfx; +Cc: daniel.vetter, thomas.wood

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

This patch series made some necessary igt framework changes to support
nv12 format. And adds kms_nv12 to test nv12 format. It is having several
initial test combinations but any additional tests can be added as needed.

chandra konduru (2):
  Prep work for adding NV12 testcase
  Adding kms_nv12 to test display NV12 feature

 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/Makefile.sources  |   1 +
 tests/kms_nv12.c        | 759 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/kms_render.c      |   4 +-
 11 files changed, 1095 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] 9+ messages in thread

end of thread, other threads:[~2015-09-09 23:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20  1:05 [PATCH i-g-t 0/2] patches for testing nv12 Chandra Konduru
2015-08-20  1:05 ` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase Chandra Konduru
2015-08-20  1:05 ` [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature Chandra Konduru
2015-08-26  8:45   ` Daniel Vetter
2015-08-27  1:51     ` Konduru, Chandra
2015-09-02  8:04       ` Daniel Vetter
2015-09-03 18:34         ` Konduru, Chandra
2015-09-05  2:58   ` Chandra Konduru
2015-09-09 23:07   ` Chandra Konduru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox