DRM: i915: add mode setting support
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
2008-12-29 Jesse BarnesDRM: i915: add mode setting support
2008-12-29 Jesse Barnesdrm/i915: add GEM GTT mapping support
2008-12-19 Eric Anholtdrm/i915: Don't return busy for buffers left on the...
2008-12-09 Owain Ainsworthdrm/i915: Don't return error in evict_everything when...
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-01 Eric Anholtdrm/i915: Fix copy'n'pasteo that broke VT switch if...
2008-11-24 Keith Packarddrm/i915: execbuffer pins objects, no need to ensure...
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-11 Owen Taylori915: Don't attempt to short-circuit object_wait_render...
2008-11-03 Linus TorvaldsMerge branch 'io-mappings-for-linus-2' of git://git...
2008-11-03 Eric Anholti915: Add GEM ioctl to get available aperture size.
2008-10-31 Keith Packardi915: use io-mapping interfaces instead of a variety...
2008-10-23 Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2008-10-23 Keith Packarddrm/i915: hold dev->struct_mutex and DRM lock during...
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-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 Dave Airliei915: add missing return in error path.
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: Avoid oops in GEM execbuffers with bad arguments.
2008-10-17 Kristian Høgsbergi915 gem: install and uninstall irq handler in entervt...
2008-10-17 Eric Anholti915: Use struct_mutex to protect ring in GEM mode.
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...