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
/
display
/
intel_display_irq.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
drm/i915/display: convert high level power interfaces to struct intel_display
Jani Nikula
1
-2
/
+1
2024-11-22
drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
Jani Nikula
1
-18
/
+8
2024-11-22
drm/i915/irq: hide display_irqs_enabled access
Jani Nikula
1
-3
/
+12
2024-11-12
drm/i915/display: convert HAS_D12_PLANE_MINIMIZATION() to struct intel_display
Jani Nikula
1
-5
/
+7
2024-10-31
drm/i915: Implement Dbuf overlap detection feature starting from LNL
Stanislav Lisovskiy
1
-0
/
+10
2024-10-30
drm/i915/gmbus: convert to struct intel_display
Jani Nikula
1
-5
/
+6
2024-10-17
drm/i915: Remove unused underrun irq/reporting bits
Sai Teja Pottumuttu
1
-16
/
+3
2024-10-15
drm/i915/irq: s/gen3/gen2/
Ville Syrjälä
1
-25
/
+25
2024-10-15
drm/i915/display: Fix Panel Replay vblank enable workaround
Jouni Högander
1
-2
/
+2
2024-10-15
drm/i915/display: Add own counter for Panel Replay vblank workaround
Jouni Högander
1
-4
/
+4
2024-10-03
drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
Jani Nikula
1
-9
/
+9
2024-10-03
drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
Jani Nikula
1
-17
/
+17
2024-10-03
drm/i915: Apply the i915gm/i945gm irq C-state w/a to CRC interrupts
Ville Syrjälä
1
-2
/
+14
2024-10-03
drm/i915: Extract i915gm_irq_cstate_wa_{disable,enable}()
Ville Syrjälä
1
-10
/
+24
2024-10-03
drm/i915/irq: Pair up the vblank enable/disable functions
Ville Syrjälä
1
-46
/
+46
2024-10-03
drm/i915/irq: Nuke stale comments
Ville Syrjälä
1
-6
/
+0
2024-10-01
drm/i915: Switch over to gen3 irq code on gen2
Ville Syrjälä
1
-18
/
+0
2024-10-01
drm/i915: Introduce i915_has_legacy_blc_interrupt()
Ville Syrjälä
1
-6
/
+14
2024-09-23
drm/i915/display: Prevent DC6 while vblank is enabled for Panel Replay
Jouni Högander
1
-0
/
+28
2024-09-19
drm/i915/display: remove small micro-optimizations in irq handling
Jani Nikula
1
-8
/
+7
2024-09-17
drm/i915: add i9xx_display_irq_reset()
Jani Nikula
1
-1
/
+12
2024-09-05
drm/i915: use IS_ENABLED() instead of defined() on config options
Jani Nikula
1
-1
/
+1
2024-09-05
drm/i915/display: pass display to intel_crtc_for_pipe()
Jani Nikula
1
-3
/
+6
2024-09-05
drm/i915/display: include drm/drm_vblank.h where needed
Jani Nikula
1
-0
/
+2
2024-09-03
drm/i915/dp: convert intel_dp_aux.[ch] to struct intel_display
Jani Nikula
1
-5
/
+8
2024-08-29
drm/i915/dsb: Hook up DSB error interrupts
Ville Syrjälä
1
-0
/
+17
2024-08-12
drm/i915/bios: convert to struct intel_display
Jani Nikula
1
-1
/
+2
2024-08-12
drm/i915/opregion: convert to struct intel_display
Jani Nikula
1
-7
/
+17
2024-08-12
drm/i915/bmg: Read display register timeout
Mitul Golani
1
-1
/
+8
2024-06-20
drm/i915: Add flip done tracepoint
Ville Syrjälä
1
-0
/
+1
2024-06-19
drm/i915: Enable plane/pipeDMC ATS fault interrupts on mtl
Ville Syrjälä
1
-0
/
+10
2024-06-19
drm/i915: Enable pipeDMC fault interrupts on tgl+
Ville Syrjälä
1
-2
/
+13
2024-06-19
drm/i915: Nuke the intermediate pipe fault bitmasks
Ville Syrjälä
1
-4
/
+22
2024-06-07
drm/i915: pass dev_priv explicitly to TRANS_DDI_FUNC_CTL2
Jani Nikula
1
-1
/
+2
2024-06-07
drm/i915: pass dev_priv explicitly to TRANS_DDI_FUNC_CTL
Jani Nikula
1
-1
/
+2
2024-06-07
drm/i915: pass dev_priv explicitly to PIPESTAT
Jani Nikula
1
-4
/
+5
2024-06-07
drm/i915: pass dev_priv explicitly to PORT_HOTPLUG_STAT
Jani Nikula
1
-1
/
+1
2024-06-05
drm/i915: Add a separate definition for PIPE_CRC_RES_HSW
Ville Syrjälä
1
-1
/
+1
2024-06-05
drm/i915: Switch PIPE_CRC_RES_*_IVB to _MMIO_PIPE()
Ville Syrjälä
1
-6
/
+6
2024-06-05
drm/i915: Extract intel_pipe_crc_regs.h
Ville Syrjälä
1
-0
/
+1
2024-05-08
drm/i915: pass dev_priv explicitly to PIPE_CRC_*
Jani Nikula
1
-11
/
+13
2024-05-06
drm/i915: pass dev_priv explicitly to TRANS_PSR_IIR
Jani Nikula
1
-3
/
+7
2024-05-06
drm/i915: pass dev_priv explicitly to TRANS_PSR_IMR
Jani Nikula
1
-1
/
+3
2024-04-09
drm/i915: move pipestat_irq_mask to display substruct
Jani Nikula
1
-7
/
+7
2024-04-09
drm/i915: move de_irq_mask to display substruct
Jani Nikula
1
-8
/
+9
2024-04-09
drm/i915: move display_irqs_enabled to display substruct
Jani Nikula
1
-7
/
+7
2024-04-09
drm/i915: move vblank_enabled to display substruct
Jani Nikula
1
-6
/
+6
2024-01-16
drm/i915/opregion: abstract ASLE presence check
Jani Nikula
1
-3
/
+3
2024-01-05
drm/i915/irq: use DISPLAY_VER instead of GRAPHICS_VER
Jani Nikula
1
-1
/
+1
2024-01-03
drm/i915/mtl: Add fake PCH for Meteor Lake
Haridhar Kalvala
1
-1
/
+1
[next]