index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: dev_priv cleanup in i915_irq.c
Tvrtko Ursulin
2016-11-17
1
-14
/
+10
*
drm/i915: Further assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+1
*
drm/i915: More assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-3
/
+3
*
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
2016-11-02
1
-417
/
+0
*
drm/i915: Always use intel_get_crtc_for_pipe()
Ville Syrjälä
2016-11-01
1
-2
/
+4
*
drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()
Ville Syrjälä
2016-11-01
1
-2
/
+3
*
drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]
Ville Syrjälä
2016-11-01
1
-7
/
+5
*
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
2016-11-01
1
-1
/
+1
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Correct pipe fault reporting string
Tvrtko Ursulin
2016-10-27
1
-1
/
+1
*
drm/i915: Add stats for GuC log buffer flush interrupts
Akash Goel
2016-10-25
1
-0
/
+2
*
drm/i915: Handle log buffer flush interrupt event from GuC
Sagar Arun Kamble
2016-10-25
1
-1
/
+27
*
drm/i915: Support for GuC interrupts
Sagar Arun Kamble
2016-10-25
1
-4
/
+52
*
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...
Akash Goel
2016-10-25
1
-25
/
+50
*
drm/i915: Stop reporting error details in dmesg as well as the error-state
Chris Wilson
2016-10-20
1
-75
/
+11
*
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make INTEL_GEN only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make HAS_L3_DPF only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_HASWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make INTEL_DEVID only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-10
/
+10
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-21
/
+25
*
drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacks
Chris Wilson
2016-10-13
1
-31
/
+28
*
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
2016-10-12
1
-2
/
+2
*
drm/i915: Use correct index for backtracking HUNG semaphores
Chris Wilson
2016-10-03
1
-4
/
+4
*
drm/i915: Restore current RPS state after reset
Chris Wilson
2016-09-21
1
-0
/
+6
*
drm/i915: Try to print INSTDONE bits for all slice/subslice
Ben Widawsky
2016-09-21
1
-6
/
+19
*
drm/i915: Cleanup instdone collection
Ben Widawsky
2016-09-21
1
-21
/
+48
*
drm/i915: clarify PMINTRMSK/pm_intr_keep usage
Dave Gordon
2016-09-15
1
-2
/
+2
*
drm/i915: Avoid incrementing hangcheck whilst waiting for external fence
Chris Wilson
2016-09-09
1
-4
/
+0
*
drm/i915: Ignore valid but unknown semaphores
Chris Wilson
2016-09-09
1
-3
/
+6
*
drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
Chris Wilson
2016-09-09
1
-13
/
+18
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-0
/
+2
*
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
2016-09-09
1
-57
/
+46
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
1
-1
/
+2
*
drm/i915: Ignore stuck requests when considering hangs
Chris Wilson
2016-08-22
1
-1
/
+3
*
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
1
-25
/
+1
*
drm/i915: Use drm official vblank_no_hw_counter callback.
Rodrigo Vivi
2016-08-05
1
-7
/
+2
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-8
/
+1
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-7
/
+7
*
drm/i915: Update a couple of hangcheck comments to talk about engines
Chris Wilson
2016-07-27
1
-3
/
+3
*
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
2016-07-20
1
-4
/
+6
*
drm/i915: Define a separate variable and control for RPS waitboost frequency
Chris Wilson
2016-07-14
1
-4
/
+5
*
drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.
Rodrigo Vivi
2016-07-07
1
-2
/
+2
*
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-06
1
-6
/
+6
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-18
/
+18
*
drm/i915: Clean up GPU hang message
Chris Wilson
2016-07-05
1
-15
/
+26
*
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
Chris Wilson
2016-07-05
1
-1
/
+1
[next]