summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-19/+18
|\
| * drm/i915: remove unused has_dma_mapping flagImre Deak2015-07-131-3/+0
| * drm/i915: avoid leaking DMA mappingsImre Deak2015-07-131-15/+16
| * drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf2015-07-131-0/+1
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-401/+588
| |\
| * | Revert "drm/i915: Don't skip request retirement if the active list is empty"Jani Nikula2015-06-151-0/+3
| * | drm/i915: Always reset vma->ggtt_view.pages cache on unbindingChris Wilson2015-06-151-1/+1
| * | drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-011-3/+0
* | | drm/i915: Add origin to frontbuffer tracking flushRodrigo Vivi2015-07-081-6/+6
* | | drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala2015-07-061-5/+3
* | | drm/i915: Also perform gpu reset under execlist mode.Niu,Bing2015-07-061-0/+8
* | | drm/i915: Report correct GGTT space usageTvrtko Ursulin2015-07-031-5/+8
* | | drm/i915: Unconditionally do fb tracking invalidate in set_domainDaniel Vetter2015-06-291-6/+5
* | | drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala2015-06-261-3/+3
* | | 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
OpenPOWER on IntegriCloud