[Intel-gfx] [PATCH 0/2] i-g-t: kms testcase for NV12 feature

Chandra Konduru chandra.konduru at intel.com
Fri May 1 20:11:37 PDT 2015


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



More information about the Intel-gfx mailing list