powerpc/fsl-booke: Fix the miss interrupt restore
[h-e-n] / drivers / gpu /
2008-12-09 Keith Packarddrm/i915: Disable the GM965 MSI errata workaround.
2008-12-09 Owain Ainsworthdrm/i915: Don't return error in evict_everything when...
2008-12-09 Dave Airliedrm/radeon: don't actually enable the IRQ regs until...
2008-12-04 Eric Anholtdrm/i915: Return error in i915_gem_set_to_gtt_domain...
2008-12-04 Keith Packarddrm/i915: Retry execbuffer pinning after clearing the GTT
2008-12-04 Keith Packarddrm/i915: Move the execbuffer domain computations together
2008-12-04 Keith Packarddrm/i915: Rename object_set_domain to object_set_to_gpu...
2008-12-04 Eric Anholtdrm/i915: Make a single set-to-cpu-domain path and...
2008-12-04 Eric Anholtdrm/i915: Make a single set-to-gtt-domain path.
2008-12-04 Eric Anholtdrm/i915: If interrupted while setting object domains...
2008-12-04 Eric Anholtdrm/i915: Move flushing list cleanup from flush request...
2008-12-04 Eric Anholtdrm/i915: Respect GM965/GM45 bit-17-instead-of-bit...
2008-12-02 Andrew Mortondrivers/gpu/drm/i915/i915_irq.c: fix warning
2008-12-01 Eric Anholtdrm/i915: Fix copy'n'pasteo that broke VT switch if...
2008-11-26 Peng Lidrm/i915: Save/restore HWS_PGA on suspend/resume
2008-11-24 Keith Packarddrm: move drm vblank initialization/cleanup to driver...
2008-11-24 Keith Packarddrm/i915: execbuffer pins objects, no need to ensure...
2008-11-24 Keith Packarddrm/i915: Always read pipestat in irq_handler
2008-11-24 Keith Packarddrm/i915: Subtract total pinned bytes from available...
2008-11-24 Eric Anholtdrm/i915: Avoid BUG_ONs on VT switch with a wedged...
2008-11-24 Eric Anholtdrm/i915: Remove IMR masking during interrupt handler...
2008-11-24 Keith Packarddrm/i915: Manage PIPESTAT to control vblank interrupts...
2008-11-11 Keith Packarddrm/i915: Move legacy breadcrumb out of the reserved...
2008-11-11 Dave Airliedrm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA
2008-11-11 Dave Airliedrm/radeon: map registers at load time
2008-11-11 Eric Anholtdrm: Remove infrastructure for supporting i915's vblank...
2008-11-11 Eric Anholti915: Remove racy delayed vblank swap ioctl.
2008-11-11 Eric Anholti915: Don't whine when pci_enable_msi() fails.
2008-11-11 Owen Taylori915: Don't attempt to short-circuit object_wait_render...
2008-11-11 Keith Packardi915: Clean up sarea pointers on leavevt
2008-11-11 Keith Packardi915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45
2008-11-03 Linus TorvaldsMerge branch 'io-mappings-for-linus-2' of git://git...
2008-11-03 Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2008-11-03 Eric Anholti915: Add GEM ioctl to get available aperture size.
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-31 Keith Packardi915: use io-mapping interfaces instead of a variety...
2008-10-27 Alex Deucherdrm/radeon: fixup further bus mastering confusion.
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 Eric Anholtdrm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle...
2008-10-23 Eric Anholtdrm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW.
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 Linus Torvaldsi915: Fix format string warnings on x86-64.
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 Zhenyu Wangdrm: fix leak of cliprects in drm_rmdraw()
2008-10-23 Keith Packardi915: Disable MSI on GM965 (errata says it doesn't...
2008-10-23 Zhenyu Wangdrm: Set cliprects to NULL when changing drawable to...
2008-10-23 Keith Packardi915: Protect vblank IRQ reg access with spinlock
2008-10-20 Hugh DickinsExport tiny shmem_file_setup for DRM-GEM
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-20 Linus TorvaldsFix sprintf format warnings in drm_proc.c
2008-10-17 Matthias Hopfdrm/i915: fix ioremap of a user address for non-root...
2008-10-17 Dave Airliedrm: make CONFIG_DRM depend on CONFIG_SHMEM.
2008-10-17 Alex Deucherradeon: fix PCI bus mastering support enables.
2008-10-17 Alex Deucherradeon: add RS400 family support.
2008-10-17 Alex Deucherdrm/radeon: add support for RS740 IGP chipsets.
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 Jesse Barnesdrm: kill drm_device->irq
2008-10-17 Dave Airliedrm: wbinvd is cache coherent.
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 Eric AnholtDRM: Return -EBADF on bad object in flink, and return...
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 David Howellsdrm/cred: wrap task credential accesses in the drm...
2008-10-17 Jesse Barnesnew chip name is GM45
2008-10-17 Jesse Barnesseparate i915 suspend/resume functions into their own...
2008-10-17 Dave Airlieradeon: fix writeback across suspend/resume.
2008-10-17 Dave Airliedrm: fix sysfs error path.
2008-10-17 Adrian BunkFB_SIS=m, DRM_SIS=y is not a legal configuration.
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-17 David HowellsSiS DRM: fix a pointer cast warning
2008-10-17 David HowellsSiS DRM: fix the memory allocator if the SIS FB is...
2008-10-16 Harvey Harrisonmisc: replace __FUNCTION__ with __func__
2008-08-31 Dave Airliedrm/radeon: downgrade debug message from info to debug.
2008-08-27 Linus TorvaldsMerge branch 'drm-patches' of git://git./linux/kernel...
2008-08-24 Dave Airliedrm: don't set the signal blocker on the master process.
next