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