summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-12/+12
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-0/+6
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-28/+13Star
* drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson2019-04-241-359/+4Star
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-3/+4
* drm/i915: Start writeback from the shrinkerChris Wilson2019-04-201-25/+2Star
* drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson2019-04-171-1/+1
* drm/i915: Verify the engine workarounds stick on applicationChris Wilson2019-04-171-0/+21
* drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-6/+3Star
* drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: Be precise in types for i915_gem_busyChris Wilson2019-04-041-9/+10
* drm/i915: Prefault before locking pages in shmem_pwriteChris Wilson2019-04-021-6/+24
* drm/i915: Check domains for userptr on releaseChris Wilson2019-03-311-2/+1Star
* drm/i915: Update size upon return from GEM_CREATEMichaƂ Winiarski2019-03-261-5/+7
* drm/i915: Remove defunct intel_suspend_gt_powersave()Chris Wilson2019-03-241-1/+0Star
* drm/i915/guc: GuC suspend path cleanupSujaritha Sundaresan2019-03-221-0/+2
* drm/i915: Skip object locking around a no-op set-domain ioctlChris Wilson2019-03-211-3/+23
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-16/+41
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-10/+10
* drm/i915: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-1/+1
* drm/i915: Sanity check mmap length against object sizeChris Wilson2019-03-181-6/+9
* drm/i915: Suppress the "Failed to idle" warning for gem_eioChris Wilson2019-03-081-3/+6
* drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson2019-03-081-1/+1
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-2/+7
* drm/i915: Remove has-kernel-contextChris Wilson2019-03-081-20/+1Star
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-5/+7
* drm/i915: Refactor common code to load initial power contextChris Wilson2019-03-081-24/+24
* drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson2019-03-081-92/+62Star
* drm/i915: Force GPU idle on suspendChris Wilson2019-03-071-15/+5Star
* drm/i915: Make I915_GEM_IDLE_TIMEOUT into a macroChris Wilson2019-03-071-1/+3
* drm/i915: Relax mmap VMA checkTvrtko Ursulin2019-03-061-1/+2
* drm/i915: Move find_active_request() to the engineChris Wilson2019-03-051-45/+0Star
* drm/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson2019-03-051-15/+17
* drm/i915: Remove second level open-coded rcu workChris Wilson2019-02-281-84/+4Star
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-44/+3Star
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-29/+5Star
* drm/i915: Compute the global scheduler capsChris Wilson2019-02-281-0/+2
* drm/i915: remove redundant likely/unlikely annotationChengguang Xu2019-02-211-2/+2
* drm/i915: Reorder struct_mutex-vs-reset_lock in i915_gem_fault()Chris Wilson2019-02-211-10/+10
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-12/+13
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-02-201-0/+2
|\
| * Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-7/+27
| |\
| * \ Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-87/+108
| |\ \
| * \ \ Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-02-041-0/+2
| |\ \ \
| | * | | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+2
| | * | | Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-01-241-190/+31Star
| | |\ \ \
| | * \ \ \ Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-2/+2
| | |\ \ \ \
| | | * | | | drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-071-2/+2
* | | | | | | drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()Chris Wilson2019-02-131-67/+19Star
* | | | | | | drm/i915: Recursive i915_reset_trylock() verbotenChris Wilson2019-02-121-8/+8