index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: 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
*
drm/i915: Add missing kerneldoc for guc_client_alloc:engines
Chris Wilson
2016-08-17
1
-0
/
+1
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-7
/
+8
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
1
-17
/
+4
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
1
-10
/
+6
*
drm/i915: Use VMA as the primary object for context state
Chris Wilson
2016-08-15
1
-3
/
+3
*
drm/i915: Track pinned vma inside guc
Chris Wilson
2016-08-15
1
-72
/
+72
*
drm/i915/guc: use for_each_engine_id() where appropriate
Dave Gordon
2016-08-10
1
-6
/
+7
*
drm/i915/guc: add engine mask to GuC client & pass to GuC
Dave Gordon
2016-08-10
1
-5
/
+10
*
drm/i915/guc: refactor guc_init_doorbell_hw()
Dave Gordon
2016-08-10
1
-24
/
+30
[next]