summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05drm/i915: also disable south interrupts when handling themPaulo Zanoni1-2/+24
2013-02-15drm/i915: add ibx_irq_postinstallPaulo Zanoni1-43/+25
2013-02-15drm/i915: unify HDMI/DP hpd definitionsDaniel Vetter1-18/+18
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie1-0/+11
2013-01-31drm/i915: Error state should print /sys/kernel/debugBen Widawsky1-1/+2
2013-01-21drm/i915: clarify concurrent hang detect/gpu reset consistencyDaniel Vetter1-2/+13
2013-01-21drm/i915: create a race-free reset detectionDaniel Vetter1-5/+25
2013-01-20drm/i915: clear up wedged transitionsDaniel Vetter1-8/+15
2013-01-20drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter1-3/+3
2013-01-20drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter1-27/+32
2013-01-18drm/i915: Create a gtt structureBen Widawsky1-2/+2
2013-01-18drm/i915: Remove pch_rq_mask from struct drm_i915_private.Egbert Eich1-4/+6
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie1-41/+121
2013-01-15drm/i915: Record DERRMR, FORCEWAKE and RING_CTL in error-stateChris Wilson1-0/+11
2012-12-19drm/i915: BUG() if fences are used on unsupported platformBen Widawsky1-0/+2
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+12
2012-12-11drm/i915: Fixup hpd irq register setup orderingDaniel Vetter1-13/+50
2012-12-08drm/i915: don't prevent CPU idle statesTomas Janousek1-1/+1
2012-12-06drm/i915: Close race between processing unpin task and queueing the flipChris Wilson1-1/+3
2012-12-06drm/i915: be less verbose when handling gmbus/aux irqsPaulo Zanoni1-4/+0
2012-12-06drm/i915: irq-drive the dp aux communicationDaniel Vetter1-0/+6
2012-12-06drm/i915: wire up do aux channel done interruptDaniel Vetter1-5/+23
2012-12-06drm/i915: use the gmbus irq for waitsDaniel Vetter1-0/+4
2012-12-06drm/i915: wire up gmbus irq handlerDaniel Vetter1-4/+20
2012-12-06drm/i915: reorder setup sequence to have irqs for output setupDaniel Vetter1-0/+4
2012-12-06drm/i915: setup the hangcheck timer earlyDaniel Vetter1-0/+3
2012-12-06drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlvDaniel Vetter1-4/+0
2012-12-06drm/i915: haswell has the same irq handlers as ivbDaniel Vetter1-9/+1
2012-12-04drm/i915: fixup sparse warningsDaniel Vetter1-4/+1
2012-12-01drm/i915: Support readback of stolen objects upon errorChris Wilson1-0/+8
2012-11-30drm/i915: optimize ilk/snb irq handlerDaniel Vetter1-6/+7
2012-11-29drm/i915: Include the last semaphore sync point in the error-stateChris Wilson1-0/+2
2012-11-12drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes1-2/+2
2012-11-12drm/i915: extract l3_parity substruct from dev_privDaniel Vetter1-3/+3
2012-10-26drm/i915: convert pipe timing definitions to transcoderPaulo Zanoni1-3/+5
2012-10-26drm/i915: convert PIPECONF to use transcoder instead of pipePaulo Zanoni1-1/+4
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-11/+10
2012-10-17drm/i915: move hpd handling to (ibx|cpt)_irq_handlerDaniel Vetter1-10/+6
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson1-3/+2
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-8/+8
2012-10-04drm/i915: call drm_handle_vblank before finish_page_flipDaniel Vetter1-8/+8
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-75/+119
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-10-02drm/i915: s/DRM_IRQ_ARGS/int irq, void *argDaniel Vetter1-6/+6
2012-09-28drm/i915: Fix SDVO IER and status bits for ValleyviewVijay Purushothaman1-4/+2
2012-09-26drm/i915: limit VLV IRQ enables to those we useJesse Barnes1-13/+5
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-3/+0
2012-09-20drm/i915: Error checks in gen6_set_rpsBen Widawsky1-1/+7
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-11/+14