Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_dma.c
2009-02-08 Jesse Barnesdrm/i915: add get_vblank_counter function for GM45
2009-02-08 Eric Anholtdrm/i915: Quiet the message on get/setparam ioctl with...
2009-02-08 Jesse Barnesdrm/i915: add fence register management to execbuf
2009-02-08 Eric Anholtdrm/i915: Set up an MTRR covering the GTT at driver...
2009-01-22 Jesse Barnesdrm/i915: Fix cursor physical address choice to match...
2009-01-22 Jesse Barnesdrm/i915: remove unnecessary debug output in KMS init
2009-01-16 Dave Airliedrm/i915: add support for physical memory objects
2009-01-12 Dave Airliedrm/i915: setup sarea properly in master_priv
2009-01-07 Eric Anholtdrm/i915: Respect the other stolen memory sizes we...
2008-12-29 Dave Airliedrm/i915: fix modeset devname allocation + agp init...
2008-12-29 Eric Anholtdrm/i915: Delete unused, pointless i915_driver_firstopen.
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: make symbols static
2008-12-29 Eric Anholtdrm/i915: Fix stolen memory detection on G45 and GM45.
2008-12-29 Jesse BarnesDRM: i915: add mode setting support
2008-12-29 Jesse Barnesdrm/i915: add GEM GTT mapping support
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-19 Dave Airliedrm/i915: GEM on PAE has problems - disable it for...
2008-12-09 Keith Packarddrm/i915: Disable the GM965 MSI errata workaround.
2008-11-24 Keith Packarddrm: move drm vblank initialization/cleanup to driver...
2008-11-11 Keith Packarddrm/i915: Move legacy breadcrumb out of the reserved...
2008-11-11 Eric Anholti915: Don't whine when pci_enable_msi() fails.
2008-11-11 Keith Packardi915: Clean up sarea pointers on leavevt
2008-11-03 Eric Anholti915: Add GEM ioctl to get available aperture size.
2008-10-23 Keith Packardi915: Disable MSI on GM965 (errata says it doesn't...
2008-10-17 Matthias Hopfdrm/i915: fix ioremap of a user address for non-root...
2008-10-17 Dave Airliei915: fixup permissions on gem ioctls.
2008-10-17 Eric Anholtdrm: Clean up many sparse warnings in i915.
2008-10-17 Kristian Høgsbergi915: Make use of sarea_priv conditional.
2008-10-17 Eric Anholti915: Use struct_mutex to protect ring in GEM mode.
2008-10-17 Kristian Høgsbergi915: Add chip set ID param.
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...
2008-10-17 Jesse Barnesdrm: Rework vblank-wait handling to allow interrupt...
2008-10-17 Matthew GarrettAdd Intel ACPI IGD OpRegion support
2008-10-17 Keith Packardi915: Initialize hardware status page at device load...
2008-10-17 Keith Packardi915: Track progress inside of batchbuffers for determi...
2008-10-17 Eric Anholti915: Add support for MSI and interrupt mitigation.
2008-10-17 Jesse Barnesi915: Use more consistent names for regs, and store...
2008-10-17 Keith Packardi915: Ignore X server provided mmio address
2008-10-17 Keith Packardi915: remove settable use_mi_batchbuffer_start
2008-10-16 Harvey Harrisonmisc: replace __FUNCTION__ with __func__
2008-07-14 Dave Airliedrm: reorganise drm tree to be more future proof.