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
2016-10-12
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
1
-2
/
+2
2016-10-03
drm/i915: Use correct index for backtracking HUNG semaphores
Chris Wilson
1
-4
/
+4
2016-09-21
drm/i915: Restore current RPS state after reset
Chris Wilson
1
-0
/
+6
2016-09-21
drm/i915: Try to print INSTDONE bits for all slice/subslice
Ben Widawsky
1
-6
/
+19
2016-09-21
drm/i915: Cleanup instdone collection
Ben Widawsky
1
-21
/
+48
2016-09-15
drm/i915: clarify PMINTRMSK/pm_intr_keep usage
Dave Gordon
1
-2
/
+2
2016-09-09
drm/i915: Avoid incrementing hangcheck whilst waiting for external fence
Chris Wilson
1
-4
/
+0
2016-09-09
drm/i915: Ignore valid but unknown semaphores
Chris Wilson
1
-3
/
+6
2016-09-09
drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
Chris Wilson
1
-13
/
+18
2016-09-09
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
1
-0
/
+2
2016-09-09
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
1
-57
/
+46
2016-08-27
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
1
-1
/
+2
2016-08-22
drm/i915: Ignore stuck requests when considering hangs
Chris Wilson
1
-1
/
+3
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
1
-25
/
+1
2016-08-05
drm/i915: Use drm official vblank_no_hw_counter callback.
Rodrigo Vivi
1
-7
/
+2
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-8
/
+1
2016-08-03
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-7
/
+7
2016-07-27
drm/i915: Update a couple of hangcheck comments to talk about engines
Chris Wilson
1
-3
/
+3
2016-07-20
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
1
-4
/
+6
2016-07-14
drm/i915: Define a separate variable and control for RPS waitboost frequency
Chris Wilson
1
-4
/
+5
2016-07-07
drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.
Rodrigo Vivi
1
-2
/
+2
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
1
-6
/
+6
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-18
/
+18
2016-07-05
drm/i915: Clean up GPU hang message
Chris Wilson
1
-15
/
+26
2016-07-05
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
Chris Wilson
1
-1
/
+1
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-46
/
+46
2016-07-04
drm/i915: Flush the RPS bottom-half when the GPU idles
Chris Wilson
1
-20
/
+12
2016-07-04
drm/i915: Only start retire worker when idle
Chris Wilson
1
-12
/
+3
2016-07-01
drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
Chris Wilson
1
-3
/
+0
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
1
-4
/
+4
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
1
-0
/
+1
2016-07-01
drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
Chris Wilson
1
-7
/
+3
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
1
-2
/
+2
2016-07-01
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
1
-11
/
+9
2016-07-01
drm/i915: Separate GPU hang waitqueue from advance
Chris Wilson
1
-15
/
+4
2016-07-01
drm/i915: Make queueing the hangcheck work inline
Chris Wilson
1
-17
/
+0
2016-07-01
drm/i915: Remove the dedicated hangcheck workqueue
Chris Wilson
1
-3
/
+4
2016-07-01
drm/i915: Delay queuing hangcheck to wait-request
Chris Wilson
1
-6
/
+4
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
1
-3
/
+4
2016-06-01
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
Sagar Arun Kamble
1
-13
/
+15
2016-05-25
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
1
-22
/
+98
2016-05-23
drm/i915: Enable GSE interrupt on BDW+
Ville Syrjälä
1
-0
/
+2
2016-05-19
drm/i915: Remove cs based page flip support.
Maarten Lankhorst
1
-98
/
+22
2016-05-19
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
Maarten Lankhorst
1
-7
/
+13
2016-05-19
drm/i915: Remove intel_prepare_page_flip, v3.
Maarten Lankhorst
1
-14
/
+4
2016-05-19
drm/i915: Remove intel_finish_page_flip_plane.
Maarten Lankhorst
1
-3
/
+3
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
1
-2
/
+2
2016-05-10
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
1
-3
/
+2
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-42
/
+38
[next]