summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-041-20/+26
|\
| * drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson2010-10-031-12/+4
| * drm/i915: Sanity check pread/pwriteChris Wilson2010-10-031-8/+20
| * drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall2010-10-021-0/+2
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-011-4/+2
|\ \ | |/ |/|
| * drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-011-4/+2
* | drm/i915: Fix 945GM regression in e259befdChris Wilson2010-09-231-1/+1
|/
* drm/i915: Fix Sandybridge fence registersChris Wilson2010-09-171-13/+24
* agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-071-0/+1
* i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-061-0/+1
* Revert "drm/i915: Unreference object not handle on creation"Chris Wilson2010-09-061-3/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-08-221-261/+93
|\
| * drm/i915: Remove the conflicting BUG_ON()Chris Wilson2010-08-211-2/+0
| * drm/i915: Apply i830 errata for cursor alignmentChris Wilson2010-08-091-5/+6
| * drm/i915: Truncate the shmem backing pages on purgeChris Wilson2010-08-091-2/+9
| * drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2)Chris Wilson2010-08-091-0/+17
| * drm/i915: Move the eviction logic to its own file.Chris Wilson2010-08-091-229/+2
| * drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-091-0/+2
| * drm/i915: prepare for fair lru evictionDaniel Vetter2010-08-091-26/+41
| * drm/i915: Append the object onto the inactive list on binding.Chris Wilson2010-08-091-7/+4
| * drm/i915: Emit a backtrace if we attempt to rebind a pinned bufferChris Wilson2010-08-091-0/+4
| * drm/i915: report all active objects as busyChris Wilson2010-08-091-14/+26
| * drm/i915: Only emit flushes on active rings.Chris Wilson2010-08-091-10/+16
* | drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2010-08-101-13/+13
|/
* drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson2010-08-051-4/+5
* drm/i915: Unreference object not handle on creationChris Wilson2010-08-011-2/+1
* drm/i915: Attempt to uncouple object after catastrophic failure in unbindChris Wilson2010-08-011-5/+6
* drm/i915: Repeat unbinding during free if interrupted (v6)Chris Wilson2010-08-011-10/+41
* drm/i915: Refactor i915_gem_retire_requests()Chris Wilson2010-08-011-21/+18
* drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson2010-08-011-12/+31
* drm/i915: Propagate error from drm_install_irq() during EnterVTChris Wilson2010-08-011-1/+11
* drm/i915: Explosion following OOM in do_execbuffer.Chris Wilson2010-08-011-1/+2
* Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie2010-08-021-1/+12
|\
| * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-201-0/+10
| |\
| | * drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie2010-07-201-0/+10
| * | mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
| * | drm/i915: add 'reclaimable' to i915 self-reclaimable page allocationsLinus Torvalds2010-07-181-0/+1
| |/
* | drm: kill drm_mm_node->privateDaniel Vetter2010-07-071-3/+1
|/
* drm/i915: fix hibernation since i915 self-reclaim fixesLinus Torvalds2010-07-011-1/+1
* drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson2010-05-281-25/+17
* drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson2010-05-281-52/+30
* drm/i915: Avoid moving from CPU domain during pwriteChris Wilson2010-05-281-1/+2
* drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson2010-05-281-1/+18
* drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson2010-05-281-0/+8
* drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson2010-05-281-6/+11
* drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson2010-05-281-0/+11
* drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson2010-05-281-3/+7
* drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson2010-05-281-5/+3
* drm/i915: combine all small integers into one single bitfieldDaniel Vetter2010-05-261-0/+5
* drm/i915: implement BSD ring buffer V2Zou Nan hai2010-05-261-13/+94
OpenPOWER on IntegriCloud