index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_guc_submission.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/guc: Disable irq for __i915_guc_submit wq_lock
Chris Wilson
2017-03-02
1
-5
/
+3
*
drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtime
Chris Wilson
2017-02-28
1
-6
/
+7
*
drm/i915/guc: Make wq_lock irq-safe
Chris Wilson
2017-02-28
1
-8
/
+20
*
drm/i915/tracepoints: Add backend level request in and out tracepoints
Tvrtko Ursulin
2017-02-21
1
-0
/
+2
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915/guc: Make the GuC fw loading helper functions general
Anusha Srivatsa
2017-01-18
1
-2
/
+2
*
drm/i915/guc: Move GuC log related functions into dedicated file
Michal Wajdeczko
2017-01-18
1
-588
/
+6
*
drm/i915: Invalidate the guc ggtt TLB upon insertion
Chris Wilson
2017-01-12
1
-3
/
+0
*
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
2017-01-06
1
-1
/
+1
*
drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappable
Chris Wilson
2016-12-28
1
-7
/
+7
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-11
/
+0
*
drm/i915: Fix inconsistent naming of i915_guc_client parameter
Michal Wajdeczko
2016-12-16
1
-32
/
+34
*
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
2016-12-01
1
-6
/
+4
*
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
*
drm/i915/guc: Split hw submission for replay after GPU reset
Chris Wilson
2016-11-29
1
-17
/
+20
*
drm/i915/guc: Keep the execbuf client allocated across reset
Chris Wilson
2016-11-29
1
-31
/
+53
*
drm/i915/guc: Initialise doorbell cookie to matching value
Chris Wilson
2016-11-29
1
-1
/
+1
*
drm/i915/guc: Rename client->cookie to match use
Chris Wilson
2016-11-29
1
-3
/
+3
*
drm/i915/guc: Remove spurious include
Arkadiusz Hiler
2016-11-25
1
-1
/
+0
*
drm/i915/guc: Init send_mutex in intel_uc_init_early()
Arkadiusz Hiler
2016-11-25
1
-1
/
+0
*
drm/i915/guc: Move guc_{send,recv}() to intel_uc.c
Arkadiusz Hiler
2016-11-25
1
-129
/
+18
*
drm/i915/guc: Drop guc2host/host2guc from names
Arkadiusz Hiler
2016-11-25
1
-46
/
+45
*
drm/i915: Rename intel_guc.h to intel_uc.h
Arkadiusz Hiler
2016-11-25
1
-1
/
+1
*
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
1
-0
/
+1
*
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
2016-11-14
1
-1
/
+13
*
drm/i915/guc: Cache the client mapping
Chris Wilson
2016-11-03
1
-19
/
+19
*
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-1
/
+2
*
drm/i915/guc: WA to address the Ringbuffer coherency issue
Akash Goel
2016-10-25
1
-0
/
+6
*
drm/i915: Mark the GuC log buffer flush interrupts handling WQ as freezable
Akash Goel
2016-10-25
1
-3
/
+12
*
drm/i915: Early creation of relay channel for capturing boot time logs
Akash Goel
2016-10-25
1
-24
/
+47
*
drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log buffer
Akash Goel
2016-10-25
1
-7
/
+18
*
drm/i915: Debugfs support for GuC logging control
Sagar Arun Kamble
2016-10-25
1
-0
/
+59
*
drm/i915: Support for forceful flush of GuC log buffer
Sagar Arun Kamble
2016-10-25
1
-0
/
+30
*
drm/i915: Optimization to reduce the sampling time of GuC log buffer
Akash Goel
2016-10-25
1
-3
/
+25
*
drm/i915: Add stats for GuC log buffer flush interrupts
Akash Goel
2016-10-25
1
-1
/
+30
*
drm/i915: New lock to serialize the Host2GuC actions
Akash Goel
2016-10-25
1
-0
/
+3
*
drm/i915: Add a relay backed debugfs interface for capturing GuC logs
Akash Goel
2016-10-25
1
-2
/
+211
*
drm/i915: Handle log buffer flush interrupt event from GuC
Sagar Arun Kamble
2016-10-25
1
-0
/
+186
*
drm/i915: Support for GuC interrupts
Sagar Arun Kamble
2016-10-25
1
-0
/
+5
*
drm/i915: New structure to contain GuC logging related fields
Akash Goel
2016-10-25
1
-4
/
+4
*
drm/i915: Decouple GuC log setup from verbosity parameter
Sagar Arun Kamble
2016-10-25
1
-3
/
+0
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-5
/
+7
*
drm/i915/guc: Unwind GuC workqueue reservation if request construction fails
Chris Wilson
2016-10-07
1
-0
/
+12
*
drm/i915/guc: general tidying up (submission)
Dave Gordon
2016-09-15
1
-31
/
+32
*
drm/i915/guc: Prepare for nonblocking execbuf submission
Chris Wilson
2016-09-09
1
-12
/
+23
*
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
1
-1
/
+2
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-1
/
+7
*
drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
Dave Gordon
2016-09-05
1
-11
/
+7
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
1
-1
/
+2
[next]