aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: remove unused has_dma_mapping flagImre Deak2015-07-13
* drm/i915: avoid leaking DMA mappingsImre Deak2015-07-13
* drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf2015-07-13
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-26
|\
| * drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-15
| * drm/i915: Use spinlocks for checking when to waitboostChris Wilson2015-05-26
| * drm/i915: Introduce DRM_I915_THROTTLE_JIFFIESChris Wilson2015-05-22
| * drm/i915: Use the correct destructor for freeing requests on errorChris Wilson2015-05-22
| * drm/i915: Free RPS boosts for all laggardsChris Wilson2015-05-21
| * drm/i915: Convert RPS tracking to a intel_rps_client structChris Wilson2015-05-21
| * drm/i915: Limit ring synchronisation (sw sempahores) RPS boostsChris Wilson2015-05-21
| * drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-21
| * drm/i915: s/\<rq\>/req/gDaniel Vetter2015-05-21
| * drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson2015-05-20
| * drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter2015-05-20
| * drm/i915: Reject huge tiled objectsJoonas Lahtinen2015-05-08
| * drm/i915: Use partial view in mmap fault handlerJoonas Lahtinen2015-05-08
| * drm/i915: Consider object pinned if any VMA is pinnedJoonas Lahtinen2015-05-08
| * drm/i915: Do not make assumptions on GGTT VMA sizesJoonas Lahtinen2015-05-08
| * drm/i915: Remove locking for get-caching queryChris Wilson2015-05-08
| * drm/i915: Clear vma->bound on unbindingMika Kuoppala2015-05-08
| * Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-08
| |\
| | * drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter2015-04-23
| | * drm/i915: Remove misleading comment around bind_to_vmDaniel Vetter2015-04-23
| | * drm/i915: Move vma vfuns to adddress_spaceDaniel Vetter2015-04-20
| | * drm/i915: Simplify and fix object to display trackingTvrtko Ursulin2015-04-20
| | * drm/i915: Fix view type in warning messageTvrtko Ursulin2015-04-16
| | * drm/i915: Remove obj->pin_mappableChris Wilson2015-04-13
| | * drm/i915: Optimistically spin for the request completionChris Wilson2015-04-13
| | * drm/i915: Move vm page allocation in proper placeMika Kuoppala2015-04-10
| | * drm/i915: Remove request->uniqChris Wilson2015-04-10
| | * drm/i915: Prefer to check for idleness in worker rather than sync-flushChris Wilson2015-04-10
| | * drm/i915: Use a separate slab for vmasChris Wilson2015-04-10
| | * drm/i915: Use a separate slab for requestsChris Wilson2015-04-10
| | * drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson2015-04-10
| | * drm/i915: Split batch pool into size bucketsChris Wilson2015-04-10
| | * drm/i915: Free batch pool when idleChris Wilson2015-04-10
| | * drm/i915: Split the batch pool by engineChris Wilson2015-04-10
| | * drm/i915: Re-enable RPS wait-boosting for all enginesChris Wilson2015-04-10
| | * drm/i915: Deminish contribution of wait-boosting from clientsChris Wilson2015-04-10
| | * drm/i915: Cache last obj->pages location for i915_gem_object_get_page()Chris Wilson2015-04-10
| | * drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-01
| | * drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison2015-04-01
| | * drm/i915: Add i915_gem_request_unreference__unlockedChris Wilson2015-03-30
* | | Revert "drm/i915: Don't skip request retirement if the active list is empty"Jani Nikula2015-06-15
* | | drm/i915: Always reset vma->ggtt_view.pages cache on unbindingChris Wilson2015-06-15
* | | drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-01
|/ /
* / drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-23
|/
* Merge tag 'v4.0-rc6' into drm-intel-nextDaniel Vetter2015-03-30
|\
| * drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson2015-03-26