summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_gem_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Serialise concurrent calls to i915_gem_set_wedged()Chris Wilson2019-01-161-0/+1
* drm/i915: Track all held rpm wakerefsChris Wilson2019-01-141-3/+5
* drm/i915/selftests: Mark the whole mock device as DMA capableChris Wilson2019-01-071-1/+1
* drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson2018-07-061-1/+2
* drm/i915/selftests: Pin the mock kernel contextChris Wilson2018-05-231-10/+7
* drm/i915/selftests: Create mock_engine() under struct_mutexChris Wilson2018-05-091-3/+6
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-0/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-021-9/+1
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-021-1/+3
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-2/+3
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-0/+2
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-1/+1
* drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-081-6/+0
* drm/i915/selftests: Free mock_i915->drm.mode_configChris Wilson2017-12-111-1/+6
* drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-101-7/+1
* drm/i915/selftests: Initialise mock_i915->mm.obj_lockChris Wilson2017-11-101-0/+1
* drm/i915: enable platform support for 2M pagesMatthew Auld2017-10-071-1/+2
* drm/i915: enable platform support for 64K pagesMatthew Auld2017-10-071-1/+2
* drm/i915: introduce page_sizes field to dev_infoMatthew Auld2017-10-071-0/+3
* drm/i915: introduce simple gemfsMatthew Auld2017-10-071-0/+4
* drm/i915/selftests: fix check for intel IOMMUArnd Bergmann2017-10-051-1/+1
* drm/i915/selftests: Remember to create the fake preempt contextChris Wilson2017-10-051-0/+6
* drm/i915/selftests: Only touch archdata.iommu when it existsChris Wilson2017-09-191-0/+2
* drm/i915/selftests: Disable iommu for the mock deviceChris Wilson2017-09-181-0/+3
* drm/i915: Supply the engine-id for our mock_engine()Chris Wilson2017-08-101-1/+1
* drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'Christophe JAILLET2017-07-201-1/+1
* drm/i915/selftests: Mark contexts as lost during freeing of mock deviceChris Wilson2017-07-191-0/+1
* drm/i915/selftests: Attach a stub pm_domainChris Wilson2017-07-191-1/+21
OpenPOWER on IntegriCloud