V4L/DVB (9493): kconfig patch
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 /
2008-11-03 Linus TorvaldsMerge branch 'io-mappings-for-linus-2' of git://git...
2008-11-03 Eric Anholti915: Add GEM ioctl to get available aperture size.
2008-10-31 Keith Packardi915: use io-mapping interfaces instead of a variety...
2008-10-27 Len Brownbuild fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n
2008-10-23 Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2008-10-23 Keith Packarddrm/i915: use pipes, not planes to label vblank data
2008-10-23 Keith Packarddrm/i915: hold dev->struct_mutex and DRM lock during...
2008-10-23 Eric Anholti915: Don't dereference HWS in /proc debug files when...
2008-10-23 Eric Anholti915: Enable IMR passthrough of vblank events before...
2008-10-23 Eric Anholtdrm: Remove two leaks of vblank reference count in...
2008-10-23 Keith Packardi915: Disable MSI on GM965 (errata says it doesn't...
2008-10-23 Keith Packardi915: Protect vblank IRQ reg access with spinlock
2008-10-20 Thomas Gleixnerfix CONFIG_HIGHMEM compile error in drivers/gpu/drm...
2008-10-20 Linus Torvaldsi915: cleanup coding horrors in i915_gem_gtt_pwrite()
2008-10-17 Matthias Hopfdrm/i915: fix ioremap of a user address for non-root...
2008-10-17 Eric Anholti915: GM45 has GM965-style MCH setup.
2008-10-17 Keith Packardi915: Don't run retire work handler while suspended
2008-10-17 Keith Packardi915: Map status page cached for chips with GTT-based...
2008-10-17 Keith Packardi915: Fix up ring initialization to cover G45 oddities
2008-10-17 Keith Packardi915: Use non-reserved status page index for breadcrumb
2008-10-17 Eric Anholtdrm: Increment dev_priv->irq_received so i915_gem_inter...
2008-10-17 Dave Airliei915: add missing return in error path.
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 Eric Anholtdrm: Use ioremap_wc in i915_driver instead of ioremap...
2008-10-17 Eric Anholtdrm: G33-class hardware has a newer 965-style MCH ...
2008-10-17 Eric Anholtdrm: Avoid oops in GEM execbuffers with bad arguments.
2008-10-17 Kristian Høgsbergi915 gem: install and uninstall irq handler in entervt...
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 Jesse Barnesnew chip name is GM45
2008-10-17 Jesse Barnesseparate i915 suspend/resume functions into their own...
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.