summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang2018-04-181-1/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-30/+30
* drm/i915: Clear the in-use marker on execbuf failureChris Wilson2018-02-191-0/+2
* drm: move read_domains and write_domain into i915Christian König2018-02-161-5/+5
* drm/i915: Fix rsvd2 mask when out-fence is returnedDaniele Ceraolo Spurio2018-02-141-1/+1
* drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä2018-02-091-4/+4
* drm/i915: Fix kerneldoc warnings in i915_gem_execbufferChris Wilson2018-02-081-1/+1
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-291-1/+1
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-8/+0Star
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-201-6/+1Star
* drm/i915: Prevent overflow of execbuf.buffer_count and num_cliprectsChris Wilson2017-11-161-23/+43
* drm/i915: Reject unknown syncobj flagsTvrtko Ursulin2017-11-031-0/+8
* drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson2017-11-011-0/+4
* drm/i915: Try a minimal attempt to insert the whole object for relocationsChris Wilson2017-10-091-1/+3
* drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-5/+5
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-6/+6
|\
| * Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-271-4/+14
| |\
| * | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-6/+6
| * | drm/i915: Annotate user relocs with __userVille Syrjälä2017-09-061-1/+1
| * | drm/i915: Silence sparse by using gfp_tChris Wilson2017-09-051-1/+1
| * | drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-301-0/+1
| * | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-301-1/+3
* | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* | | drm/i915: Document the split in internal and public execbuf flagsChris Wilson2017-09-211-0/+2
* | | drm/i915: Cleanup error paths through eb_lookup_vma()Chris Wilson2017-09-121-7/+4Star
| |/ |/|
* | drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-061-3/+4
* | drm/i915: Annotate user relocs with __userVille Syrjälä2017-09-051-1/+1
* | drm/i915: Silence sparse by using gfp_tChris Wilson2017-09-051-1/+1
* | Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-041-3/+1Star
|\|
| * i915: Use drm_syncobj_fence_getJason Ekstrand2017-08-281-3/+1Star
* | drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson2017-08-291-1/+10
* | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-291-1/+3
* | drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-241-0/+1
|/
* drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson2017-08-181-1/+1
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-55/+24Star
* drm/i915: Simplify eb_lookup_vmas()Chris Wilson2017-08-181-86/+36Star
* drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson2017-08-181-148/+153
* drm/i915: Check context status before looking up our obj/vmaChris Wilson2017-08-181-7/+6Star
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-181-4/+4
* drm/i915: Add support for drm syncobjsJason Ekstrand2017-08-151-5/+147
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-1/+13
* drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson2017-07-271-4/+6
* drm/i915: Only skip updating execobject.offset after errorChris Wilson2017-07-271-3/+3
* drm/i915: Only mark the execobject as pinned on successChris Wilson2017-07-271-3/+3
* drm/i915: Fix user ptr check size in eb_relocate_vma()Imre Deak2017-07-171-1/+1
* drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson2017-06-291-14/+24
* drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson2017-06-221-0/+1
* drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson2017-06-201-1/+1
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-10/+11