summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2010-10-20drm/i915: cache the last object lookup during pin_and_relocate()Chris Wilson
2010-10-19drm/i915: Do interrupible mutex lock first to avoid locking for unreferenceChris Wilson
2010-10-19drm/i915: rearrange mutex acquisition for preadChris Wilson
2010-10-19drm/i915: Rearrange acquisition of mutex during pwriteChris Wilson
2010-10-19drm/i915: Attempt to prefault user pages for pread/pwriteChris Wilson
2010-10-19drm/i915: Avoid taking the mutex for dropping the refcnt upon creationChris Wilson
2010-10-19drm/i915: Perform relocations in CPU domain [if in CPU domain]Chris Wilson
2010-10-19drm/i915: Avoid vmallocing a buffer for the relocationsChris Wilson
2010-10-07drm/i915: Wait for pending flips on the GPUChris Wilson
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie
2010-10-04drm/i915: Skip pread/pwrite if size to copy is 0.Chris Wilson
2010-10-04Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-03drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson
2010-10-03drm/i915: Sanity check pread/pwriteChris Wilson
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-02drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall
2010-10-02drm/i915: Don't mask the return code whilst relocating.Chris Wilson
2010-10-01drm/i915: Clear fence registers on GPU resetChris Wilson
2010-10-01drm/i915: Force the domain to CPU on unbinding whilst wedged.Chris Wilson
2010-10-01drm: Move the GTT accounting to i915Chris Wilson
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie
2010-09-30drm/i915: Remove redundant deletion of obj->gpu_write_listChris Wilson
2010-09-30drm/i915: Make get/put pages staticChris Wilson
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson
2010-09-29drm/i915: Avoid blocking the kworker thread on a stuck mutexChris Wilson
2010-09-29drm/i915/debug: Remove default WATCH_BUFChris Wilson
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson
2010-09-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-09-28Revert "drm/i915: Drop ring->lazy_request"Chris Wilson
2010-09-26drm/i915: Ensure that the mode change flushing is currently uninterruptibleChris Wilson
2010-09-26drm/i915: Convert the file mutex into a spinlockChris Wilson
2010-09-25drm/i915: Make the mutex_lock interruptible on ioctl pathsChris Wilson
2010-09-25drm/i915: Adjust hangcheck EIO semanticsChris Wilson
2010-09-24drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson
2010-09-24drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson
2010-09-23drm/i915: Remove the broken flush_ring from page-flipChris Wilson
2010-09-23drm/i915: Fix 945GM regression in e259befdChris Wilson
2010-09-22drm/i915: Drop ring->lazy_requestChris Wilson
2010-09-22drm/i915: Clear the gpu_write_list on resetting write_domain upon hangChris Wilson
2010-09-21drm/i915: Don't overwrite the returned error-codeChris Wilson
2010-09-21drm/i915: Track pinned objectsChris Wilson
2010-09-21drm/i915: Drain any pending flips on the fb prior to unpinningChris Wilson
2010-09-21drm/i915: Merge ring flushing and lazy requestsChris Wilson
2010-09-21drm/i915: Track gpu fence usageChris Wilson
2010-09-21drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson
2010-09-21drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao
2010-09-21drm/i915: Clear GPU read domains on resetChris Wilson
2010-09-21drm/i915: Clear flushing lists on GPU resetChris Wilson
2010-09-21drm/i915: Only emit a flush request on the active ring.Chris Wilson
2010-09-21drm/i915: Inline i915_gem_ring_retire_request()Chris Wilson