index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_engine_heartbeat.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
Merge drm/drm-next into drm-misc-next-fixes
Thomas Zimmermann
1
-0
/
+3
2024-02-22
drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion
Tvrtko Ursulin
1
-2
/
+2
2024-02-16
Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+2
2024-02-14
drm/i915/gt: Restart the heartbeat timer when forcing a pulse
John Harrison
1
-0
/
+3
2024-02-09
drm/i915: switch from drm_debug_printer() to device specific drm_dbg_printer()
Jani Nikula
1
-1
/
+2
2023-10-26
drm/i915/gt: Use proper priority enum instead of 0
Nirmoy Das
1
-1
/
+1
2022-10-24
drm/i915: Make the heartbeat play nice with long pre-emption timeouts
John Harrison
1
-0
/
+39
2021-10-07
drm/i915: remove IS_ACTIVE
Lucas De Marchi
1
-1
/
+1
2021-07-27
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
1
-0
/
+8
2021-07-27
drm/i915: Reset GPU immediately if submission is disabled
Matthew Brost
1
-13
/
+49
2021-06-18
drm/i915: Move engine->schedule to i915_sched_engine
Matthew Brost
1
-2
/
+2
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-11
/
+15
2021-03-26
drm/i915: Individual request cancellation
Chris Wilson
1
-0
/
+1
2021-03-24
drm/i915/gt: Double check heartbeat timeout before resetting
Chris Wilson
1
-1
/
+10
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
1
-2
/
+1
2021-03-24
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
1
-7
/
+3
2021-03-24
drm/i915: Strip out internal priorities
Chris Wilson
1
-1
/
+1
2020-12-24
drm/i915/gt: Refactor heartbeat request construction and submission
Chris Wilson
1
-18
/
+41
2020-10-07
drm/i915/gt: Track the most recent pulse for the heartbeat
Chris Wilson
1
-3
/
+3
2020-09-29
drm/i915/gt: Always send a pulse down the engine after disabling heartbeat
Chris Wilson
1
-39
/
+67
2020-07-02
drm/i915/gt: Move the heartbeat into the high priority system wq
Chris Wilson
1
-1
/
+1
2020-07-02
drm/i915/gt: Harden the heartbeat against a stuck driver
Chris Wilson
1
-2
/
+12
2020-06-22
drm/i915/params: switch to device specific parameters
Jani Nikula
1
-1
/
+2
2020-06-15
drm/i915/gt: Add a safety submission flush in the heartbeat
Chris Wilson
1
-0
/
+3
2020-05-28
drm/i915/gt: Don't declare hangs if engine is stalled
Chris Wilson
1
-3
/
+16
2020-03-17
drm/i915/gt: Always reschedule the new heartbeat
Chris Wilson
1
-1
/
+1
2020-02-18
drm/i915/gt: Fix up missing error propagation for heartbeat pulses
Chris Wilson
1
-2
/
+6
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
1
-1
/
+1
2019-11-25
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
1
-3
/
+11
2019-11-07
drm/i915/gt: Cleanup heartbeat systole first
Chris Wilson
1
-3
/
+3
2019-11-06
drm/i915/gt: Only drop heartbeat.systole if the sole owner
Chris Wilson
1
-2
/
+2
2019-10-26
drm/i915: Encapsulate kconfig constant values inside boolean predicates
Chris Wilson
1
-2
/
+2
2019-10-23
drm/i915/gt: Replace hangcheck by heartbeats
Chris Wilson
1
-0
/
+157
2019-10-21
drm/i915/gt: Introduce barrier pulses along engines
Chris Wilson
1
-0
/
+77