summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak1-0/+3
2016-11-07drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak1-0/+10
2016-11-07drm/i915: Avoid early GPU idling due to race with new requestImre Deak1-0/+7
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson1-2/+16
2016-11-07drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson1-1/+1
2016-11-04drm/i915: Fix pages pin counting around swizzle quirkChris Wilson1-21/+26
2016-11-03drm/i915: Tidy slab cache allocationsTvrtko Ursulin1-27/+10
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen1-6/+6
2016-11-01drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin1-1/+2
2016-11-01drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINEVille Syrjälä1-1/+2
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson1-4/+5
2016-11-01drm/i915: Store the vma in an rbtree under the objectChris Wilson1-0/+2
2016-11-01drm/i915: Track pages pinned due to swizzling quirkChris Wilson1-8/+13
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson1-2/+2
2016-11-01drm/i915: Use the full hammer when shutting down the rcu tasksChris Wilson1-0/+2
2016-10-28drm/i915: Enable multiple timelinesChris Wilson1-4/+6
2016-10-28drm/i915: Reserve space in the global seqno during request allocationChris Wilson1-4/+3
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-1/+1
2016-10-28drm/i915: Queue the idling context switch after all other timelinesChris Wilson1-0/+10
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-14/+58
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-188/+75
2016-10-28drm/i915: Use lockless object freeChris Wilson1-15/+15
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson1-50/+116
2016-10-28drm/i915: Acquire the backing storage outside of struct_mutex in set-domainChris Wilson1-38/+61
2016-10-28drm/i915: Implement pwrite without struct-mutexChris Wilson1-231/+122
2016-10-28drm/i915: Implement pread without struct-mutexChris Wilson1-208/+157
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson1-31/+62
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-89/+83
2016-10-28drm/i915: Refactor object page APIChris Wilson1-110/+95
2016-10-28drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson1-17/+168
2016-10-28drm/i915: Markup GEM API with lockdep assertsChris Wilson1-0/+21
2016-10-28drm/i915: Defer active reference until requiredChris Wilson1-1/+21
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-78/+231
2016-10-28drm/i915: Remove superfluous wait_for_error() from throttle-ioctlChris Wilson1-4/+0
2016-10-28drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson1-1/+1
2016-10-26drm/i915: Remove two invalid warnsTvrtko Ursulin1-3/+0
2016-10-26drm/i915: Rotated view does not need a fenceTvrtko Ursulin1-1/+6
2016-10-25drm/i915: Include the kernel uptime in the error stateChris Wilson1-0/+2
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-3/+3
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-70/+147
2016-10-24drm/i915: Move fence cancellation to runtime suspendChris Wilson1-2/+19
2016-10-24drm/i915: Remove superfluous locking around userfault_listChris Wilson1-21/+12
2016-10-24drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson1-19/+23
2016-10-24drm/i915: Move user fault tracking to a separate listChris Wilson1-9/+33
2016-10-18drm/i915: Limit the scattergather coalescing to 32bitsChris Wilson1-3/+3
2016-10-18drm/i915: Document our internal limit on object sizeChris Wilson1-2/+17
2016-10-18drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson1-2/+2
2016-10-14drm/i915: Remove unused "valid" parameter from pte_encodeMichał Winiarski1-4/+2
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-4/+4
2016-10-14drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin1-1/+1