aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Check fops_get() return valueLaurent Pinchart1-0/+4
2008-12-29drm/i915: fix modeset devname allocation + agp init return check.Dave Airlie1-10/+12
2008-12-29drm/i915: Remove redundant test in error path.Julia Lawall1-6/+5
2008-12-29drm: Add a debug node for vblank state.Eric Anholt2-0/+72
2008-12-29drm: Avoid use-before-null-test on dev in drm_cleanup().Eric Anholt1-3/+1
2008-12-29drm/i915: Don't print to dmesg when taking signal during object_pin.Eric Anholt1-2/+4
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2-15/+49
2008-12-29drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder1-3/+2
2008-12-29drm/i915: Delete unused, pointless i915_driver_firstopen.Eric Anholt1-8/+0
2008-12-29drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder1-2/+2
2008-12-29drm/i915: fix sparse warnings: move 'extern' decls to header fileHannes Eder2-6/+6
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder9-22/+23
2008-12-29drm/i915: fix sparse warnings: declare one-bit bitfield as unsignedHannes Eder1-4/+4
2008-12-29drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().Eric Anholt1-0/+1
2008-12-29drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt1-1/+1
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg3-72/+0
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz3-29/+14
2008-12-29drm: fix allowing master ioctls on non-master fds.Dave Airlie1-1/+1
2008-12-29drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie2-1/+2
2008-12-29drm/radeon: fix missing hunk from the master changes.Dave Airlie1-0/+2
2008-12-29drm: fix useless gcc unused variable warningDave Airlie1-1/+1
2008-12-29drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie1-1/+1
2008-12-29drm: kconfig have drm core select i2c for kmsDave Airlie1-1/+2
2008-12-29drm: PAGE_CACHE_WC is x86 only so farDave Airlie1-0/+2
2008-12-29drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie1-4/+4
2008-12-29drm/i915: Fix stolen memory detection on G45 and GM45.Eric Anholt2-6/+11
2008-12-29drm/i915: Register module dependencies for the modesetting code.Eric Anholt1-0/+5
2008-12-29DRM: i915: add mode setting supportJesse Barnes26-50/+10566
2008-12-29DRM: add mode setting supportDave Airlie11-40/+5070
2008-12-29drm/i915: add GEM GTT mapping supportJesse Barnes6-4/+548
2008-12-29drm: GEM mmap supportJesse Barnes6-3/+139
2008-12-29drm/i915: Add /proc debugging entry for reading out the HWS.Eric Anholt1-0/+34
2008-12-29drm: reorganise start and load.Dave Airlie1-3/+6
2008-12-29drm: fix leak of uninitialized data to userspaceVegard Nossum2-4/+8
2008-12-29drm: move to kref per-master structures.Dave Airlie18-332/+563
2008-12-29drm: cleanup exit path for module unloadDave Airlie2-20/+7
2008-12-23drm/radeon: fix correctness of irq_enabled check for radeon.Dave Airlie1-2/+2
2008-12-19drm/i915: GEM on PAE has problems - disable it for now.Dave Airlie2-1/+11
2008-12-19drm/i915: Don't return busy for buffers left on the flushing list.Eric Anholt1-1/+8
2008-12-09drm/i915: Disable the GM965 MSI errata workaround.Keith Packard1-2/+3
2008-12-09drm/i915: Don't return error in evict_everything when we get to the end.Owain Ainsworth1-0/+2
2008-12-09drm/radeon: don't actually enable the IRQ regs until irq is enabledDave Airlie2-5/+4
2008-12-04drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt1-0/+11
2008-12-04drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard1-10/+47
2008-12-04drm/i915: Move the execbuffer domain computations togetherKeith Packard1-44/+21
2008-12-04drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard1-27/+12
2008-12-04drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2-152/+215
2008-12-04drm/i915: Make a single set-to-gtt-domain path.Eric Anholt1-19/+96
2008-12-04drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt1-1/+13
2008-12-04drm/i915: Move flushing list cleanup from flush request retire to request emit.Eric Anholt3-39/+50