From: chandra konduru <chandra.konduru@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx