summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-513/+267
|\
| * drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson2019-04-241-1/+1
| * drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-6/+3
| * 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/+1
| * 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/+0
| * 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/+1
| * 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/+62
| * drm/i915: Force GPU idle on suspendChris Wilson2019-03-071-15/+5
| * 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/+0
| * 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/+4
| * drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-44/+3
| * drm/i915: Make request allocation caches globalChris Wilson2019-02-281-29/+5
| * 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
| |\
| * | drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()Chris Wilson2019-02-131-67/+19
| * | drm/i915: Recursive i915_reset_trylock() verbotenChris Wilson2019-02-121-8/+8
| * | drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-081-43/+13
* | | don't open-code file_count()Al Viro2019-05-021-1/+1
* | | drm/i915: Sanity check mmap length against object sizeChris Wilson2019-03-181-6/+9
* | | drm/i915: Relax mmap VMA checkTvrtko Ursulin2019-03-081-1/+2
| |/ |/|
* | Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-7/+27
|\|
| * drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-2/+10
| * drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-1/+11
| * drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-4/+6
* | Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-87/+108
|\|
| * drm/i915: Identify active requestsChris Wilson2019-01-291-0/+15
| * drm/i915: Track active timelinesChris Wilson2019-01-281-2/+2
| * drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-1/+1
| * drm/i915: Move list of timelines under its own lockChris Wilson2019-01-281-47/+56