summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-072-3/+3
* drm: fix ordering of driver unload vs agp unload.Dave Airlie2009-01-071-3/+3
* drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-072-14/+40
* drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt2009-01-071-1/+1
* drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt2009-01-077-7/+322
* drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2009-01-072-8/+22
* drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt2009-01-071-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-1/+1
|\
| * gpu: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* | Check fops_get() return valueLaurent Pinchart2009-01-061-0/+4
|/
* drm/i915: fix modeset devname allocation + agp init return check.Dave Airlie2008-12-291-10/+12
* drm/i915: Remove redundant test in error path.Julia Lawall2008-12-291-6/+5
* drm: Add a debug node for vblank state.Eric Anholt2008-12-292-0/+72
* drm: Avoid use-before-null-test on dev in drm_cleanup().Eric Anholt2008-12-291-3/+1
* drm/i915: Don't print to dmesg when taking signal during object_pin.Eric Anholt2008-12-291-2/+4
* drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-292-15/+49
* drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder2008-12-291-3/+2
* drm/i915: Delete unused, pointless i915_driver_firstopen.Eric Anholt2008-12-291-8/+0
* drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder2008-12-291-2/+2
* drm/i915: fix sparse warnings: move 'extern' decls to header fileHannes Eder2008-12-292-6/+6
* drm/i915: fix sparse warnings: make symbols staticHannes Eder2008-12-299-22/+23
* drm/i915: fix sparse warnings: declare one-bit bitfield as unsignedHannes Eder2008-12-291-4/+4
* drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().Eric Anholt2008-12-291-0/+1
* drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt2008-12-291-1/+1
* drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2008-12-293-72/+0
* drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2008-12-293-29/+14
* drm: fix allowing master ioctls on non-master fds.Dave Airlie2008-12-291-1/+1
* drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie2008-12-292-1/+2
* drm/radeon: fix missing hunk from the master changes.Dave Airlie2008-12-291-0/+2
* drm: fix useless gcc unused variable warningDave Airlie2008-12-291-1/+1
* drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie2008-12-291-1/+1
* drm: kconfig have drm core select i2c for kmsDave Airlie2008-12-291-1/+2
* drm: PAGE_CACHE_WC is x86 only so farDave Airlie2008-12-291-0/+2
* drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie2008-12-291-4/+4
* drm/i915: Fix stolen memory detection on G45 and GM45.Eric Anholt2008-12-292-6/+11
* drm/i915: Register module dependencies for the modesetting code.Eric Anholt2008-12-291-0/+5
* DRM: i915: add mode setting supportJesse Barnes2008-12-2926-50/+10566
* DRM: add mode setting supportDave Airlie2008-12-2911-40/+5070
* drm/i915: add GEM GTT mapping supportJesse Barnes2008-12-296-4/+548
* drm: GEM mmap supportJesse Barnes2008-12-296-3/+139
* drm/i915: Add /proc debugging entry for reading out the HWS.Eric Anholt2008-12-291-0/+34
* drm: reorganise start and load.Dave Airlie2008-12-291-3/+6
* drm: fix leak of uninitialized data to userspaceVegard Nossum2008-12-292-4/+8
* drm: move to kref per-master structures.Dave Airlie2008-12-2918-332/+563
* drm: cleanup exit path for module unloadDave Airlie2008-12-292-20/+7
* drm/radeon: fix correctness of irq_enabled check for radeon.Dave Airlie2008-12-231-2/+2
* drm/i915: GEM on PAE has problems - disable it for now.Dave Airlie2008-12-192-1/+11
* drm/i915: Don't return busy for buffers left on the flushing list.Eric Anholt2008-12-191-1/+8
* drm/i915: Disable the GM965 MSI errata workaround.Keith Packard2008-12-091-2/+3
* drm/i915: Don't return error in evict_everything when we get to the end.Owain Ainsworth2008-12-091-0/+2
OpenPOWER on IntegriCloud