summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+12
2012-12-06drm/i915: Close race between processing unpin task and queueing the flipChris Wilson1-1/+3
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
2012-09-10drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter1-3/+0
2012-09-03drm/ips: move drps/ips/ilk related variables into dev_priv->ipsDaniel Vetter1-10/+10
2012-09-03drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS blockDaniel Vetter1-30/+29
2012-08-24drm/i915: Use new INSTDONE registers (Gen7+)Ben Widawsky1-17/+26
2012-08-24drm/i915: Extract reading INSTDONEBen Widawsky1-19/+31
2012-08-22drm/i915: Add ERR_INT to gen7 error stateBen Widawsky1-0/+3
2012-08-21drm/i915: Track unbound pagesChris Wilson1-2/+2
2012-08-17Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter1-1/+0
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson1-4/+5
2012-08-09drm/i915: fix up ilk drps/ips lockingDaniel Vetter1-1/+11
2012-08-09drm/i915: DE_PCU_EVENT irq is ilk-onlyDaniel Vetter1-5/+5
2012-08-09drm/i915: move all rps state into dev_priv->rpsDaniel Vetter1-16/+16
2012-07-26Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-0/+1
2012-07-25drm/i915: Macro to determine DPF supportBen Widawsky1-1/+1
2012-07-25drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson1-2/+3
2012-07-20drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson1-0/+1
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie1-1/+0
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter1-3/+35
2012-06-23drm/i915: rip out the PM_IIR WARNDaniel Vetter1-1/+0
2012-06-21drm/i915: support page flipping on ValleyViewJesse Barnes1-51/+46
2012-06-14drm/i915: add ccid to error stateBen Widawsky1-0/+1
2012-06-07drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handlerAdam Jackson1-3/+35
2012-06-01Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter1-30/+7
2012-06-01drm/i915: initialize the parity work only onceDaniel Vetter1-4/+1
2012-06-01drm/i915: ivybridge_handle_parity_error should be staticDaniel Vetter1-1/+1
2012-05-31drm/i915: enable parity error interruptsBen Widawsky1-2/+2
2012-05-31drm/i915: Dynamic Parity Detection handlingBen Widawsky1-0/+86
2012-05-24drm/i915: Always update RPS interrupts thresholds along with frequencyChris Wilson1-30/+7
2012-05-21drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4xChris Wilson1-6/+13