aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-115/+144
|\
| * drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-26/+38
| * drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson2010-10-201-7/+4
| * drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini2010-10-191-1/+1
| * drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu2010-10-081-5/+16
| * drm/i915: Only print 'generating error event' if we actually areChris Wilson2010-10-011-2/+3
| * drm/i915: Adjust hangcheck EIO semanticsChris Wilson2010-09-251-0/+2
| * drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-14/+15
| * drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao2010-09-211-5/+10
| * drm/i915: Clean up bo lists on all hung gpusChris Wilson2010-09-211-13/+5
| * drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke2010-09-211-0/+1
| * drm/i915: Rename graphics reset registers.Kenneth Graunke2010-09-211-1/+1
| * drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-15/+14
| * drm/i915: Reduce hangcheck frequencyChris Wilson2010-09-141-3/+6
| * drm/i915: Use macros to switch between equivalent pipe registersChris Wilson2010-09-111-23/+12
| * Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-09-111-7/+15
| |\
| * | drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-091-10/+6
| * | drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson2010-09-081-0/+16
| * | drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson2010-09-081-3/+3
| * | drm/i915: Compile out error state without DEBUG_FSChris Wilson2010-09-081-0/+4
| * | drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson2010-09-081-2/+2
| * | drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson2010-09-081-4/+4
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-3/+2
| |/ |/|
* | drm/i915: Double check that the wait_request is not pending before warningChris Wilson2010-09-091-7/+15
|/
* drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth2010-09-071-2/+49
* drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang2010-08-211-1/+6
* drm/i915: Wake-up wait_request() from elapsed hang-check (v2)Chris Wilson2010-08-091-0/+10
* drm/i915: Record error batch buffers using iomemChris Wilson2010-08-091-7/+57
* drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson2010-08-091-0/+3
* drm/i915: Include instdone[1] in hangcheckChris Wilson2010-08-011-15/+23
* drm/i915: remove duplicate PIPE*STAT bit definitionsJesse Barnes2010-08-011-6/+6
* drm/i915: remove unused vblank_enable var from i915_driver_irq_handlerJesse Barnes2010-08-011-6/+2
* drm/i915: fix page flip finish vs. prepare on plane BJesse Barnes2010-07-011-1/+1
* drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski2010-07-011-1/+11
* drm/i915: gen3 page flipping fixesJesse Barnes2010-06-181-4/+12
* drm/i915/gen4: Fix interrupt setup orderingAdam Jackson2010-06-041-27/+23
* drm/i915: Only print an message if there was an errorChris Wilson2010-05-281-14/+24
* drm/i915: add power monitoring supportJesse Barnes2010-05-261-24/+4
* drm/i915: implement BSD ring buffer V2Zou Nan hai2010-05-261-2/+11
* drm/i915: convert some gem structures to per-ring V2Zou Nan hai2010-05-261-17/+28
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-6/+9
* drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt2010-05-261-6/+6
* drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt2010-05-261-33/+2
* Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-9/+14
|\
| * Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie2010-05-191-4/+4
| |\
| | * Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-05-101-4/+4
| | |\
| * | | drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-2/+1
| |/ /
| * | drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-2/+2
| * | Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-0/+1
| |\ \
| | * | drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-0/+1