summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-221-1/+1
* drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-2/+6
* drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-211-1/+1
* drm/i915: Separate GEM context construction and registration to userspaceChris Wilson2019-03-211-1/+16
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-4/+3
* drm/i915: Track active engines within a contextChris Wilson2019-03-081-0/+2
* drm/i915: Refactor out intel_context_init()Chris Wilson2019-01-221-5/+2
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-8/+3
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-0/+7
* drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson2018-02-051-0/+11
* drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson2017-10-121-5/+1
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-11/+4
* drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson2017-07-271-0/+8
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-0/+9
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-1/+1
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-1/+11
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-131-0/+78