mbox series

[RFC,i-g-t,v2,0/2] tests/gem_userptr_blits: Exercise mmap-offset mapping to userptr

Message ID 20200221111701.30006-1-janusz.krzysztofik@linux.intel.com (mailing list archive)
Headers show
Series tests/gem_userptr_blits: Exercise mmap-offset mapping to userptr | expand

Message

Janusz Krzysztofik Feb. 21, 2020, 11:16 a.m. UTC
Submitted in series with PATCH 1/2 "lib/i915: Restrict mmap types to
GTT if no MMAP_OFFSET support", which I'm resubmitting without changes
as a dependency required for CI to be able to process PATCH 2/2.  
Please focus on PATCH 2/2 "tests/gem_userptr_blits: Exercise mmap-offset
mapping to userptr".

Thanks, 
Janusz

Janusz Krzysztofik (2):
  lib/i915: Restrict mmap types to GTT if no MMAP_OFFSET support
  tests/gem_userptr_blits: Exercise mmap-offset mapping to userptr

 lib/i915/gem_mman.c            |  5 ++++
 lib/i915/gem_mman.h            |  7 ++++--
 tests/i915/gem_ctx_sseu.c      |  2 +-
 tests/i915/gem_exec_params.c   |  2 +-
 tests/i915/gem_madvise.c       | 18 +++++++++++----
 tests/i915/gem_mmap_offset.c   | 10 ++++----
 tests/i915/gem_userptr_blits.c | 42 ++++++++++++++++++++++++++++++++++
 tests/i915/i915_pm_rpm.c       |  2 +-
 8 files changed, 74 insertions(+), 14 deletions(-)