summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_gem_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Flush the context workerChris Wilson2019-12-301-0/+2
* drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-301-0/+1
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-8/+2
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-7/+1
* drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson2019-11-181-0/+2
* drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-011-1/+0
* drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson2019-11-011-5/+0
* drm/i915: Split memory_region initialisation into its own fileChris Wilson2019-10-261-5/+4
* drm/i915/selftests: Use GT engines in mock_gem_deviceTvrtko Ursulin2019-10-221-4/+4
* drm/i915/selftests: Set vm->gt backpointer for mock_ppgttChris Wilson2019-10-221-0/+1
* drm/i915: treat shmem as a regionMatthew Auld2019-10-181-4/+3
* drm/i915: enumerate and init each supported regionAbdiel Janulgue2019-10-181-0/+6
* drm/i915: introduce intel_memory_regionMatthew Auld2019-10-081-0/+1
* drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson2019-10-081-1/+1
* drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson2019-10-041-7/+0
* drm/i915: Move context management under GEMChris Wilson2019-10-041-4/+2
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-7/+3
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-1/+1
* drm/i915: Remove the GEM idle workerChris Wilson2019-10-041-6/+0
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-4/+0
* drm/i915/selftests: Distinguish mock device from no wakerefChris Wilson2019-09-271-2/+1
* drm/i915: Hook up GT power managementAndi Shyti2019-09-061-1/+1
* drm/i915/selftests: Fixup a missing legacy_idxChris Wilson2019-08-081-0/+1
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-5/+0
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-3/+3
* drm/i915: Move intel_gt_pm_init under intel_gt_init_earlyTvrtko Ursulin2019-06-211-1/+0
* drm/i915: Store some backpointers in struct intel_gtTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Move intel_gt initialization to a separate fileTvrtko Ursulin2019-06-211-4/+2
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-1/+0
* drm/i915: move a few more functions to accept the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio2019-06-141-2/+2
* drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-141-2/+0
* drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-121-0/+2
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-0/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-2/+3
* drm/i915: Cancel retire_worker on parkingChris Wilson2019-05-071-1/+0
* drm/i915: Remove delay for idle_workChris Wilson2019-05-071-2/+2
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-3/+9
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-9/+6
* drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson2019-04-241-5/+5
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+2
* drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio2019-03-201-1/+1
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-0/+4
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-3/+3
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-15/+0
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-26/+0
* drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-081-0/+1
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-281-2/+5
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-2/+2
* drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson2019-01-221-2/+2
OpenPOWER on IntegriCloud