summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_scheduler.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-28drm/i915: Add sync support to the scheduler statistics and status dumpJohn Harrison1-4/+16
2016-06-28drm/i915: Connecting execbuff fences to schedulerJohn Harrison1-0/+3
2016-06-28drm/i915: Add sync wait support to schedulerJohn Harrison1-5/+139
2016-06-28drm/i915: Scheduler state dump via debugfsJohn Harrison1-4/+5
2016-06-28drm/i915: Added debug state dump facilities to schedulerJohn Harrison1-2/+268
2016-06-28drm/i915: Allow scheduler to manage inter-ring object synchronisationJohn Harrison1-0/+19
2016-06-28drm/i915: Add scheduler support functions for TDRJohn Harrison1-0/+33
2016-06-28drm/i915: Added scheduler statistic reporting to debugfsJohn Harrison1-3/+84
2016-06-28drm/i915: Added scheduler queue throttling by DRM file handleJohn Harrison1-0/+118
2016-06-28drm/i915: Added trace points to schedulerJohn Harrison1-2/+22
2016-06-28drm/i915: Added a module parameter to allow the scheduler to be disabledJohn Harrison1-1/+4
2016-06-28drm/i915: Add scheduler hook to GPU resetJohn Harrison1-0/+11
2016-06-28drm/i915: Added scheduler flush calls to ring throttle and idle functionsJohn Harrison1-0/+178
2016-06-28drm/i915: Added scheduler support to __wait_request() callsJohn Harrison1-0/+26
2016-06-28drm/i915: Added tracking/locking of batch buffer objectsJohn Harrison1-0/+15
2016-06-28drm/i915: Keep the reserved space mechanism happyJohn Harrison1-0/+4
2016-06-28drm/i915: Added deferred work handler for schedulerJohn Harrison1-2/+27
2016-06-28drm/i915: Added scheduler hook when closing DRM file handlesJohn Harrison1-0/+46
2016-06-28drm/i915: Start of GPU schedulerJohn Harrison1-0/+863