index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_gt_irq.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-23
drm/i915/gt: fix typos in i915/gt files.
Nitin Gote
1
-1
/
+1
2024-10-15
drm/i915/irq: s/gen3/gen2/
Ville Syrjälä
1
-12
/
+12
2024-10-03
drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
Jani Nikula
1
-8
/
+8
2024-10-03
drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
Jani Nikula
1
-4
/
+4
2024-03-01
drm/i915/gt: Create the gt_to_guc() wrapper
Andi Shyti
1
-3
/
+3
2023-07-04
drm/i915/uncore: add intel_uncore_regs() helper
Jani Nikula
1
-4
/
+4
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
1
-1
/
+1
2023-05-31
Merge drm/drm-next into drm-intel-next
Jani Nikula
1
-4
/
+21
2023-05-11
drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operation
Alan Previn
1
-1
/
+2
2023-05-04
drm/i915/gsc: add support for GSC proxy interrupt
Daniele Ceraolo Spurio
1
-3
/
+19
2023-04-19
drm/i915: use explicit includes for i915_reg.h and i915_irq.h
Jani Nikula
1
-0
/
+1
2023-01-17
drm/i915/gt: Start adding module oriented dmesg output
John Harrison
1
-5
/
+4
2022-12-09
drm/i915/pxp: Promote pxp subsystem to top-level of i915
Alan Previn
1
-1
/
+1
2022-11-14
drm/i915/guc: handle interrupts from media GuC
Daniele Ceraolo Spurio
1
-4
/
+17
2022-11-10
drm/i915: Partial abandonment of legacy DRM logging macros
Tvrtko Ursulin
1
-3
/
+5
2022-11-07
drm/i915/mtl: add GSC CS interrupt support
Daniele Ceraolo Spurio
1
-35
/
+40
2022-09-12
drm/i915/mtl: Hook up interrupts for standalone media
Matt Roper
1
-0
/
+19
2022-09-12
drm/i915/mtl: Use primary GT's irq lock for media GT
Matt Roper
1
-8
/
+8
2022-05-10
drm/i915/pvc: Interrupt support for new copy engines
Matt Roper
1
-0
/
+16
2022-04-21
drm/i915/gsc: add gsc as a mei auxiliary device
Tomas Winkler
1
-0
/
+13
2022-03-02
drm/i915/xehp: Add Compute CS IRQ handlers
Matt Roper
1
-1
/
+14
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
1
-1
/
+1
2021-10-04
drm/i915/pxp: Implement PXP irq handler
Huang, Sean Z
1
-0
/
+7
2021-07-24
drm/i915/xehp: Extra media engines - Part 2 (interrupts)
John Harrison
1
-1
/
+12
2021-06-05
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-3
/
+3
2021-06-03
drm/i915/guc: enable only the user interrupt when using GuC submission
Daniele Ceraolo Spurio
1
-7
/
+11
2021-05-25
drm/i915/gt: Move CS interrupt handler to the backend
Chris Wilson
1
-58
/
+24
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
1
-2
/
+1
2020-12-09
drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
Chris Wilson
1
-0
/
+1
2020-09-07
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
1
-0
/
+1
2020-07-10
drm/i915/gt: Be defensive in the face of false CS events
Chris Wilson
1
-1
/
+2
2020-07-08
drm/i915: Use the gt in HAS_ENGINE
Daniele Ceraolo Spurio
1
-1
/
+1
2020-04-07
drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
Chris Wilson
1
-2
/
+13
2020-01-29
drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT
Chris Wilson
1
-3
/
+24
2020-01-28
drm/i915/gt: Tidy repetition in declaring gen8+ interrupts
Chris Wilson
1
-16
/
+6
2020-01-28
drm/i915/gt: Reorganise gen8+ interrupt handler
Chris Wilson
1
-40
/
+30
2019-12-18
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
1
-6
/
+6
2019-11-27
drm/i915/gt: Defer breadcrumb processing to after the irq handler
Chris Wilson
1
-1
/
+1
2019-10-26
drm/i915: Extract GT render power state management
Andi Shyti
1
-2
/
+3
2019-08-12
drm/i915: Extract general GT interrupt handlers
Andi Shyti
1
-0
/
+455