summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-1/+38
2009-11-02i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds1-1/+1
2009-10-23drm/i915: Ironlake suspend/resume supportZhenyu Wang1-0/+30
2009-10-15drm/i915: save/restore BLC histogram control reg across suspend/resumeJesse Barnes1-0/+1
2009-10-13drm/i915: disable powersave feature for Ironlake currentlyZhenyu Wang1-1/+4
2009-10-13drm/i915: Save and restore the GM45 FBC regs on suspend and resume.Jesse Barnes1-0/+1
2009-10-13drm/i915: Set the LVDS_BORDER when using LVDS scaling modeZhao Yakui1-0/+2
2009-10-13drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li1-1/+1
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson1-0/+2
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+71
2009-09-21drm/i915: framebuffer compression for GM45+Jesse Barnes1-0/+1
2009-09-21drm/i915: split display functions by chip typeJesse Barnes1-0/+20
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+1
2009-09-17drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson1-0/+7
2009-09-17drm/i915: Register a shrinker to free inactive lists under memory pressureChris Wilson1-0/+12
2009-09-17drm/i915: Remove stored gtt_alignmentChris Wilson1-4/+1
2009-09-17drm/i915: fix startup hang on some non-mobile platformsJesse Barnes1-1/+1
2009-09-17drm/i915: fix suspend/resume breakage in lid notifierJesse Barnes1-0/+1
2009-09-17drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari1-1/+1
2009-09-17drm/i915: Implement GPU reset on i965Ben Gamari1-0/+1
2009-09-17drm/i915: Add hangcheck timerBen Gamari1-0/+7
2009-09-17drm/i915: make i915_seqno_passed non-staticBen Gamari1-0/+1
2009-09-17drm/i915: Refactor save/restore codeBen Gamari1-0/+2
2009-09-10drm/i915: framebuffer compression for pre-GM45Jesse Barnes1-0/+12
2009-09-10drm/i915: force mode set at lid open timeJesse Barnes1-0/+2
2009-09-10Add G33 series in VGA hotplug support categoryLi Peng1-1/+1
2009-09-08drm/i915: add B43 chipset supportFabian Henze1-0/+2
2009-09-08drm/i915: get the bridge device once.Dave Airlie1-0/+1
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson1-22/+21
2009-09-04drm/i915: add dynamic clock frequency controlJesse Barnes1-1/+13
2009-09-04drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari1-2/+2
2009-08-29drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)1-0/+1
2009-08-29drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt1-0/+6
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt1-0/+1
2009-07-29drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang1-0/+2
2009-07-13drm/i915: refactor error detection & collectionJesse Barnes1-0/+1
2009-07-10drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt1-0/+1
2009-07-07drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari1-3/+0
2009-07-07drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang1-1/+1
2009-07-01drm/i915: add FIFO watermark supportShaohua Li1-0/+4
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes1-0/+19
2009-06-18drm/i915: Add Display Port supportKeith Packard1-0/+12
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson1-0/+1
2009-06-18drm/i915: Install fence register for tiled scanout on i915Chris Wilson1-0/+1
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang1-0/+5
2009-06-09drm/i915: enable MCHBAR if neededJesse Barnes1-0/+2
2009-06-05drm/i915: parse VBT general definition block to get the SDVO device infoyakui_zhao1-0/+8
2009-06-05drm/i915: Add chipset/feature defines for for new chipsetsZhenyu Wang1-5/+13
2009-06-04drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt1-2/+5
2009-06-04drm/i915: Save/restore cursor state on suspend/resume.Eric Anholt1-0/+8