summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-06drm/i915: Scheduler state dump via debugfsschedulerJohn Harrison3-4/+44
2016-05-06drm/i915: Added debug state dump facilities to schedulerJohn Harrison3-3/+284
2016-05-06drm/i915: Allow scheduler to manage inter-ring object synchronisationJohn Harrison7-7/+37
2016-05-06drm/i915: Add support for retro-actively banning batch buffersJohn Harrison2-0/+12
2016-05-06drm/i915: Add scheduling priority to per-context parametersDave Gordon4-0/+42
2016-05-06drm/i915: Enable GPU scheduler by defaultJohn Harrison1-2/+2
2016-05-06drm/i915: Add scheduler support functions for TDRJohn Harrison2-0/+34
2016-05-06drm/i915: Added scheduler statistic reporting to debugfsJohn Harrison4-6/+237
2016-05-06drm/i915: Add early exit to execbuff_final() if insufficient ring spaceJohn Harrison4-15/+107
2016-05-06drm/i915: Added debugfs interface to scheduler tuning parametersJohn Harrison1-0/+187
2016-05-06drm/i915: Added scheduler queue throttling by DRM file handleJohn Harrison4-0/+126
2016-05-06drm/i915: Added trace points to schedulerJohn Harrison4-2/+219
2016-05-06drm/i915: Defer seqno allocation until actual hardware submission timeJohn Harrison4-1/+51
2016-05-06drm/i915: Support for 'unflushed' ring idleJohn Harrison4-5/+34
2016-05-06drm/i915: Added a module parameter to allow the scheduler to be disabledJohn Harrison3-1/+9
2016-05-06drm/i915: Add scheduler hook to GPU resetJohn Harrison3-0/+14
2016-05-06drm/i915: Added scheduler flush calls to ring throttle and idle functionsJohn Harrison3-0/+203
2016-05-06drm/i915: Added scheduler support to page fault handlerJohn Harrison1-2/+7
2016-05-06drm/i915: Added scheduler support to __wait_request() callsJohn Harrison6-15/+81
2016-05-06drm/i915: Hook scheduler node clean up into retire requestsJohn Harrison1-0/+3
2016-05-06drm/i915: Added tracking/locking of batch buffer objectsJohn Harrison2-2/+58
2016-05-06drm/i915: Keep the reserved space mechanism happyJohn Harrison3-8/+29
2016-05-06drm/i915: Redirect execbuffer_final() via schedulerJohn Harrison2-19/+11
2016-05-06drm/i915: Added deferred work handler for schedulerJohn Harrison4-2/+39
2016-05-06drm/i915: Added scheduler hook into i915_gem_request_notify()John Harrison1-0/+17
2016-05-06drm/i915: Added scheduler hook when closing DRM file handlesJohn Harrison3-0/+48
2016-05-06drm/i915: Force MMIO flips when scheduler enabledJohn Harrison1-0/+3
2016-05-06drm/i915: Disable hardware semaphores when GPU scheduler is enabledJohn Harrison2-0/+13
2016-05-06drm/i915: Start of GPU schedulerJohn Harrison6-0/+995
2016-05-06drm/i915: Re-instate request->uniq because it is extremely usefulJohn Harrison3-11/+30
2016-05-06drm/i915: Cache request pointer in *_submission_final()Dave Gordon2-13/+15
2016-05-06drm/i915: Split i915_dem_do_execbuffer() in halfJohn Harrison5-47/+137
2016-05-06drm/i915: Prelude to splitting i915_gem_do_execbuffer in twoJohn Harrison2-21/+38
2016-05-06drm/i915: Add total count to context status debugfs outputJohn Harrison1-1/+4
2016-05-06SetEndJohn Harrison1-2/+0
2016-05-06drm/i915: Cache last IRQ seqno to reduce IRQ overheadJohn Harrison2-4/+23
2016-05-06drm/i915: Updated request structure tracingJohn Harrison3-8/+16
2016-05-06drm/i915: Interrupt driven fencesJohn Harrison6-24/+241
2016-05-06drm/i915: Delay the freeing of requests until retire timeJohn Harrison7-25/+51
2016-05-06drm/i915: Fix clean up of file client list on execbuff failureJohn Harrison3-4/+8
2016-05-06drm/i915: Add per context timelines to fence objectJohn Harrison5-17/+114
2016-05-06drm/i915: Removed now redudant parameter to i915_gem_request_completed()John Harrison5-13/+12
2016-05-06drm/i915: Convert requests to use struct fenceJohn Harrison6-39/+94
2016-05-06SetStart: Big squash of struct fence stuffJohn Harrison1-0/+2
2016-04-13drm-intel-nightly: 2016y-04m-13d-13h-00m-18s UTC integration manifestJani Nikula1-0/+22
2016-04-13Merge remote-tracking branch 'origin/topic/core-for-CI' into drm-intel-nightlyJani Nikula3-23/+31
2016-04-13Merge remote-tracking branch 'origin/topic/kerneldoc' into drm-intel-nightlyJani Nikula3-38/+164
2016-04-13Merge remote-tracking branch 'origin/topic/drm-misc' into drm-intel-nightlyJani Nikula1-9/+9
2016-04-13Merge remote-tracking branch 'sound-upstream/for-linus' into drm-intel-nightlyJani Nikula4-2/+25
2016-04-13Merge remote-tracking branch 'sound-upstream/for-next' into drm-intel-nightlyJani Nikula24-421/+929