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