index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: move I915_GEM_GPU_DOMAINS to i915_gem.h
Jani Nikula
2023-01-20
1
-0
/
+7
*
Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
2022-09-20
1
-0
/
+43
|
\
|
*
drm/i915: split out i915_gem.c declarations to i915_gem.h
Jani Nikula
2022-09-06
1
-0
/
+43
|
/
*
drm/i915/tasklet: separate local hacks around struct tasklet_struct
Jani Nikula
2022-06-07
1
-33
/
+0
*
drm/i915: remove single-use GEM_DEBUG_EXEC()
Jani Nikula
2022-05-09
1
-2
/
+0
*
drm/i915: remove unused GEM_DEBUG_DECL() and GEM_DEBUG_BUG_ON()
Jani Nikula
2022-05-09
1
-4
/
+0
*
drm/i915: Break out dma_resv ww locking utilities to separate files
Thomas Hellström
2021-06-17
1
-12
/
+0
*
drm/i915: Use tasklet_unlock_spin_wait() in __tasklet_disable_sync_once()
Sebastian Andrzej Siewior
2021-03-25
1
-1
/
+1
*
drm/i915: Make GEM errors non-fatal by default
Chris Wilson
2021-01-19
1
-1
/
+8
*
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
2020-09-07
1
-0
/
+1
*
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-09-07
1
-0
/
+11
*
drm/i915: Print caller when tainting for CI
Michał Winiarski
2020-07-06
1
-1
/
+1
*
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-12-27
1
-2
/
+6
|
\
|
*
drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
Chris Wilson
2019-11-19
1
-0
/
+3
|
*
drm/i915: Taint the kernel on dumping the GEM ftrace buffer
Chris Wilson
2019-11-11
1
-2
/
+3
*
|
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
drm/i915: use drm_debug_enabled() to check for debug categories
Jani Nikula
2019-11-14
1
-1
/
+1
*
|
drm/i915/execlists: Force preemption
Chris Wilson
2019-10-24
1
-14
/
+0
|
/
*
drm/i915/execlist: Trim immediate timeslice expiry
Chris Wilson
2019-10-16
1
-0
/
+14
*
drm/i915/execlists: Assert tasklet is locked for process_csb()
Chris Wilson
2019-10-14
1
-0
/
+5
*
drm/i915/execlists: Leave tell-tales as to why pending[] is bad
Chris Wilson
2019-10-11
1
-4
/
+7
*
drm/i915/gt: execlists->active is serialised by the tasklet
Chris Wilson
2019-10-09
1
-0
/
+6
*
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-08-07
1
-0
/
+2
*
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-22
1
-0
/
+5
*
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
1
-3
/
+0
*
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
2019-04-02
1
-2
/
+0
*
drm/i915: Always kick the execlists tasklet after reset
Chris Wilson
2019-03-15
1
-1
/
+6
*
drm/i915: Make I915_GEM_IDLE_TIMEOUT into a macro
Chris Wilson
2019-03-07
1
-0
/
+2
*
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
2018-10-18
1
-1
/
+3
*
drm/i915/execlists: Flush tasklet directly from reset-finish
Chris Wilson
2018-08-29
1
-6
/
+0
*
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
2018-06-28
1
-0
/
+5
*
drm/i915/execlists: Wait for ELSP submission on restart
Chris Wilson
2018-05-25
1
-0
/
+6
*
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-24
1
-0
/
+3
*
drm/i915: Only sync tasklets once for recursive reset preparation
Chris Wilson
2018-05-16
1
-0
/
+7
*
drm/i915: Compile out engine debug for release
Chris Wilson
2018-04-26
1
-0
/
+6
*
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
2018-04-06
1
-0
/
+5
*
drm/i915: Show GEM_TRACE when detecting a failed GPU idle
Chris Wilson
2018-03-13
1
-0
/
+2
*
drm/i915/icl: Prepare for more rings
Tvrtko Ursulin
2018-03-01
1
-1
/
+1
*
drm/i915: Repeat the GEM_BUG_ON message in the ftrace log
Chris Wilson
2018-02-28
1
-1
/
+4
*
drm/i915: Print the condition causing GEM_BUG_ON
Mika Kuoppala
2017-11-16
1
-1
/
+5
*
drm/i915: Use trace_printk to provide a death rattle for GEM
Chris Wilson
2017-11-09
1
-0
/
+6
*
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
2017-05-03
1
-0
/
+2
*
drm/i915: Rename conditional GEM execution macros
Chris Wilson
2017-02-10
1
-6
/
+6
*
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
2017-02-06
1
-0
/
+9
*
drm/i915: introduce GEM_WARN_ON
Matthew Auld
2016-12-16
1
-0
/
+2
*
drm/i915: allow GEM_BUG_ON expr checking with !DEBUG_GEM
Matthew Auld
2016-12-05
1
-1
/
+1
*
drm/i915: avoid harmless empty-body warning
Arnd Bergmann
2016-11-08
1
-1
/
+1
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-0
/
+2
*
drm/i915: Add GEM debugging Kconfig option
Chris Wilson
2016-04-14
1
-0
/
+34