summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-151-0/+12
* drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson2017-03-271-1/+3
* drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-4/+10
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-02-241-48/+2
* drm/i915: Perform object clflushing asynchronouslyChris Wilson2017-02-221-3/+6
* drm/i915: Remove change_domain tracepointChris Wilson2017-02-221-3/+0
* drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin2017-02-211-2/+2
* drm/i915: Use reservation_object_lock()Chris Wilson2017-02-211-2/+2
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-21/+19
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-101-3/+2
|\
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-3/+2
* | drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski2017-02-081-6/+6
* | drm/i915: fix pm refcounting on fence error in execbufDaniele Ceraolo Spurio2017-02-041-6/+4
* | drm/i915: Support explicit fencing for execbufChris Wilson2017-01-271-5/+49
* | drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson2017-01-271-0/+3
|/
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-1/+1
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-3/+2
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-1/+1
* drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson2016-12-181-0/+1
* 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/+1
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-3/+2
* 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/+11
* drm/i915: Refactor object page APIChris Wilson2016-10-281-1/+1
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-2/+0
* 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/+1
* Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-45/+43
|\
| * drm/i915: Restrict pagefault disabling to just around copy_from_user()Chris Wilson2016-10-181-36/+35
| * drm/i915: Remove unused "valid" parameter from pte_encodeMichał Winiarski2016-10-141-2/+1
| * 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-111-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/+3
| * drm/i915: Allow the user to pass a context to any ringChris Wilson2016-08-261-4/+1
| * 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/+6
OpenPOWER on IntegriCloud