index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-11
drm/i915/bdw: make sure south port interrupts are enabled properly v2
Jesse Barnes
1
-0
/
+2
2013-11-10
Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...
Dave Airlie
1
-0
/
+375
2013-11-08
drm/i915: Mask the vblank interrupt on bdw by default
Daniel Vetter
1
-8
/
+8
2013-11-08
drm/i915: Wire up cpu fifo underrun reporting support for bdw
Daniel Vetter
1
-0
/
+25
2013-11-08
drm/i915: Optimize gen8_enable|disable_vblank functions
Daniel Vetter
1
-12
/
+6
2013-11-08
drm/i915: Wire up pipe CRC support for bdw
Daniel Vetter
1
-0
/
+4
2013-11-08
drm/i915: Wire up PCH interrupts for bdw
Daniel Vetter
1
-0
/
+16
2013-11-08
drm/i915: Wire up port A aux channel
Daniel Vetter
1
-2
/
+17
2013-11-08
drm/i915: Fix up the bdw pipe interrupt enable lists
Daniel Vetter
1
-4
/
+6
2013-11-08
drm/i915: Optimize pipe irq handling on bdw
Daniel Vetter
1
-21
/
+19
2013-11-08
drm/i915/bdw: Implement interrupt changes
Ben Widawsky
1
-0
/
+321
2013-11-08
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
1
-83
/
+128
2013-11-06
drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLV
Jesse Barnes
1
-1
/
+1
2013-11-06
drm/intel: Push get_scanout_position() timestamping into kms driver.
Mario Kleiner
1
-11
/
+43
2013-10-30
drm/i915: refactor ilk display interrupt handling
Daniel Vetter
1
-29
/
+21
2013-10-30
drm/i915: use enum pipe consistently in i915_irq.c
Daniel Vetter
1
-18
/
+19
2013-10-30
drm/i915: handle faked missed interrupts as simulated hangs, too
Daniel Vetter
1
-2
/
+6
2013-10-25
Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-53
/
+245
2013-10-22
drm/sysfs: sort out minor and connector device object lifetimes.
Dave Airlie
1
-4
/
+4
2013-10-22
drm/i915: Use a spin lock to protect the pipe crc struct
Damien Lespiau
1
-3
/
+9
2013-10-21
drm/i915: bikeshed the pipe CRC irq functions a bit
Daniel Vetter
1
-34
/
+37
2013-10-21
drm/i915: Enable CRC interrupts on pre-gen5/vlv
Daniel Vetter
1
-1
/
+20
2013-10-21
drm/i915: Wire up CRC interrupts for pre-gen5/vlv
Daniel Vetter
1
-6
/
+16
2013-10-21
drm/i915: Adjust CRC capture for pre-gen5/vlv
Daniel Vetter
1
-9
/
+19
2013-10-18
drm/i915: crc support for hsw
Daniel Vetter
1
-19
/
+25
2013-10-18
drm/i915: use ->get_vblank_counter for the crc frame counter
Daniel Vetter
1
-6
/
+4
2013-10-18
drm/i915: wire up CRC interrupt for ilk/snb
Daniel Vetter
1
-2
/
+24
2013-10-18
drm/i915: extract display_pipe_crc_update
Daniel Vetter
1
-7
/
+23
2013-10-16
drm/i915: static inline for dummy crc functions
Daniel Vetter
1
-1
/
+1
2013-10-16
drm/i915: Implement blocking read for pipe CRC files
Damien Lespiau
1
-0
/
+2
2013-10-16
drm/i915: Warn if we receive an interrupt after freeing the buffer
Damien Lespiau
1
-0
/
+5
2013-10-16
drm/i915: Sample the frame counter instead of a timestamp for CRCs
Damien Lespiau
1
-6
/
+2
2013-10-16
drm/i915: Keep the CRC values into a circular buffer
Damien Lespiau
1
-4
/
+15
2013-10-16
drm/i915: Expose latest 200 CRC value for pipe through debugfs
Shuang He
1
-0
/
+35
2013-10-14
drm/i915: Don't pretend that gen2 has a hardware frame counter
Ville Syrjälä
1
-1
/
+10
2013-10-14
drm/i915: Fix gen2 scanout position readout
Ville Syrjälä
1
-6
/
+15
2013-10-14
drm/i915: Improve the accuracy of get_scanout_pos on CTG+
Ville Syrjälä
1
-0
/
+53
2013-10-14
drm/i915: Fix scanoutpos calculations
Ville Syrjälä
1
-14
/
+25
2013-10-14
drm/i915: Skip register reads in i915_get_crtc_scanoutpos()
Ville Syrjälä
1
-26
/
+17
2013-10-12
drm/i915: Fix pre-CTG vblank counter
Ville Syrjälä
1
-5
/
+31
2013-10-10
drm/i915: Capture the initial error-state when kicking stuck rings
Chris Wilson
1
-0
/
+2
2013-10-03
drm/i915: Tweak RPS thresholds to more aggressively downclock
Chris Wilson
1
-13
/
+33
2013-10-03
drm/i915: Boost RPS frequency for CPU stalls
Chris Wilson
1
-11
/
+0
2013-10-03
drm/i915: Fix __wait_seqno to use true infinite timeouts
Chris Wilson
1
-4
/
+7
2013-10-01
drm/i915: Move the conditional seqno query into the tracepoint
Chris Wilson
1
-1
/
+1
2013-09-24
Merge tag 'v3.12-rc2' into drm-intel-next
Daniel Vetter
1
-15
/
+61
2013-09-20
drm/i915: don't disable ERR_INT on the IRQ handler
Paulo Zanoni
1
-19
/
+0
2013-09-19
drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF
Ben Widawsky
1
-2
/
+2
2013-09-19
drm/i915: Add second slice l3 remapping
Ben Widawsky
1
-31
/
+58
2013-09-17
drm/i915: only report hpd connector status change when it actually changed
Jani Nikula
1
-4
/
+10
[next]