summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson2016-12-051-0/+1
* drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-1/+1
* drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson2016-11-241-1/+1
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-3/+1Star
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-3/+2Star
* drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-2/+2
* drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-071-0/+8
* drm/i915: Introduce HAS_64BIT_RELOCJoonas Lahtinen2016-11-031-1/+2
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-44/+11Star
* drm/i915: Refactor object page APIChris Wilson2016-10-281-1/+1
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-2/+0Star
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-281-1/+2
* drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()Chris Wilson2016-10-281-9/+1Star
* Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-45/+43Star
|\
| * drm/i915: Restrict pagefault disabling to just around copy_from_user()Chris Wilson2016-10-181-36/+35Star
| * drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski2016-10-141-2/+1Star
| * drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-2/+2
| * drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-3/+3
| * drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-071-2/+2
| * drm/i915: silence io mapping/unmapping sparse warnings on different address s...Jani Nikula2016-10-041-2/+2
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-121-347/+558
|\ \
| * | drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-101-2/+2
| |/
| * drm/i915: Serialise execbuf operation after a dma-buf reservation objectChris Wilson2016-09-091-0/+11
| * drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-091-1/+2
| * drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen2016-09-011-7/+3Star
| * drm/i915: Allow the user to pass a context to any ringChris Wilson2016-08-261-4/+1Star
| * drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-1/+1
| * drm/i915/cmdparser: Use cached vmappingsChris Wilson2016-08-181-1/+7
| * drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-14/+6Star
| * drm/i915: Rename fence.lru_list to linkChris Wilson2016-08-181-1/+1
| * drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-2/+2
| * drm/i915: Disallow direct CPU access to stolen pages for relocationsChris Wilson2016-08-181-0/+3
| * drm/i915: Fallback to single page GTT mmappings for relocationsChris Wilson2016-08-181-11/+51
| * drm/i915: Refactor execbuffer relocation writingChris Wilson2016-08-181-139/+152
| * drm/i915: Cache kmap between relocationsChris Wilson2016-08-181-54/+111
| * drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson2016-08-181-10/+3Star
| * drm/i915: Track pinned VMAChris Wilson2016-08-151-30/+35
| * drm/i915: Add convenience wrappers for vma's object get/putChris Wilson2016-08-151-2/+2
| * drm/i915: Move setting of request->batch into its single callsiteChris Wilson2016-08-101-1/+9
| * drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-1/+1
| * drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson2016-08-041-2/+29
| * drm/i915: Move obj->active:5 to obj->flagsChris Wilson2016-08-041-5/+15
| * drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-041-0/+1
| * drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-2/+2
| * drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-2/+3
| * drm/i915: Start passing around i915_vma from execbufferChris Wilson2016-08-041-81/+61Star
| * drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-041-1/+1
| * drm/i915: Pad GTT views of exec objects up to user specified sizeChris Wilson2016-08-041-1/+16