aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2010-08-05drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson
2010-08-01drm/i915: Unreference object not handle on creationChris Wilson
2010-08-01drm/i915: Attempt to uncouple object after catastrophic failure in unbindChris Wilson
2010-08-01drm/i915: Repeat unbinding during free if interrupted (v6)Chris Wilson
2010-08-01drm/i915: Refactor i915_gem_retire_requests()Chris Wilson
2010-08-01drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson
2010-08-01drm/i915: Propagate error from drm_install_irq() during EnterVTChris Wilson
2010-08-01drm/i915: Explosion following OOM in do_execbuffer.Chris Wilson
2010-08-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie
2010-07-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-07-20drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-18drm/i915: add 'reclaimable' to i915 self-reclaimable page allocationsLinus Torvalds
2010-07-07drm: kill drm_mm_node->privateDaniel Vetter
2010-07-01drm/i915: fix hibernation since i915 self-reclaim fixesLinus Torvalds
2010-05-28drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson
2010-05-28drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson
2010-05-28drm/i915: Avoid moving from CPU domain during pwriteChris Wilson
2010-05-28drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson
2010-05-28drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson
2010-05-28drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson
2010-05-28drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson
2010-05-28drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson
2010-05-28drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson
2010-05-26drm/i915: combine all small integers into one single bitfieldDaniel Vetter
2010-05-26drm/i915: implement BSD ring buffer V2Zou Nan hai
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt
2010-05-10drm/i915: move fence lru to struct drm_i915_fence_regDaniel Vetter
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt
2010-05-07drm/i915: Wait for the GPU whilst shrinking, if truly desperate.Chris Wilson
2010-04-23drm/i915: fix non-Ironlake 965 class crashesJesse Barnes
2010-04-22drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter
2010-04-20drm/i915: don't use ->driver_private anymoreDaniel Vetter
2010-04-20drm/i915: embed the gem object into drm_i915_gem_objectDaniel Vetter
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter
2010-04-18drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth
2010-02-26drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter
2010-02-26drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter
2010-02-26drm/i915: reuse i915_gpu_idle helperDaniel Vetter