drm/i915: Install fence register for tiled scanout on i915
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
2009-06-18 Chris Wilsondrm/i915: Install fence register for tiled scanout...
2009-06-17 Chris Wilsondrm/i915: detach/attach get/put pages symmetry
2009-06-09 Chris Wilsondrm/i915: NOMEM->NOSPC
2009-06-09 Chris Wilsondrm/i915: use I915_GEM_GPU_DOMAINS
2009-06-09 Chris Wilsondrm/i915: no need to hold mutex for object lookup
2009-06-09 Chris Wilsondrm/i915: OR in the COMMAND read domain for the batch...
2009-06-09 Chris Wilsondrm/i915: Sanity check execbuffer arguments before...
2009-06-09 Zhenyu Wangdrm/i915: handle interrupt on new chipset
2009-06-04 Eric Anholtdrm/i915: Change GEM throttling to be 20ms like the...
2009-06-04 Eric Anholtdrm/i915: Remove a bad BUG_ON in the fence management...
2009-05-27 Kristian Høgsbergi915: Set object to gtt domain when faulting it back in
2009-05-27 Eric Anholtdrm/i915: Apply a big hammer to 865 GEM object CPU...
2009-05-27 Eric Anholtdrm/i915: Fix tiling pitch handling on 8xx.
2009-05-22 Jesse Barnesi915: support 8xx desktop cursors
2009-05-19 Jesse Barnesdrm/i915: allocate large pointer arrays with vmalloc
2009-05-14 Jesse Barnesdrm/i915: sanity check IER at wait_request time
2009-04-22 Wu Fengguangdrm/i915: fix unpaired i915 device mutex on entervt...
2009-04-14 Shaohua Lidrm/i915: fix scheduling while holding the new active...
2009-04-08 Eric Anholtdrm/i915: Allow tiling of objects with bit 17 swizzling...
2009-04-08 Eric Anholtdrm/i915: Correctly set the write flag for get_user_pag...
2009-04-08 Florian Micklerdrm/i915: Fix use of uninitialized var in 40a5f0de
2009-04-08 Ben Gamaridrm/i915: Implement batch and ring buffer dumping
2009-04-01 Carl Worthdrm/i915: Add a spinlock to protect the active_list
2009-04-01 Jesse Barnesdrm/i915: check for -EINVAL from vm_insert_pfn
2009-04-01 Daniel Vetterdrm/i915: fix up tiling/fence reg setup on i8xx class hw
2009-03-29 Dave Airliedrm/i915: check the return value from the copy from...
2009-03-29 Dave Airliedrm: merge Linux master into HEAD
2009-03-27 Owain G. Ainsworthi915/drm: Remove two redundant agp_chipset_flushes
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in GEM relocation...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal with cliprects and...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in shmem pread path.
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in shmem pwrite path.
2009-03-27 Eric Anholtdrm/i915: Make GEM object's page lists refcounted inste...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in GTT pwrite path.
2009-03-13 Owain G. Ainsworthi915/drm: Remove two redundant agp_chipset_flushes
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-03-11 Eric Anholtdrm/i915: fix 945 fence register writes for fence 8...
2009-03-11 Chris Wilsondrm/i915: Protect active fences on i915
2009-03-11 Chris Wilsondrm/i915: Check to see if we've pinned all available...
2009-03-11 Chris Wilsondrm/i915: Check fence status on every pin.
2009-03-11 Chris Wilsondrm/i915: First recheck for an empty fence register.
2009-03-10 Kyle McMartini915: add newline to i915_gem_object_pin failure msg
2009-03-10 Kristian Høgsbergdrm: Return EINVAL on duplicate objects in execbuffer...
2009-03-04 Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-02 Ingo Molnarx86, mm: dont use non-temporal stores in pagecache...
2009-03-01 Ingo MolnarMerge branch 'x86/urgent' into x86/pat
2009-02-26 Ingo MolnarMerge branches 'x86/apic', 'x86/defconfig', 'x86/memtes...
2009-02-25 Ingo Molnarx86, mm: pass in 'total' to __copy_from_user_*nocache()
2009-02-25 Dave Airliedrm/i915: convert DRM_ERROR to DRM_DEBUG in phys object...
2009-02-24 Karsten WieseFix an oops in i915_gem_retire_requests()
2009-02-23 Chris Wilsondrm/i915: Fix regression in 95ca9d
2009-02-23 Eric Anholtdrm/i915: Retire requests from i915_gem_busy_ioctl.
2009-02-23 Jesse Barnesdrm/i915: suspend/resume GEM when KMS is active
2009-02-23 Eric Anholtdrm/i915: Don't let a device flush to prepare buffers...
2009-02-23 Eric Anholtdrm/i915: Cut two args to set_to_gpu_domain that confus...
2009-02-20 Jesse Barnesdrm/i915: Keep refs on the object over the lifetime...
2009-02-20 Chris Wilsondrm/i915: Cleanup the hws on ringbuffer constrution...
2009-02-20 Chris Wilsondrm/i915: Unpin the hws if we fail to kmap.
2009-02-20 Chris Wilsondrm/i915: Unpin the ringbuffer if we fail to ioremap it.
2009-02-20 Chris Wilsondrm/i915: unpin for an invalid memory domain.
2009-02-20 Chris Wilsondrm/i915: Release and unlock on mmap_gtt error path.
2009-02-20 Roland Dreierdrm/i915: Fix potential AB-BA deadlock in i915_gem_exec...
2009-02-20 Chris Wilsondrm/i915: refleak along pin() error path.
2009-02-20 Chris Wilsondrm/i915: Cleanup trivial leak on execbuffer error...
2009-02-09 Linus Torvaldsi915: Fix more size_t format string warnings
2009-02-08 Chris Wilsondrm/i915: Unlock mutex on i915_gem_fault() error path
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: Suppress GEM teardown on X Server exit in...
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 Dave Airliei915: fix freeing path for gem phys objects.
2009-01-16 Dave Airliedrm/i915: add support for physical memory objects
2009-01-07 Harvey Harrisontrivial: replace last usages of __FUNCTION__ in kernel
2009-01-07 Eric Anholtdrm/i915: Don't allow objects to get bound while VT...
2008-12-29 Julia Lawalldrm/i915: Remove redundant test in error path.
2008-12-29 Eric Anholtdrm/i915: Don't print to dmesg when taking signal durin...
2008-12-29 Eric Anholtdrm/i915: Don't double-unpin buffers if we take a signa...
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...
next