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