summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_context.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-129/+0
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson1-1/+0
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-4/+10
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson1-1/+1
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson1-2/+6
2019-03-21drm/i915: Stop storing ctx->user_handleChris Wilson1-1/+1
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson1-1/+16
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson1-4/+3
2019-03-08drm/i915: Track active engines within a contextChris Wilson1-0/+2
2019-01-22drm/i915: Refactor out intel_context_init()Chris Wilson1-5/+2
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-8/+3
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-0/+7
2018-02-05drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson1-0/+11
2017-10-12drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson1-5/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-11/+4
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson1-0/+8
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-0/+9
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-1/+1
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-1/+11
2017-02-13drm/i915: Mock infrastructure for request emissionChris Wilson1-0/+78