[igt-dev] [PATCH i-g-t 2/3] igt/kms_addfb_basic: Call igt_require_gem for gem specific tiling

Chris Wilson chris at chris-wilson.co.uk
Wed Jan 16 08:42:40 UTC 2019


Quoting Deepak Rawat (2019-01-16 00:22:29)
> For tests using gem specific buffer tiling, add a call to
> igt_require_gem so that these tests don't fail at later stage.

KMS operates independently from GEM on i915. So long as you are not
calling gem_execbuf, it should continue to work even if we disable the
GPU, i.e. igt_require_gem() should not be required here (afaik).
-Chris


More information about the igt-dev mailing list