summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
2010-12-05drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson
2010-11-25drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson
2010-11-23drm/i915: Record fence registers on error.Chris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-23drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson
2010-11-22drm/i915: Capture pinned buffers on errorChris Wilson
2010-11-16drm/i915: Convert (void)I915_READ to POSTING_READChris Wilson
2010-11-11drm/i915: Remove the definitions for Primary Ring BufferChris Wilson
2010-11-11drm/i915: Remove the global irq wait queueChris Wilson
2010-11-01drm/i915/debugfs: Report ring in error stateChris Wilson
2010-10-29drm/i915: Record BSD engine error stateChris Wilson
2010-10-29drm/i915: Record BLT engine error stateChris Wilson
2010-10-27drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson
2010-10-27drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson
2010-10-27drm/i915: Fix hangcheck to handle multiple ringsChris Wilson
2010-10-27drm/i915: Propagate errors from writing to ringbufferChris Wilson
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson
2010-10-19drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini
2010-10-08drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu
2010-10-01drm/i915: Only print 'generating error event' if we actually areChris Wilson
2010-09-25drm/i915: Adjust hangcheck EIO semanticsChris Wilson
2010-09-24drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson
2010-09-21drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao
2010-09-21drm/i915: Clean up bo lists on all hung gpusChris Wilson
2010-09-21drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke
2010-09-21drm/i915: Rename graphics reset registers.Kenneth Graunke
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson
2010-09-14drm/i915: Reduce hangcheck frequencyChris Wilson
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson
2010-09-09drm/i915: Double check that the wait_request is not pending before warningChris Wilson
2010-09-08drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson
2010-09-08drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson
2010-09-08drm/i915: Compile out error state without DEBUG_FSChris Wilson
2010-09-08drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson
2010-09-08drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth
2010-08-21drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang
2010-08-09drm/i915: Wake-up wait_request() from elapsed hang-check (v2)Chris Wilson
2010-08-09drm/i915: Record error batch buffers using iomemChris Wilson
2010-08-09drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson
2010-08-01drm/i915: Include instdone[1] in hangcheckChris Wilson
2010-08-01drm/i915: remove duplicate PIPE*STAT bit definitionsJesse Barnes