From: chandra konduru <chandra.kond...@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

Reply via email to