aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield
2019-11-12drm/i915: Disable Secure Batches for gen6+Jon Bloomfield
2018-11-21drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson
2018-07-06drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson
2018-06-21drm/i915: Redefine EINVAL for debuggingChris Wilson
2018-06-21drm/i915: Ignore applying the self-relocation BIAS if no relocationsChris Wilson
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson
2018-06-11drm/i915: Apply batch location restrictions before pinningChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson
2018-04-06drm/i915: Describe the bottom of stack in processing a batchbufferKevin Rogovin
2018-04-04drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2018-02-19drm/i915: Clear the in-use marker on execbuf failureChris Wilson
2018-02-16drm: move read_domains and write_domain into i915Christian König
2018-02-14drm/i915: Fix rsvd2 mask when out-fence is returnedDaniele Ceraolo Spurio
2018-02-09drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä
2018-02-08drm/i915: Fix kerneldoc warnings in i915_gem_execbufferChris Wilson
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld
2017-11-29drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson
2017-11-20drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson
2017-11-16drm/i915: Prevent overflow of execbuf.buffer_count and num_cliprectsChris Wilson
2017-11-03drm/i915: Reject unknown syncobj flagsTvrtko Ursulin
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson
2017-10-09drm/i915: Try a minimal attempt to insert the whole object for relocationsChris Wilson
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko
2017-09-21drm/i915: Document the split in internal and public execbuf flagsChris Wilson
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-12drm/i915: Cleanup error paths through eb_lookup_vma()Chris Wilson
2017-09-06drm/i915: Annotate user relocs with __userVille Syrjälä
2017-09-06drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson
2017-09-05drm/i915: Annotate user relocs with __userVille Syrjälä
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson
2017-09-04Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedChris Wilson
2017-08-29drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson
2017-08-29drm/i915: Recreate vmapping even when the object is pinnedChris Wilson
2017-08-29i915: Use drm_syncobj_fence_getJason Ekstrand