aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2009-09-21drm/i915: framebuffer compression for GM45+Jesse Barnes
2009-09-21drm/i915: split display functions by chip typeJesse Barnes
2009-09-17drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson
2009-09-17drm/i915: Register a shrinker to free inactive lists under memory pressureChris Wilson
2009-09-17drm/i915: Remove stored gtt_alignmentChris Wilson
2009-09-17drm/i915: fix startup hang on some non-mobile platformsJesse Barnes
2009-09-17drm/i915: fix suspend/resume breakage in lid notifierJesse Barnes
2009-09-17drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari
2009-09-17drm/i915: Implement GPU reset on i965Ben Gamari
2009-09-17drm/i915: Add hangcheck timerBen Gamari
2009-09-17drm/i915: make i915_seqno_passed non-staticBen Gamari
2009-09-17drm/i915: Refactor save/restore codeBen Gamari
2009-09-10drm/i915: framebuffer compression for pre-GM45Jesse Barnes
2009-09-10drm/i915: force mode set at lid open timeJesse Barnes
2009-09-10Add G33 series in VGA hotplug support categoryLi Peng
2009-09-08drm/i915: add B43 chipset supportFabian Henze
2009-09-08drm/i915: get the bridge device once.Dave Airlie
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson
2009-09-04drm/i915: add dynamic clock frequency controlJesse Barnes
2009-09-04drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari
2009-08-29drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)
2009-08-29drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt
2009-07-29drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang
2009-07-13drm/i915: refactor error detection & collectionJesse Barnes
2009-07-10drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt
2009-07-07drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari
2009-07-07drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang
2009-07-01drm/i915: add FIFO watermark supportShaohua Li
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes
2009-06-18drm/i915: Add Display Port supportKeith Packard
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson
2009-06-18drm/i915: Install fence register for tiled scanout on i915Chris Wilson
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang
2009-06-09drm/i915: enable MCHBAR if neededJesse Barnes
2009-06-05drm/i915: parse VBT general definition block to get the SDVO device infoyakui_zhao
2009-06-05drm/i915: Add chipset/feature defines for for new chipsetsZhenyu Wang
2009-06-04drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt
2009-06-04drm/i915: Save/restore cursor state on suspend/resume.Eric Anholt
2009-05-22drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling
2009-05-14drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.Ma Ling
2009-04-30drm/i915: save/restore fence registers across suspend/resumeKeith Packard
2009-04-30drm/i915: x86 always has writeq. Add I915_READ64 for symmetry.Keith Packard
2009-04-21drm/i915: add support for G41 chipsetZhenyu Wang
2009-04-17drm/i915: Unregister ACPI video driver when exitingMatthew Garrett
2009-04-14Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-04-08drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt
2009-04-08drm/i915: Implement batch and ring buffer dumpingBen Gamari
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-04-01drm/i915: Add a spinlock to protect the active_listCarl Worth