PCI: fix struct pci_platform_pm_ops kernel-doc
[safe/jmp/linux-2.6] / drivers / gpu /
2009-02-09 Linus Torvaldsi915: Fix more size_t format string warnings
2009-02-08 Ingo Molnardrm/i915: select framebuffer support automatically
2009-02-08 Jesse Barnesdrm/i915: add get_vblank_counter function for GM45
2009-02-08 Jesse Barnesdrm/i915: capture last_vblank count at IRQ uninstall...
2009-02-08 Chris Wilsondrm/i915: Unlock mutex on i915_gem_fault() error path
2009-02-08 Eric Anholtdrm/i915: Quiet the message on get/setparam ioctl with...
2009-02-08 Paul Collinsdrm/i915: skip LVDS initialization on Apple Mac Mini
2009-02-08 Jesse Barnesdrm/i915: sync SDVO code with stable userland modesetti...
2009-02-08 Chris Wilsondrm/i915: Unref the object after failing to set tiling...
2009-02-08 Jesse Barnesdrm/i915: add fence register management to execbuf
2009-02-08 Eric Anholtdrm/i915: Return error from i915_gem_object_get_fence_r...
2009-02-08 Eric Anholtdrm/i915: Set up an MTRR covering the GTT at driver...
2009-02-08 Eric Anholtdrm/i915: Skip SDVO/HDMI init when the chipset tells...
2009-02-08 Eric Anholtdrm/i915: Suppress GEM teardown on X Server exit in...
2009-02-08 Dave Airliedrm/radeon: fix ioremap conflict with AGP mappings
2009-02-03 Dave Airliei915: fix unneeded locking in i915 LVDS get modes code.
2009-01-31 Linus TorvaldsStop playing silly games with the VM_ACCOUNT flag
2009-01-30 Andrew Mortondrivers/gpu/drm/i915/intel_lvds.c: fix locking snafu
2009-01-28 Eric Anholtdrm: Rip out the racy, unused vblank signal code.
2009-01-26 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2009-01-26 Jean Delvarei2c: Delete many unused adapter IDs
2009-01-26 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2009-01-26 Linus TorvaldsFix annoying DRM_ERROR() string warning
2009-01-22 Jesse Barnesdrm/i915: Fix cursor physical address choice to match...
2009-01-22 Eric Anholtdrm: stash AGP include under the do-we-have-AGP ifdef
2009-01-22 Jesse Barnesdrm: don't whine about not reading EDID data
2009-01-22 Jesse Barnesdrm/i915: hook up LVDS DPMS property
2009-01-22 Jesse Barnesdrm/i915: remove unnecessary debug output in KMS init
2009-01-22 Dave Airliei915: fix freeing path for gem phys objects.
2009-01-22 Jesse Barnesdrm: create mode_config idr lock
2009-01-19 Dave Airliedrm: fix leak of device mappings since multi-master...
2009-01-16 Dave Airliedrm/i915: lock correct mutex around object unreference.
2009-01-16 Dave Airliedrm/i915: add support for physical memory objects
2009-01-16 Jesse Barnesdrm/i915: make LVDS fixed mode a preferred mode
2009-01-16 Jesse Barnesdrm: handle depth & bpp changes correctly
2009-01-16 Jesse Barnesdrm: initial KMS config fixes
2009-01-12 Dave Airliedrm/i915: setup sarea properly in master_priv
2009-01-10 Jesse Barnesdrm/i915: set vblank enabled flag correctly across...
2009-01-10 Jesse Barnesdrm/i915: don't enable vblanks on disabled pipes
2009-01-07 Harvey Harrisontrivial: replace last usages of __FUNCTION__ in kernel
2009-01-07 Dave Airliedrm: fix ordering of driver unload vs agp unload.
2009-01-07 Eric Anholtdrm/i915: Respect the other stolen memory sizes we...
2009-01-07 Eric Anholtdrm/i915: Non-mobile parts don't have integrated TV...
2009-01-07 Eric Anholtdrm/i915: Add support for integrated HDMI on G4X hardware.
2009-01-07 Kristian Høgsbergdrm/i915: Pin cursor bo and unpin old bo when setting...
2009-01-07 Eric Anholtdrm/i915: Don't allow objects to get bound while VT...
2009-01-07 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-01-06 Laurent PinchartCheck fops_get() return value
2009-01-06 Kay Sieversgpu: struct device - replace bus_id with dev_name(...
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
next