summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush GPU relocs harder for gen3Chris Wilson2018-12-121-6/+1
* drm/i915: Write GPU relocs harder with gen3Chris Wilson2018-11-211-1/+6
* drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-11-061-1/+1
* Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-281-1/+6
|\
| * drm/i915: Reorder execobject[] to insert non-48b objects into the low 4GChris Wilson2018-09-121-0/+5
| * drm/i915: Nuke struct_mutex from context_setparamChris Wilson2018-09-111-1/+1
* | Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-141-1/+1
|\ \ | |/ |/|
| * drm: expand replace_fence to support timeline point v2Chunming Zhou2018-09-061-1/+1
* | drm/i915: Fix up FORCE_GPU_RELOC (debug) to flush CPU write domainsChris Wilson2018-09-031-0/+7
* | drm/i915: Force the slow path after a user-write errorChris Wilson2018-09-031-4/+5
* | drm/i915: Determine uses-full-ppgtt from context for execbufChris Wilson2018-09-031-3/+6
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-15/+3
* | drm/i915/icl: move has_resource_streamer to GEN11_FEATURESLucas De Marchi2018-08-061-1/+1
|/
* drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson2018-07-061-61/+0
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-7/+18
* drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson2018-07-061-26/+21
* drm/i915: Redefine EINVAL for debuggingChris Wilson2018-06-211-0/+9
* drm/i915: Ignore applying the self-relocation BIAS if no relocationsChris Wilson2018-06-211-1/+2
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-2/+2
* drm/i915: Apply batch location restrictions before pinningChris Wilson2018-06-111-22/+27
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-8/+8
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-1/+2
* drm/i915: Describe the bottom of stack in processing a batchbufferKevin Rogovin2018-04-061-0/+29
* drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang2018-04-041-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/+0
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-201-6/+1
* 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-281-4/+14
| |\
| * | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-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/+4
| |/ |/|
* | drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-061-3/+4