index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
drm/i915: Added scheduler queue throttling by DRM file handle
John Harrison
1
-0
/
+4
2016-05-06
drm/i915: Added trace points to scheduler
John Harrison
1
-0
/
+2
2016-05-06
drm/i915: Defer seqno allocation until actual hardware submission time
John Harrison
1
-0
/
+14
2016-05-06
drm/i915: Added tracking/locking of batch buffer objects
John Harrison
1
-2
/
+43
2016-05-06
drm/i915: Keep the reserved space mechanism happy
John Harrison
1
-6
/
+14
2016-05-06
drm/i915: Redirect execbuffer_final() via scheduler
John Harrison
1
-11
/
+7
2016-05-06
drm/i915: Cache request pointer in *_submission_final()
Dave Gordon
1
-8
/
+9
2016-05-06
drm/i915: Split i915_dem_do_execbuffer() in half
John Harrison
1
-30
/
+83
2016-05-06
drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
John Harrison
1
-16
/
+25
2016-05-06
drm/i915: Fix clean up of file client list on execbuff failure
John Harrison
1
-1
/
+5
2016-04-11
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
1
-5
/
+3
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-5
/
+7
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-3
/
+3
2016-03-16
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
1
-2
/
+2
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-2
/
+2
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-12
/
+12
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-15
/
+19
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-36
/
+38
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
1
-3
/
+2
2016-01-28
Fix pointer tests in error-handling paths
Dave Gordon
1
-1
/
+1
2016-01-28
drm/i915: Fix VCS ring selection after uapi decoupling
Tvrtko Ursulin
1
-0
/
+1
2016-01-21
drm/i915: Decouple execbuf uAPI from internal implementation
Tvrtko Ursulin
1
-67
/
+72
2016-01-21
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
1
-5
/
+9
2016-01-18
drm/i915: use hlist_for_each_entry
Geliang Tang
1
-5
/
+2
2016-01-12
drm/i915: Use MI_BATCH_BUFFER_START on 830/845
Ville Syrjälä
1
-0
/
+3
2016-01-05
drm/i915: Avoid writing relocs with addresses in non-canonical form
Michał Winiarski
1
-4
/
+48
2015-12-11
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
1
-4
/
+4
2015-12-09
drm/i915: Add soft-pinning API for execbuffer
Chris Wilson
1
-2
/
+14
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-2
/
+2
2015-10-07
drm/i915: Kill DRI1 cliprects
Chris Wilson
1
-123
/
+31
2015-10-01
drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
Michel Thierry
1
-0
/
+11
2015-09-30
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-1
/
+1
2015-09-14
drm/i915: Split alloc from init for lrc
Nick Hoath
1
-1
/
+1
2015-09-02
drm/i915: Always mark the object as dirty when used by the GPU
Chris Wilson
1
-1
/
+1
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+2
2015-07-06
drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam
Abdiel Janulgue
1
-0
/
+14
2015-06-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-44
/
+46
2015-06-23
drm/i915: Move the request/file and request/pid association to creation time
John Harrison
1
-1
/
+5
2015-06-23
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
1
-3
/
+1
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-4
/
+4
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
1
-2
/
+2
2015-06-23
drm/i915: Update a bunch of execbuffer helpers to take request structures
John Harrison
1
-5
/
+7
2015-06-23
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update add_request() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update i915_gem_object_sync() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update i915_switch_context() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Add flag to i915_add_request() to skip the cache flush
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update execbuffer_move_to_active() to take a request structure
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Update move_to_gpu() to take a request structure
John Harrison
1
-6
/
+6
2015-06-23
drm/i915: Update the dispatch tracepoint to use params->request
John Harrison
1
-1
/
+1
[next]