blackfin: remove __FUNCTION__ in video driver
[safe/jmp/linux-2.6] / drivers / gpu /
2009-01-06 Laurent PinchartCheck fops_get() return value
2008-12-29 Dave Airliedrm/i915: fix modeset devname allocation + agp init...
2008-12-29 Julia Lawalldrm/i915: Remove redundant test in error path.
2008-12-29 Eric Anholtdrm: Add a debug node for vblank state.
2008-12-29 Eric Anholtdrm: Avoid use-before-null-test on dev in drm_cleanup().
2008-12-29 Eric Anholtdrm/i915: Don't print to dmesg when taking signal durin...
2008-12-29 Kristian Høgsbergdrm: pin new and unpin old buffer when setting a mode.
2008-12-29 Hannes Ederdrm/i915: un-EXPORT and make 'intelfb_panic' static
2008-12-29 Eric Anholtdrm/i915: Delete unused, pointless i915_driver_firstopen.
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: returning void-valued...
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: move 'extern' decls...
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: make symbols static
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: declare one-bit bitfield...
2008-12-29 Eric Anholtdrm/i915: Don't double-unpin buffers if we take a signa...
2008-12-29 Eric Anholtdrm/i915: Fix fbcon setup to align display pitch to...
2008-12-29 Kristian H�gsbergdrm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works...
2008-12-29 Jakob Bornecrantzdrm: sanitise drm modesetting API + remove unused hotplug
2008-12-29 Dave Airliedrm: fix allowing master ioctls on non-master fds.
2008-12-29 Dave Airliedrm/radeon: use locked rmmap to remove sarea mapping.
2008-12-29 Dave Airliedrm/radeon: fix missing hunk from the master changes.
2008-12-29 Dave Airliedrm: fix useless gcc unused variable warning
2008-12-29 Dave Airliedrm/radeon: fix warning due to PAGE_SIZE max
2008-12-29 Dave Airliedrm: kconfig have drm core select i2c for kms
2008-12-29 Dave Airliedrm: PAGE_CACHE_WC is x86 only so far
2008-12-29 Dave Airliedrm: pick an 800x600@60HZ mode by default for unknown...
2008-12-29 Eric Anholtdrm/i915: Fix stolen memory detection on G45 and GM45.
2008-12-29 Eric Anholtdrm/i915: Register module dependencies for the modesett...
2008-12-29 Jesse BarnesDRM: i915: add mode setting support
2008-12-29 Dave AirlieDRM: add mode setting support
2008-12-29 Jesse Barnesdrm/i915: add GEM GTT mapping support
2008-12-29 Jesse Barnesdrm: GEM mmap support
2008-12-29 Eric Anholtdrm/i915: Add /proc debugging entry for reading out...
2008-12-29 Dave Airliedrm: reorganise start and load.
2008-12-29 Vegard Nossumdrm: fix leak of uninitialized data to userspace
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-29 Dave Airliedrm: cleanup exit path for module unload
2008-12-23 Dave Airliedrm/radeon: fix correctness of irq_enabled check for...
2008-12-19 Dave Airliedrm/i915: GEM on PAE has problems - disable it for...
2008-12-19 Eric Anholtdrm/i915: Don't return busy for buffers left on the...
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.
next