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