drm/i915: Remove spurious warning "Failure to install fence"
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
2010-05-28 Chris Wilsondrm/i915: Remove spurious warning "Failure to install...
2010-05-28 Chris Wilsondrm/i915: Rebind bo if currently bound with incorrect...
2010-05-28 Chris Wilsondrm/i915: Propagate error from unbinding an unfenceable...
2010-05-28 Chris Wilsondrm/i915: Avoid nesting of domain changes when setting...
2010-05-26 Daniel Vetterdrm/i915: combine all small integers into one single...
2010-05-26 Zou Nan haidrm/i915: implement BSD ring buffer V2
2010-05-26 Zou Nan haidrm/i915: convert some gem structures to per-ring V2
2010-05-26 Zou Nan haidrm/i915: introduce intel_ring_buffer structure (V2)
2010-05-26 Eric Anholtdrm/i915: Rename dev_priv->ring to dev_priv->render_ring.
2010-05-26 Eric Anholtdrm/i915: Move ringbuffer-related code to intel_ringbuf...
2010-05-10 Daniel Vetterdrm/i915: move fence lru to struct drm_i915_fence_reg
2010-05-10 Eric AnholtMerge remote branch 'origin/master' into drm-intel...
2010-05-07 Chris Wilsondrm/i915: Wait for the GPU whilst shrinking, if truly...
2010-04-23 Jesse Barnesdrm/i915: fix non-Ironlake 965 class crashes
2010-04-22 Jesse Barnesdrm/i915: use PIPE_CONTROL instruction on Ironlake...
2010-04-20 Daniel Vetterdrm/i915: drop pointer to drm_gem_object
2010-04-20 Daniel Vetterdrm/i915: don't use ->driver_private anymore
2010-04-20 Daniel Vetterdrm/i915: embed the gem object into drm_i915_gem_object
2010-04-20 Daniel Vetterdrm/i915: introduce i915_gem_alloc_object
2010-04-20 Daniel Vetterdrm: free core gem object from driver callbacks
2010-04-19 Daniel Vetterdrm/i915: fix tiling limits for i915 class hw v2
2010-04-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-25 Daniel Vetterdrm/i915: introduce to_intel_bo helper
2010-03-17 Chris Wilsondrm/i915: Avoid NULL deref in get_pages() unwind after...
2010-03-17 Eric Anholtdrm/i915: Enable VS timer dispatch.
2010-03-17 Owain G. Ainsworthdrm/i915: remove an unnecessary wait_request()
2010-03-01 Dave AirlieMerge remote branch 'korg/drm-core-next' into drm-next...
2010-02-26 Daniel Vetterdrm/i915: check for multiple write domains in pin_and_r...
2010-02-26 Daniel Vetterdrm/i915: clean-up i915_gem_flush_gpu_write_domain
2010-02-26 Daniel Vetterdrm/i915: reuse i915_gpu_idle helper
2010-02-26 Daniel Vetterdrm/i915: ensure lru ordering of fence_list
2010-02-26 Daniel Vetterdrm/i915: extract fence stealing code
2010-02-26 Daniel Vetterdrm/i915: fixup active list locking in object_unbind
2010-02-26 Daniel Vetterdrm/i915: reuse i915_gem_object_put_fence_reg for fence...
2010-02-26 Eric Anholtdrm/i915: Fix sandybridge status page setup.
2010-02-26 Eric Anholtdrm/i915: Set up fence registers on sandybridge.
2010-02-26 Eric Anholtdrm/i915: Add initial bits for VGA modesetting bringup...
2010-02-25 Dave AirlieMerge remote branch 'anholt/drm-intel-next' into drm...
2010-02-25 Dave AirlieMerge remote branch 'korg/drm-core-next' into drm-next...
2010-02-22 Owain Ainsworthdrm/i915: reduce some of the duplication of tiling...
2010-02-22 Daniel Vetterdrm/i915: blow away userspace mappings before fence...
2010-02-22 Daniel Vetterdrm/i915: move a gtt flush to the correct place
2010-02-16 Eric Anholtdrm/i915: Don't reserve compatibility fence regs in...
2010-02-16 Chris Wilsondrm/i915: Replace open-coded eviction in i915_gem_idle()
2010-02-11 Luca BarbieriUse drm_gem_object_[handle_]unreference_unlocked where...
2010-02-10 Owain Ainsworthdrm/i915: Correctly return -ENOMEM on allocation failur...
2010-02-10 Daniel Vetterdrm/i915: Update write_domains on active list after...
2010-02-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-04 Chris Wilsondrm/i915: Fix leak of relocs along do_execbuffer error...
2010-01-27 Chris Wilsondrm/i915: Selectively enable self-reclaim
2010-01-25 Chris Wilsondrm/i915: Prevent use of uninitialized pointers along...
2010-01-15 Eric Anholtdrm/i915: Remove chatty execbuf failure message.
2010-01-12 Zhenyu Wangdrm/i915: Don't wait interruptible for possible plane...
2010-01-07 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2010-01-07 Zhenyu Wangdrm: remove address mask param for drm_pci_alloc()
2010-01-06 Chris Wilsondrm/i915: Permit pinning whilst the device is 'suspended'
2010-01-06 Jesse Barnesdrm/i915: execbuf2 support
2009-12-16 Daniel Vetterdrm/i915: fix order of fence release wrt flushing
2009-12-11 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2009-12-07 Chris Wilsondrm/i915: Set the error code after failing to insert...
2009-12-07 Adam Jacksondrm/i915: Fix product names and #defines
2009-12-07 Chris Wilsondrm/i915: Drop a some common DRM_ERROR()
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-01 Kristian Høgsbergdrm/i915: Add intel implementation of the pageflip...
2009-11-25 Eric Anholtdrm/i915: Replace a calloc followed by copying data...
2009-11-05 Zhao Yakuidrm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
2009-11-05 Daniel Vetterdrm/i915: kill i915_lp_ring_sync
2009-11-05 Daniel Vetterdrm/i915: implement fastpath for overlay flip waiting
2009-11-05 Daniel Vetterdrm/i915: add i915_lp_ring_sync helper
2009-09-29 Chris Wilsondrm/i915: Enable irq to trace batch buffer completion.
2009-09-29 Chris Wilsondrm/i915: batch submit seqno off-by-one.
2009-09-24 Linus TorvaldsMerge branch 'drm-intel-next' of git://git./linux/kerne...
2009-09-23 Chris Wilsondrm/i915: Handle ERESTARTSYS during page fault
2009-09-23 Chris Wilsondrm/i915: Warn before mmaping a purgeable buffer.
2009-09-23 Chris Wilsondrm/i915: Track purged state.
2009-09-23 Chris Wilsondrm/i915: Remove eviction debug spam
2009-09-23 Chris Wilsondrm/i915: Immediately discard any backing storage for...
2009-09-23 Chris Wilsondrm/i915: Do not mis-classify clean objects as purgeable
2009-09-23 Chris Wilsondrm/i915: Whitespace correction for madv
2009-09-23 Chris Wilsondrm/i915: BUG_ON page refleak during unbind
2009-09-23 Chris Wilsondrm/i915: Search harder for a reusable object
2009-09-23 Chris Wilsondrm/i915: Clean up evict from list.
2009-09-23 Chris Wilsondrm/i915: Add tracepoints
2009-09-21 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2009-09-18 Chris Wilsondrm/i915: Skip the sanity checks if the current relocat...
2009-09-18 Chris Wilsondrm/i915: Check that the relocation points to within...
2009-09-17 Chris Wilsondrm/i915: Improve behaviour under memory pressure
2009-09-17 Chris Wilsondrm/i915: Add ioctl to set 'purgeability' of objects
2009-09-17 Chris Wilsondrm/i915: Register a shrinker to free inactive lists...
2009-09-17 Chris Wilsondrm/i915: Remove stored gtt_alignment
2009-09-17 Chris Wilsondrm/i915: Add buffer to inactive list immediately durin...
2009-09-17 Ben Gamaridrm/i915: Make dev_priv->mm.wedged an atomic_t
2009-09-17 Ben Gamaridrm/i915: Add hangcheck timer
2009-09-17 Ben Gamaridrm/i915: make i915_seqno_passed non-static
2009-09-17 Ben Gamaridrm/i915: Check whether chip is wedged in i915_wait_req...
2009-09-11 Chris Wilsondrm/i915: Only destroy a constructed mmap offset
2009-09-11 Eric Anholtagp/intel: Fix the pre-9xx chipset flush.
2009-09-09 Eric Anholtdrm/i915: Zap mmaps of objects before unbinding them...
2009-09-09 Linus Torvaldsi915: disable interrupts before tearing down GEM state
next