index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
drm/i915: Connecting execbuff fences to scheduler
John Harrison
2
-4
/
+28
2016-06-28
drm/i915: Add sync wait support to scheduler
John Harrison
3
-5
/
+148
2016-06-28
drm/i915: Add sync framework support to execbuff IOCTL
John Harrison
5
-10
/
+207
2016-06-28
android/sync: Fix reversed sense of signaled fence
Peter Lawthers
1
-0
/
+21
2016-06-28
android/sync: Improved debug dump to dmesg
John Harrison
3
-17
/
+48
2016-06-28
staging/android/sync: Move sync framework out of staging
John Harrison
14
-33
/
+37
2016-06-28
SetStart: Big squash of Android sync integration
John Harrison
1
-0
/
+2
2016-06-28
SetEnd
John Harrison
1
-2
/
+0
2016-06-28
drm/i915: Scheduler state dump via debugfs
John Harrison
3
-4
/
+44
2016-06-28
drm/i915: Added debug state dump facilities to scheduler
John Harrison
3
-3
/
+284
2016-06-28
drm/i915: Allow scheduler to manage inter-ring object synchronisation
John Harrison
7
-7
/
+37
2016-06-28
drm/i915: Add support for retro-actively banning batch buffers
John Harrison
2
-0
/
+12
2016-06-28
drm/i915: Add scheduling priority to per-context parameters
Dave Gordon
4
-0
/
+42
2016-06-28
drm/i915: Enable GPU scheduler by default
John Harrison
1
-2
/
+2
2016-06-28
drm/i915: Add scheduler support functions for TDR
John Harrison
2
-0
/
+34
2016-06-28
drm/i915: Added scheduler statistic reporting to debugfs
John Harrison
4
-3
/
+233
2016-06-28
drm/i915: Add early exit to execbuff_final() if insufficient ring space
John Harrison
4
-15
/
+107
2016-06-28
drm/i915: Added debugfs interface to scheduler tuning parameters
John Harrison
1
-0
/
+187
2016-06-28
drm/i915: Added scheduler queue throttling by DRM file handle
John Harrison
4
-0
/
+130
2016-06-28
drm/i915: Added trace points to scheduler
John Harrison
4
-2
/
+219
2016-06-28
drm/i915: Defer seqno allocation until actual hardware submission time
John Harrison
4
-1
/
+51
2016-06-28
drm/i915: Support for 'unflushed' ring idle
John Harrison
4
-5
/
+34
2016-06-28
drm/i915: Added a module parameter to allow the scheduler to be disabled
John Harrison
3
-1
/
+9
2016-06-28
drm/i915: Add scheduler hook to GPU reset
John Harrison
3
-0
/
+14
2016-06-28
drm/i915: Added scheduler flush calls to ring throttle and idle functions
John Harrison
3
-1
/
+204
2016-06-28
drm/i915: Added scheduler support to page fault handler
John Harrison
1
-2
/
+7
2016-06-28
drm/i915: Added scheduler support to __wait_request() calls
John Harrison
6
-15
/
+81
2016-06-28
drm/i915: Hook scheduler node clean up into retire requests
John Harrison
1
-0
/
+3
2016-06-28
drm/i915: Added tracking/locking of batch buffer objects
John Harrison
2
-2
/
+58
2016-06-28
drm/i915: Keep the reserved space mechanism happy
John Harrison
3
-8
/
+29
2016-06-28
drm/i915: Redirect execbuffer_final() via scheduler
John Harrison
2
-19
/
+11
2016-06-28
drm/i915: Added deferred work handler for scheduler
John Harrison
4
-2
/
+40
2016-06-28
drm/i915: Added scheduler hook into i915_gem_request_notify()
John Harrison
1
-0
/
+17
2016-06-28
drm/i915: Added scheduler hook when closing DRM file handles
John Harrison
3
-0
/
+49
2016-06-28
drm/i915: Force MMIO flips when scheduler enabled
John Harrison
1
-0
/
+3
2016-06-28
drm/i915: Disable hardware semaphores when GPU scheduler is enabled
John Harrison
2
-0
/
+13
2016-06-28
drm/i915: Start of GPU scheduler
John Harrison
6
-0
/
+991
2016-06-28
drm/i915: Re-instate request->uniq because it is extremely useful
John Harrison
3
-11
/
+30
2016-06-28
drm/i915: Cache request pointer in *_submission_final()
Dave Gordon
2
-13
/
+15
2016-06-28
drm/i915: Split i915_dem_do_execbuffer() in half
John Harrison
5
-47
/
+137
2016-06-28
drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
John Harrison
2
-21
/
+38
2016-06-28
drm/i915: Add total count to context status debugfs output
John Harrison
1
-1
/
+4
2016-06-28
SetStart: Big squash of GPU scheduler
John Harrison
1
-0
/
+2
2016-06-28
SetEnd
John Harrison
1
-2
/
+0
2016-06-28
drm/i915: Cache last IRQ seqno to reduce IRQ overhead
John Harrison
2
-2
/
+20
2016-06-28
drm/i915: Updated request structure tracing
John Harrison
3
-9
/
+16
2016-06-28
drm/i915: Interrupt driven fences
John Harrison
6
-22
/
+235
2016-06-28
drm/i915: Delay the freeing of requests until retire time
John Harrison
7
-25
/
+51
2016-06-28
drm/i915: Fix clean up of file client list on execbuff failure
John Harrison
3
-4
/
+8
2016-06-28
drm/i915: Add per context timelines to fence object
John Harrison
5
-18
/
+115
[prev]
[next]