index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.h
Age
Commit message (
Expand
)
Author
2019-12-27
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-11-19
drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
Chris Wilson
2019-11-14
drm/i915: use drm_debug_enabled() to check for debug categories
Jani Nikula
2019-11-11
drm/i915: Taint the kernel on dumping the GEM ftrace buffer
Chris Wilson
2019-10-23
drm/i915/execlists: Force preemption
Chris Wilson
2019-10-16
drm/i915/execlist: Trim immediate timeslice expiry
Chris Wilson
2019-10-14
drm/i915/execlists: Assert tasklet is locked for process_csb()
Chris Wilson
2019-10-11
drm/i915/execlists: Leave tell-tales as to why pending[] is bad
Chris Wilson
2019-10-09
drm/i915/gt: execlists->active is serialised by the tasklet
Chris Wilson
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-05-22
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-04-24
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
2019-03-15
drm/i915: Always kick the execlists tasklet after reset
Chris Wilson
2019-03-07
drm/i915: Make I915_GEM_IDLE_TIMEOUT into a macro
Chris Wilson
2018-10-18
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
2018-08-29
drm/i915/execlists: Flush tasklet directly from reset-finish
Chris Wilson
2018-06-28
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
2018-05-25
drm/i915/execlists: Wait for ELSP submission on restart
Chris Wilson
2018-05-24
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-16
drm/i915: Only sync tasklets once for recursive reset preparation
Chris Wilson
2018-04-26
drm/i915: Compile out engine debug for release
Chris Wilson
2018-04-06
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
2018-03-13
drm/i915: Show GEM_TRACE when detecting a failed GPU idle
Chris Wilson
2018-03-01
drm/i915/icl: Prepare for more rings
Tvrtko Ursulin
2018-02-28
drm/i915: Repeat the GEM_BUG_ON message in the ftrace log
Chris Wilson
2017-11-16
drm/i915: Print the condition causing GEM_BUG_ON
Mika Kuoppala
2017-11-09
drm/i915: Use trace_printk to provide a death rattle for GEM
Chris Wilson
2017-05-03
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
2017-02-10
drm/i915: Rename conditional GEM execution macros
Chris Wilson
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
2016-12-16
drm/i915: introduce GEM_WARN_ON
Matthew Auld
2016-12-05
drm/i915: allow GEM_BUG_ON expr checking with !DEBUG_GEM
Matthew Auld
2016-11-08
drm/i915: avoid harmless empty-body warning
Arnd Bergmann
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-04-14
drm/i915: Add GEM debugging Kconfig option
Chris Wilson