index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-52
/
+117
2017-02-16
drm/i915/gen9+: Enable hotplug detection early
Imre Deak
1
-19
/
+50
2017-01-25
drm/i915: setup bridge for HDMI LPE audio driver
Jerome Anand
1
-0
/
+16
2017-01-20
drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...
Sagar Arun Kamble
1
-0
/
+6
2017-01-12
drm/i915: Keep i915_handle_error kerneldoc parameters together
Michel Thierry
1
-1
/
+2
2017-01-10
drm/i915: Put "cooked" vlank counters in frame CRC lines
Tomeu Vizoso
1
-3
/
+3
2017-01-10
drm/i915: Use new CRC debugfs API
Tomeu Vizoso
1
-25
/
+52
2016-12-02
drm/i915/glk: Reuse broxton code for geminilake
Ander Conselvan de Oliveira
1
-5
/
+5
2016-11-25
drm/i915/guc: Drop guc2host/host2guc from names
Arkadiusz Hiler
1
-2
/
+2
2016-11-17
drm/i915: dev_priv cleanup in i915_irq.c
Tvrtko Ursulin
1
-14
/
+10
2016-11-11
drm/i915: Further assorted dev_priv cleanups
Tvrtko Ursulin
1
-1
/
+1
2016-11-11
drm/i915: More assorted dev_priv cleanups
Tvrtko Ursulin
1
-3
/
+3
2016-11-02
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
1
-417
/
+0
2016-11-01
drm/i915: Always use intel_get_crtc_for_pipe()
Ville Syrjälä
1
-2
/
+4
2016-11-01
drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()
Ville Syrjälä
1
-2
/
+3
2016-11-01
drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]
Ville Syrjälä
1
-7
/
+5
2016-11-01
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-1
/
+1
2016-10-27
drm/i915: Correct pipe fault reporting string
Tvrtko Ursulin
1
-1
/
+1
2016-10-25
drm/i915: Add stats for GuC log buffer flush interrupts
Akash Goel
1
-0
/
+2
2016-10-25
drm/i915: Handle log buffer flush interrupt event from GuC
Sagar Arun Kamble
1
-1
/
+27
2016-10-25
drm/i915: Support for GuC interrupts
Sagar Arun Kamble
1
-4
/
+52
2016-10-25
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...
Akash Goel
1
-25
/
+50
2016-10-20
drm/i915: Stop reporting error details in dmesg as well as the error-state
Chris Wilson
1
-75
/
+11
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Make INTEL_GEN only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Make HAS_L3_DPF only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_HASWELL only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Make INTEL_DEVID only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
1
-10
/
+10
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-21
/
+25
2016-10-13
drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacks
Chris Wilson
1
-31
/
+28
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-02
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-7
/
+7
[next]