summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | drm/i915: Update i915_gpu_idle() to manage its own requestJohn Harrison2015-06-231-1/+13
* | | drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-231-7/+10
* | | drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-231-3/+7
* | | drm/i915: Set context in request from creation even in legacy modeJohn Harrison2015-06-231-13/+9Star
* | | drm/i915: i915_add_request must not failJohn Harrison2015-06-231-24/+19Star
* | | drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-231-0/+37
* | | Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2015-06-231-3/+0Star
|\ \ \ | | |/ | |/|
| * | drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-151-3/+0Star
* | | drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi2015-06-221-5/+5
|/ /
* | drm/i915: Use spinlocks for checking when to waitboostChris Wilson2015-05-261-2/+2
* | drm/i915: Introduce DRM_I915_THROTTLE_JIFFIESChris Wilson2015-05-221-1/+1
* | drm/i915: Use the correct destructor for freeing requests on errorChris Wilson2015-05-221-8/+8
* | drm/i915: Free RPS boosts for all laggardsChris Wilson2015-05-211-1/+1
* | drm/i915: Convert RPS tracking to a intel_rps_client structChris Wilson2015-05-211-9/+15
* | drm/i915: Limit ring synchronisation (sw sempahores) RPS boostsChris Wilson2015-05-211-2/+5
* | drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-209/+331
* | drm/i915: s/\<rq\>/req/gDaniel Vetter2015-05-211-16/+16
* | drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson2015-05-201-23/+3Star
* | drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter2015-05-201-1/+0Star
* | drm/i915: Reject huge tiled objectsJoonas Lahtinen2015-05-081-1/+3
* | drm/i915: Use partial view in mmap fault handlerJoonas Lahtinen2015-05-081-22/+51
* | drm/i915: Consider object pinned if any VMA is pinnedJoonas Lahtinen2015-05-081-5/+2Star
* | drm/i915: Do not make assumptions on GGTT VMA sizesJoonas Lahtinen2015-05-081-24/+50
* | drm/i915: Remove locking for get-caching queryChris Wilson2015-05-081-13/+4Star
* | drm/i915: Clear vma->bound on unbindingMika Kuoppala2015-05-081-0/+1
* | Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-081-101/+135
|\ \ | |/ |/|
| * drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter2015-04-231-7/+4Star
| * drm/i915: Remove misleading comment around bind_to_vmDaniel Vetter2015-04-231-4/+0Star
| * drm/i915: Move vma vfuns to adddress_spaceDaniel Vetter2015-04-201-1/+1
| * drm/i915: Simplify and fix object to display trackingTvrtko Ursulin2015-04-201-24/+6Star
| * drm/i915: Fix view type in warning messageTvrtko Ursulin2015-04-161-1/+1
| * drm/i915: Remove obj->pin_mappableChris Wilson2015-04-131-5/+1Star
| * drm/i915: Optimistically spin for the request completionChris Wilson2015-04-131-6/+38
| * drm/i915: Move vm page allocation in proper placeMika Kuoppala2015-04-101-11/+0Star
| * drm/i915: Remove request->uniqChris Wilson2015-04-101-1/+0Star
| * drm/i915: Prefer to check for idleness in worker rather than sync-flushChris Wilson2015-04-101-1/+6
| * drm/i915: Use a separate slab for vmasChris Wilson2015-04-101-1/+6
| * drm/i915: Use a separate slab for requestsChris Wilson2015-04-101-17/+24
| * drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson2015-04-101-1/+0Star
| * drm/i915: Split batch pool into size bucketsChris Wilson2015-04-101-1/+1
| * drm/i915: Free batch pool when idleChris Wilson2015-04-101-1/+12
| * drm/i915: Split the batch pool by engineChris Wilson2015-04-101-2/+0Star
| * drm/i915: Re-enable RPS wait-boosting for all enginesChris Wilson2015-04-101-1/+1
| * drm/i915: Deminish contribution of wait-boosting from clientsChris Wilson2015-04-101-27/+8Star
| * drm/i915: Cache last obj->pages location for i915_gem_object_get_page()Chris Wilson2015-04-101-0/+4
| * drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-011-0/+37
| * drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison2015-04-011-2/+2
| * drm/i915: Add i915_gem_request_unreference__unlockedChris Wilson2015-03-301-6/+2Star
* | drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-231-1/+2
|/
* Merge tag 'v4.0-rc6' into drm-intel-nextDaniel Vetter2015-03-301-17/+21
|\