aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: convert some gem structures to per-ring V2Zou Nan hai2010-05-261-90/+120
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-11/+65
* drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt2010-05-261-1/+1
* drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt2010-05-261-424/+3
* drm/i915: move fence lru to struct drm_i915_fence_regDaniel Vetter2010-05-101-12/+21
* Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-05-101-12/+139
|\
| * drm/i915: fix non-Ironlake 965 class crashesJesse Barnes2010-04-231-1/+1
| * drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes2010-04-221-12/+133
| * drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter2010-04-181-0/+6
* | drm/i915: Wait for the GPU whilst shrinking, if truly desperate.Chris Wilson2010-05-071-0/+45
* | drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-11/+10
* | drm/i915: don't use ->driver_private anymoreDaniel Vetter2010-04-201-1/+1
* | drm/i915: embed the gem object into drm_i915_gem_objectDaniel Vetter2010-04-201-29/+29
* | drm/i915: introduce i915_gem_alloc_objectDaniel Vetter2010-04-201-3/+9
* | drm: free core gem object from driver callbacksDaniel Vetter2010-04-201-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-66/+66
|\
| * drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-66/+66
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson2010-03-171-9/+12
* drm/i915: Enable VS timer dispatch.Eric Anholt2010-03-171-0/+5
* drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth2010-03-171-5/+0
* drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter2010-02-261-0/+10
* drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter2010-02-261-3/+1