summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson2017-03-291-1/+3
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-03-141-50/+2
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-6/+6
|\
| * drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski2017-02-081-6/+6
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-3/+2
* | 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
| * 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/+3
| * 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
OpenPOWER on IntegriCloud