summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison2015-06-231-33/+1
* drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-231-16/+40
* drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-14/+2
* drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-12/+13
* drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Update ring->sync_to() to take a request structureJohn Harrison2015-06-231-2/+2
* drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Update ring->add_request() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-2/+2
* drm/i915: Update l3_remap to take a request structureJohn Harrison2015-06-231-2/+3
* drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-3/+5
* drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-11/+11
* drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-12/+36
* drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-231-3/+1
* drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison2015-06-231-2/+2
* drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-231-0/+12
* drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison2015-06-231-7/+10
* drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison2015-06-231-7/+20
* 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/+9
* drm/i915: i915_add_request must not failJohn Harrison2015-06-231-24/+19
* 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/+0
|\
| * drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-151-3/+0
* | 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/+3
* drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter2015-05-201-1/+0
* 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/+2
* 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/+4
* 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/+4
| * drm/i915: Remove misleading comment around bind_to_vmDaniel Vetter2015-04-231-4/+0
| * 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/+6
| * drm/i915: Fix view type in warning messageTvrtko Ursulin2015-04-161-1/+1
| * drm/i915: Remove obj->pin_mappableChris Wilson2015-04-131-5/+1
OpenPOWER on IntegriCloud