[igt-dev] [RFC PATCH 0/1] Update tests that use SET_TILING IOCTL

Vanshidhar Konda vanshidhar.r.konda at intel.com
Tue Nov 12 18:39:07 UTC 2019


On Gen12 the SET_TILING IOTCL is not supported. IGT tests that use this 
IOCTL need to be updated. Proposed way of updating these tests is to use 
methods from lib\intel_batchbuffer.c that do not depend on 
GET/SET_TILING IOCTLs.

igt_blitter_fast_copy__raw method is available starting on Gen9. The 
updates to IGT tests should start with Gen 9 to ensure ample coverage 
for this code prior to Gen12.

Vanshidhar Konda (1):
  i915/gem_tiled_blits: Avoid SET_TILING on Gen 9+

 tests/i915/gem_tiled_blits.c | 44 ++++++++++++++++++++++++++++--------
 1 file changed, 35 insertions(+), 9 deletions(-)

-- 
2.24.0



More information about the igt-dev mailing list