aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-3/+0
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak1-15/+16
2015-07-13drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf1-0/+1
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-401/+588
2015-06-15Revert "drm/i915: Don't skip request retirement if the active list is empty"Jani Nikula1-0/+3
2015-06-15drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä1-3/+0
2015-06-15drm/i915: Always reset vma->ggtt_view.pages cache on unbindingChris Wilson1-1/+1
2015-06-01drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä1-3/+0
2015-05-26drm/i915: Use spinlocks for checking when to waitboostChris Wilson1-2/+2
2015-05-22drm/i915: Introduce DRM_I915_THROTTLE_JIFFIESChris Wilson1-1/+1
2015-05-22drm/i915: Use the correct destructor for freeing requests on errorChris Wilson1-8/+8
2015-05-21drm/i915: Free RPS boosts for all laggardsChris Wilson1-1/+1
2015-05-21drm/i915: Convert RPS tracking to a intel_rps_client structChris Wilson1-9/+15
2015-05-21drm/i915: Limit ring synchronisation (sw sempahores) RPS boostsChris Wilson1-2/+5
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson1-209/+331
2015-05-21drm/i915: s/\<rq\>/req/gDaniel Vetter1-16/+16
2015-05-20drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson1-23/+3
2015-05-20drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter1-1/+0
2015-05-08drm/i915: Reject huge tiled objectsJoonas Lahtinen1-1/+3
2015-05-08drm/i915: Use partial view in mmap fault handlerJoonas Lahtinen1-22/+51
2015-05-08drm/i915: Consider object pinned if any VMA is pinnedJoonas Lahtinen1-5/+2
2015-05-08drm/i915: Do not make assumptions on GGTT VMA sizesJoonas Lahtinen1-24/+50
2015-05-08drm/i915: Remove locking for get-caching queryChris Wilson1-13/+4
2015-05-08drm/i915: Clear vma->bound on unbindingMika Kuoppala1-0/+1
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-101/+135
2015-04-23drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry1-1/+2
2015-04-23drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter1-7/+4
2015-04-23drm/i915: Remove misleading comment around bind_to_vmDaniel Vetter1-4/+0
2015-04-20drm/i915: Move vma vfuns to adddress_spaceDaniel Vetter1-1/+1
2015-04-20drm/i915: Simplify and fix object to display trackingTvrtko Ursulin1-24/+6
2015-04-16drm/i915: Fix view type in warning messageTvrtko Ursulin1-1/+1
2015-04-13drm/i915: Remove obj->pin_mappableChris Wilson1-5/+1
2015-04-13drm/i915: Optimistically spin for the request completionChris Wilson1-6/+38
2015-04-10drm/i915: Move vm page allocation in proper placeMika Kuoppala1-11/+0
2015-04-10drm/i915: Remove request->uniqChris Wilson1-1/+0
2015-04-10drm/i915: Prefer to check for idleness in worker rather than sync-flushChris Wilson1-1/+6
2015-04-10drm/i915: Use a separate slab for vmasChris Wilson1-1/+6
2015-04-10drm/i915: Use a separate slab for requestsChris Wilson1-17/+24
2015-04-10drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson1-1/+0
2015-04-10drm/i915: Split batch pool into size bucketsChris Wilson1-1/+1
2015-04-10drm/i915: Free batch pool when idleChris Wilson1-1/+12
2015-04-10drm/i915: Split the batch pool by engineChris Wilson1-2/+0
2015-04-10drm/i915: Re-enable RPS wait-boosting for all enginesChris Wilson1-1/+1
2015-04-10drm/i915: Deminish contribution of wait-boosting from clientsChris Wilson1-27/+8
2015-04-10drm/i915: Cache last obj->pages location for i915_gem_object_get_page()Chris Wilson1-0/+4
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison1-0/+37
2015-04-01drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison1-2/+2
2015-03-30drm/i915: Add i915_gem_request_unreference__unlockedChris Wilson1-6/+2
2015-03-30Merge tag 'v4.0-rc6' into drm-intel-nextDaniel Vetter1-17/+21
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen1-7/+9