[Intel-gfx] [PATCH i-g-t v3 0/5] Add Y-tiling support into IGTs

Paulo Zanoni paulo.r.zanoni at intel.com
Tue Jul 25 15:18:35 UTC 2017


Em Ter, 2017-07-18 às 22:52 +0530, Praveen Paneri escreveu:
> This series adds Y-tiled buffer creation support into IGT libraries
> and
> goes on to use this capability to add support into FBC tests to use
> Y-tiled buffers.

Everything reviewed & merged. Thanks for the patches.

Patch 5 contained a few coding style problems, which I fixed before
merging. Please try to keep the coding style used by the files touched.

> 
> v2: Adressed review comments
> v3: Included original patches from Paulo and addressed more comments
> 
> Paulo Zanoni (2):
>   lib/igt_draw: add support for Y tiling
>   tests/kms_draw_crc: add support for Y tiling
> 
> Praveen Paneri (3):
>   lib/igt_fb: Let others use igt_get_fb_tile_size
>   lib/igt_fb: Add helper function for tile_to_mod
>   igt/kms_fbc_crc.c : Add Y-tile tests
> 
>  lib/igt_draw.c       | 171 ++++++++++++++++++++++++++++++++++++-----
> ----------
>  lib/igt_fb.c         |  41 +++++++++++-
>  lib/igt_fb.h         |   3 +
>  tests/kms_draw_crc.c |  55 ++++++++++++-----
>  tests/kms_fbc_crc.c  |  73 +++++++++++++---------
>  5 files changed, 246 insertions(+), 97 deletions(-)
> 


More information about the Intel-gfx mailing list