aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAge
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-19
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-10
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-31
* drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson2016-12-18
* drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson2016-12-05
* drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-05
* drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson2016-11-24
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-21
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-18
* drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.cTvrtko Ursulin2016-11-17
* drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin2016-11-11
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-11
* drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-07
* drm/i915: Introduce HAS_64BIT_RELOCJoonas Lahtinen2016-11-03
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-28
* drm/i915: Refactor object page APIChris Wilson2016-10-28
* drm/i915: Defer active reference until requiredChris Wilson2016-10-28
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-28
* drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()Chris Wilson2016-10-28
* Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-25
|\
| * drm/i915: Restrict pagefault disabling to just around copy_from_user()Chris Wilson2016-10-18
| * drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski2016-10-14
| * drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-14
| * drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-14
| * drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-07
| * drm/i915: silence io mapping/unmapping sparse warnings on different address s...Jani Nikula2016-10-04
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-11
|\ \
| * | drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-10
| |/
| * drm/i915: Serialise execbuf operation after a dma-buf reservation objectChris Wilson2016-09-09
| * drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-09
| * drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen2016-09-01
| * drm/i915: Allow the user to pass a context to any ringChris Wilson2016-08-26
| * drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-19
| * drm/i915/cmdparser: Use cached vmappingsChris Wilson2016-08-18
| * drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-18
| * drm/i915: Rename fence.lru_list to linkChris Wilson2016-08-18
| * drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-18
| * drm/i915: Disallow direct CPU access to stolen pages for relocationsChris Wilson2016-08-18
| * drm/i915: Fallback to single page GTT mmappings for relocationsChris Wilson2016-08-18
| * drm/i915: Refactor execbuffer relocation writingChris Wilson2016-08-18
| * drm/i915: Cache kmap between relocationsChris Wilson2016-08-18
| * drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson2016-08-18
| * drm/i915: Track pinned VMAChris Wilson2016-08-15
| * drm/i915: Add convenience wrappers for vma's object get/putChris Wilson2016-08-15
| * drm/i915: Move setting of request->batch into its single callsiteChris Wilson2016-08-10
| * drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-05
| * drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson2016-08-04
| * drm/i915: Move obj->active:5 to obj->flagsChris Wilson2016-08-04
| * drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-04
| * drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-04