VM: add "vm_mmap()" helper function
[linux-flexiantxendom0-3.2.10.git] / drivers / gpu / drm / i915 / i915_gem.c
2012-04-21 Linus TorvaldsVM: add "vm_mmap()" helper function
2012-04-12 Daniel Vetterdrm/i915: clear fencing tracking state when retiring...
2012-04-01 Chris Wilsondrm/i915: Mark untiled BLT commands as fenced on gen2/3
2012-04-01 Daniel Vetterdrm/i915: properly restore the ppgtt page directory...
2012-03-01 Chris Wilsondrm/i915: Only clear the GPU domains upon a successful...
2012-02-27 Chris Wilsondrm/i915: Silence the error message from i915_wait_requ...
2012-02-15 Chris Wilsondrm/i915: Record the tail at each request and use it...
2012-02-13 Daniel Vetterdrm/i915: fixup seqno allocation logic for lazy_request
2012-02-13 Daniel Vetterdrm/i915: outstanding_lazy_request is a u32
2012-02-09 Daniel Vetterdrm/i915: enable ppgtt
2012-02-09 Daniel Vetterdrm/i915: ppgtt binding/unbinding support
2012-02-08 Daniel Vetterdrm/i915: consolidate swizzling control bit frobbing
2012-02-08 Daniel Vetterdrm/i915: swizzling support for snb/ivb
2012-01-30 Daniel Vetterdrm/i915: rewrite shmem_pread_slow to use copy_to_user
2012-01-30 Daniel Vetterdrm/i915: rewrite shmem_pwrite_slow to use copy_from_user
2012-01-30 Daniel Vetterdrm/i915: fall through pwrite_gtt_slow to the shmem...
2012-01-30 Chris Wilsondrm/i915: Remove the upper limit on the bo size for...
2012-01-29 Daniel Vetterdrm/i915: don't trash the gtt when running out of fences
2012-01-29 Chris Wilsondrm/i915: Separate fence pin counting from normal bind...
2012-01-26 Ben Widawskydrm/i915: argument to control retiring behavior
2012-01-17 Eugeni Dodonovdrm/i915: add a LLC feature flag in device description
2012-01-03 Eric Anholtdrm/i915: Make the fallback IRQ wait not sleep.
2012-01-03 Eric Anholtdrm/i915: Do the fallback non-IRQ wait in ring throttle...
2011-12-16 Linus TorvaldsRevert "drm/i915: fix infinite recursion on unbind...
2011-12-07 Daniel Vetterdrm/i915: fix infinite recursion on unbind due to ilk...
2011-11-17 Rakib Mullickdrm, i915: Fix memory leak in i915_gem_busy_ioctl().
2011-11-08 Eric Anholtdrm/i915: Fix object refcount leak on mmappable size...
2011-11-03 Jesse Barnesdrm/i915: enable cacheable objects on Ivybridge
2011-11-03 Daniel Vetterdrm/i915: add constants to size fence arrays and fields
2011-11-01 Eric Anholtdrm/i915: Fix object refcount leak on mmappable size...
2011-10-20 Ben Widawskydrm/i915: Remove early exit on i915_gpu_idle
2011-10-20 Daniel Vetterdrm/i915: drop KM_USER0 argument to k(un)map_atomic
2011-10-20 Chris Wilsondrm/i915: Defend against userspace creating a gem objec...
2011-10-20 Daniel Vetterdrm/i915: simplify swapin/out swizzle checking a bit
2011-09-20 Dave AirlieMerge branch 'drm-intel-next' of git://people.freedeskt...
2011-09-20 Akshay JoshiDrivers: i915: Fix all space related issues.
2011-08-30 Rob Clarkdrm/i915: use common functions for mmap offset creation
2011-07-29 Keith Packarddrm/i915: Ignore GPU wedged errors while pinning scanou...
2011-07-26 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2011-07-22 Keith PackardMerge branch 'drm-intel-fixes' into drm-intel-next
2011-07-22 Keith Packarddrm/i915: Skip GPU wait for scanout pin while wedged
2011-07-18 Chris Wilsondrm/i915: Fix unfenced alignment on pre-G33 hardware
2011-06-29 Keith PackardMerge branch 'drm-intel-fixes' into drm-intel-next
2011-06-29 Ben Widawskydrm/i915: hangcheck disable parameter
2011-06-28 Linus TorvaldsMerge branch 'drm-intel-fixes' of git://git./linux...
2011-06-28 Keith PackardMerge branch 'drm-intel-fixes' into drm-intel-next
2011-06-28 Chris Wilsondrm/i915: Use chipset-specific irq installers
2011-06-28 Hugh Dickinsdrm/i915: use shmem_truncate_range
2011-06-28 Hugh Dickinsdrm/i915: use shmem_read_mapping_page
2011-06-25 Keith Packarddrm/i915: i915_gem_object_finish_gtt must always releas...
2011-06-21 Keith PackardMerge branch 'drm-intel-fixes' into drm-intel-next
2011-06-21 Eric AnholtRevert "drm/i915: Kill GTT mappings when moving from...
2011-06-14 Jesper Juhldrm/i915: Don't leak in i915_gem_shmem_pread_slow()
2011-06-10 Eric Anholtdrm/i915: Use the LLC mode on gen6 for everything but...
2011-06-10 Eric Anholtdrm/i915: Use the uncached domain for the display planes
2011-06-10 Chris Wilsondrm/i915: Combine pinning with setting to the display...
2011-06-10 Chris Wilsondrm/i915: Add an interface to dynamically change the...
2011-06-10 Chris Wilsondrm/i915: Introduce i915_gem_object_finish_gtt()
2011-06-09 Chris Wilsondrm/i915: Introduce i915_gem_object_finish_gpu()
2011-06-04 Daniel Vetterdrm/915: fix relaxed tiling on gen2: tile height
2011-06-04 Chris Wilsondrm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
2011-05-25 Ying Hanvmscan: change shrinker API by passing shrink_control...
2011-05-14 Eric Anholtdrm/i915: Add support for fence registers on Ivybridge.
2011-05-14 Eric Anholtdrm/i915: Use existing function instead of open-coding...
2011-05-10 Chris Wilsondrm/i915: Do not clflush snooped objects
2011-05-10 Chris Wilsondrm/i915: Rename agp_type to cache_level
2011-03-23 Chris Wilsondrm/i915: Avoid unmapping pages from a NULL address...
2011-03-23 Chris Wilsondrm/i915: Fix use after free within tracepoint
2011-03-23 Chris Wilsondrm/i915: Restore missing command flush before interrup...
2011-03-23 Chris Wilsondrm/i915: Fix computation of pitch for dumb bo creator
2011-03-23 Chris Wilsondrm/i915: Fix tiling corruption from pipelined fencing
2011-03-23 Herton Ronaldo Krz... drm/i915: Prevent racy removal of request from client...
2011-03-14 Dave AirlieMerge remote branch 'intel/drm-intel-next' of ../drm...
2011-03-07 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-03-07 Chris Wilsondrm/i915: Rebind the buffer if its alignment constraint...
2011-02-22 Chris Wilsondrm/i915: Use a device flag for non-interruptible phases
2011-02-22 Chris Wilsondrm/i915: Protect against drm_gem_object not being...
2011-02-11 Chris Wilsondrm/i915: i915_mutex_interruptible() returns -EINTR
2011-02-07 Chris Wilsondrm/i915: Skip the no-op domain changes when already...
2011-02-07 Chris Wilsondrm/i915: Refine tracepoints
2011-02-07 Chris Wilsondrm/i915: Fix infinite loop regression from 21dd3734
2011-02-07 Dave Airliedrm: dumb scanout create/mmap for intel/radeon (v3)
2011-01-27 Chris Wilsondrm/i915: Defer reporting EIO until we try to use the GPU
2011-01-27 Chris Wilsondrm/i915: Check wedged status before throttling
2011-01-25 Chris Wilsondrm/i915: Silence a few -Wunused-but-set-variable
2011-01-24 Chris Wilsondrm/i915,agp/intel: Do not clear stolen entries
2011-01-23 Chris Wilsondrm/i915: Fix use of invalid array size for ring->sync_...
2011-01-11 Chris Wilsondrm/i915: If we hit OOM when allocating GTT pages,...
2011-01-11 Chris Wilsondrm/i915: Periodically flush the active lists and requests
2011-01-11 Chris Wilsondrm/i915: Propagate error from flushing the ring
2011-01-11 Chris Wilsondrm/i915: Handle ringbuffer stalls when flushing
2011-01-11 Chris Wilsondrm/i915: Enforce write ordering through the GTT
2010-12-20 Chris Wilsondrm/i915: Allow the application to choose the constant...
2010-12-14 Chris Wilsondrm/i915: Poll for seqno completion if IRQ is disabled
2010-12-14 Chris Wilsondrm/i915/ringbuffer: Make IRQ refcnting atomic
2010-12-07 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2010-12-07 Chris Wilsondrm/i915: Emit a request to clear a flushed and idle...
2010-12-06 Chris Wilsondrm/i915: Wait for the bo if a display flip is pipeline...
2010-12-06 Chris Wilsondrm/i915: Only emit a flush if there is an outstanding...
2010-12-05 Chris Wilsondrm/i915: Completely disable fence pipelining.
next