aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-6/+71
|\
| * drm/i915: framebuffer compression for GM45+Jesse Barnes2009-09-211-0/+1
| * drm/i915: split display functions by chip typeJesse Barnes2009-09-211-0/+20
| * drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson2009-09-171-0/+7
| * drm/i915: Register a shrinker to free inactive lists under memory pressureChris Wilson2009-09-171-0/+12
| * drm/i915: Remove stored gtt_alignmentChris Wilson2009-09-171-4/+1
| * drm/i915: fix startup hang on some non-mobile platformsJesse Barnes2009-09-171-1/+1
| * drm/i915: fix suspend/resume breakage in lid notifierJesse Barnes2009-09-171-0/+1
| * drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari2009-09-171-1/+1
| * drm/i915: Implement GPU reset on i965Ben Gamari2009-09-171-0/+1
| * drm/i915: Add hangcheck timerBen Gamari2009-09-171-0/+7
| * drm/i915: make i915_seqno_passed non-staticBen Gamari2009-09-171-0/+1
| * drm/i915: Refactor save/restore codeBen Gamari2009-09-171-0/+2
| * drm/i915: framebuffer compression for pre-GM45Jesse Barnes2009-09-101-0/+12
| * drm/i915: force mode set at lid open timeJesse Barnes2009-09-101-0/+2
| * Add G33 series in VGA hotplug support categoryLi Peng2009-09-101-1/+1
| * drm/i915: add B43 chipset supportFabian Henze2009-09-081-0/+2
* | drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie2009-09-211-0/+1
|/
* drm/i915: get the bridge device once.Dave Airlie2009-09-081-0/+1
* drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson2009-09-061-22/+21
* drm/i915: add dynamic clock frequency controlJesse Barnes2009-09-041-1/+13
* drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari2009-09-041-2/+2
* drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)2009-08-291-0/+1
* drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2009-08-291-0/+6
* drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-051-0/+1
* drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang2009-07-291-0/+2
* drm/i915: refactor error detection & collectionJesse Barnes2009-07-131-0/+1
* drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt2009-07-101-0/+1
* drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari2009-07-071-3/+0
* drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang2009-07-071-1/+1
* drm/i915: add FIFO watermark supportShaohua Li2009-07-011-0/+4
* drm/i915: enable error detection & state collectionJesse Barnes2009-07-011-0/+19
* drm/i915: Add Display Port supportKeith Packard2009-06-181-0/+12
* drm/i915: Clear fence register on tiling stride change.Chris Wilson2009-06-181-0/+1
* drm/i915: Install fence register for tiled scanout on i915Chris Wilson2009-06-181-0/+1
* drm/i915: handle interrupt on new chipsetZhenyu Wang2009-06-091-0/+5
* drm/i915: enable MCHBAR if neededJesse Barnes2009-06-091-0/+2
* drm/i915: parse VBT general definition block to get the SDVO device infoyakui_zhao2009-06-051-0/+8
* drm/i915: Add chipset/feature defines for for new chipsetsZhenyu Wang2009-06-051-5/+13
* drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt2009-06-041-2/+5
* drm/i915: Save/restore cursor state on suspend/resume.Eric Anholt2009-06-041-0/+8
* drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling2009-05-221-1/+2
* drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.Ma Ling2009-05-141-1/+2
* drm/i915: save/restore fence registers across suspend/resumeKeith Packard2009-04-301-0/+1
* drm/i915: x86 always has writeq. Add I915_READ64 for symmetry.Keith Packard2009-04-301-6/+1
* drm/i915: add support for G41 chipsetZhenyu Wang2009-04-211-1/+3
* drm/i915: Unregister ACPI video driver when exitingMatthew Garrett2009-04-171-2/+2
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-141-0/+7
|\
| * drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt2009-04-081-0/+5
| * drm/i915: Implement batch and ring buffer dumpingBen Gamari2009-04-081-0/+2