summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-115/+144
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra1-3/+2
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-26/+38
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson1-7/+4
2010-10-19drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini1-1/+1
2010-10-08drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu1-5/+16
2010-10-01drm/i915: Only print 'generating error event' if we actually areChris Wilson1-2/+3
2010-09-25drm/i915: Adjust hangcheck EIO semanticsChris Wilson1-0/+2
2010-09-25drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-14/+15
2010-09-21drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao1-5/+10
2010-09-21drm/i915: Clean up bo lists on all hung gpusChris Wilson1-13/+5
2010-09-21drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke1-0/+1
2010-09-21drm/i915: Rename graphics reset registers.Kenneth Graunke1-1/+1
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-15/+14
2010-09-14drm/i915: Reduce hangcheck frequencyChris Wilson1-3/+6
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson1-23/+12
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-7/+15
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson1-10/+6
2010-09-09drm/i915: Double check that the wait_request is not pending before warningChris Wilson1-7/+15
2010-09-08drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson1-0/+16
2010-09-08drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson1-3/+3
2010-09-08drm/i915: Compile out error state without DEBUG_FSChris Wilson1-0/+4
2010-09-08drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson1-2/+2
2010-09-08drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson1-4/+4
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth1-2/+49
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-09drm/i915: Wake-up wait_request() from elapsed hang-check (v2)Chris Wilson1-0/+10
2010-08-09drm/i915: Record error batch buffers using iomemChris Wilson1-7/+57
2010-08-09drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson1-0/+3
2010-08-02drm/i915: Include instdone[1] in hangcheckChris Wilson1-15/+23
2010-08-02drm/i915: remove duplicate PIPE*STAT bit definitionsJesse Barnes1-6/+6
2010-08-02drm/i915: remove unused vblank_enable var from i915_driver_irq_handlerJesse Barnes1-6/+2
2010-07-02drm/i915: fix page flip finish vs. prepare on plane BJesse Barnes1-1/+1
2010-07-02drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski1-1/+11
2010-06-19drm/i915: gen3 page flipping fixesJesse Barnes1-4/+12
2010-06-05drm/i915/gen4: Fix interrupt setup orderingAdam Jackson1-27/+23
2010-05-28drm/i915: Only print an message if there was an errorChris Wilson1-14/+24
2010-05-27drm/i915: add power monitoring supportJesse Barnes1-24/+4
2010-05-27drm/i915: implement BSD ring buffer V2Zou Nan hai1-2/+11
2010-05-27drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-17/+28
2010-05-27drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-6/+9
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-6/+6
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt1-33/+2
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+14
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-4/+4
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-2/+1
2010-05-12drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton1-2/+6
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-4/+4
2010-04-23drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes1-4/+4
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-2/+2