summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-28drm/i915: Connecting execbuff fences to schedulerJohn Harrison2-4/+28
2016-06-28drm/i915: Add sync wait support to schedulerJohn Harrison3-5/+148
2016-06-28drm/i915: Add sync framework support to execbuff IOCTLJohn Harrison5-10/+207
2016-06-28android/sync: Fix reversed sense of signaled fencePeter Lawthers1-0/+21
2016-06-28android/sync: Improved debug dump to dmesgJohn Harrison3-17/+48
2016-06-28staging/android/sync: Move sync framework out of stagingJohn Harrison14-33/+37
2016-06-28SetStart: Big squash of Android sync integrationJohn Harrison1-0/+2
2016-06-28SetEndJohn Harrison1-2/+0
2016-06-28drm/i915: Scheduler state dump via debugfsJohn Harrison3-4/+44
2016-06-28drm/i915: Added debug state dump facilities to schedulerJohn Harrison3-3/+284
2016-06-28drm/i915: Allow scheduler to manage inter-ring object synchronisationJohn Harrison7-7/+37
2016-06-28drm/i915: Add support for retro-actively banning batch buffersJohn Harrison2-0/+12
2016-06-28drm/i915: Add scheduling priority to per-context parametersDave Gordon4-0/+42
2016-06-28drm/i915: Enable GPU scheduler by defaultJohn Harrison1-2/+2
2016-06-28drm/i915: Add scheduler support functions for TDRJohn Harrison2-0/+34
2016-06-28drm/i915: Added scheduler statistic reporting to debugfsJohn Harrison4-3/+233
2016-06-28drm/i915: Add early exit to execbuff_final() if insufficient ring spaceJohn Harrison4-15/+107
2016-06-28drm/i915: Added debugfs interface to scheduler tuning parametersJohn Harrison1-0/+187
2016-06-28drm/i915: Added scheduler queue throttling by DRM file handleJohn Harrison4-0/+130
2016-06-28drm/i915: Added trace points to schedulerJohn Harrison4-2/+219
2016-06-28drm/i915: Defer seqno allocation until actual hardware submission timeJohn Harrison4-1/+51
2016-06-28drm/i915: Support for 'unflushed' ring idleJohn Harrison4-5/+34
2016-06-28drm/i915: Added a module parameter to allow the scheduler to be disabledJohn Harrison3-1/+9
2016-06-28drm/i915: Add scheduler hook to GPU resetJohn Harrison3-0/+14
2016-06-28drm/i915: Added scheduler flush calls to ring throttle and idle functionsJohn Harrison3-1/+204
2016-06-28drm/i915: Added scheduler support to page fault handlerJohn Harrison1-2/+7
2016-06-28drm/i915: Added scheduler support to __wait_request() callsJohn Harrison6-15/+81
2016-06-28drm/i915: Hook scheduler node clean up into retire requestsJohn Harrison1-0/+3
2016-06-28drm/i915: Added tracking/locking of batch buffer objectsJohn Harrison2-2/+58
2016-06-28drm/i915: Keep the reserved space mechanism happyJohn Harrison3-8/+29
2016-06-28drm/i915: Redirect execbuffer_final() via schedulerJohn Harrison2-19/+11
2016-06-28drm/i915: Added deferred work handler for schedulerJohn Harrison4-2/+40
2016-06-28drm/i915: Added scheduler hook into i915_gem_request_notify()John Harrison1-0/+17
2016-06-28drm/i915: Added scheduler hook when closing DRM file handlesJohn Harrison3-0/+49
2016-06-28drm/i915: Force MMIO flips when scheduler enabledJohn Harrison1-0/+3
2016-06-28drm/i915: Disable hardware semaphores when GPU scheduler is enabledJohn Harrison2-0/+13
2016-06-28drm/i915: Start of GPU schedulerJohn Harrison6-0/+991
2016-06-28drm/i915: Re-instate request->uniq because it is extremely usefulJohn Harrison3-11/+30
2016-06-28drm/i915: Cache request pointer in *_submission_final()Dave Gordon2-13/+15
2016-06-28drm/i915: Split i915_dem_do_execbuffer() in halfJohn Harrison5-47/+137
2016-06-28drm/i915: Prelude to splitting i915_gem_do_execbuffer in twoJohn Harrison2-21/+38
2016-06-28drm/i915: Add total count to context status debugfs outputJohn Harrison1-1/+4
2016-06-28SetStart: Big squash of GPU schedulerJohn Harrison1-0/+2
2016-06-28SetEndJohn Harrison1-2/+0
2016-06-28drm/i915: Cache last IRQ seqno to reduce IRQ overheadJohn Harrison2-2/+20
2016-06-28drm/i915: Updated request structure tracingJohn Harrison3-9/+16
2016-06-28drm/i915: Interrupt driven fencesJohn Harrison6-22/+235
2016-06-28drm/i915: Delay the freeing of requests until retire timeJohn Harrison7-25/+51
2016-06-28drm/i915: Fix clean up of file client list on execbuff failureJohn Harrison3-4/+8
2016-06-28drm/i915: Add per context timelines to fence objectJohn Harrison5-18/+115