index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_object.c
Age
Commit message (
Expand
)
Author
2020-05-04
drm/i915/gem: Lazily acquire the device wakeref for freeing objects
Chris Wilson
2020-04-24
drm/i915: Only close vma we open
Chris Wilson
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2020-02-21
drm/i915/gem: Break up long lists of object reclaim
Chris Wilson
2020-01-20
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
2019-11-19
drm/i915/gem: Protect the obj->vma.list during iteration
Chris Wilson
2019-11-19
drm/i915/gem: Merge GGTT vma flush into a single loop
Chris Wilson
2019-11-07
drm/i915: Switch obj->mm.lock lockdep annotations on its head
Daniel Vetter
2019-10-22
drm/i915/gem: Distinguish each object type
Chris Wilson
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-09-11
drm/i915: Make i915_vma.flags atomic_t for mutex reduction
Chris Wilson
2019-08-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-08-16
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-08-04
drm/i915: Replace struct_mutex for batch pool serialisation
Chris Wilson
2019-08-02
drm/i915: Flush the freed object list on file close
Chris Wilson
2019-08-02
drm/i915: Hide unshrinkable context objects from the shrinker
Chris Wilson
2019-07-04
drm/i915/gem: Defer obj->base.resv fini until RCU callback
Chris Wilson
2019-07-03
drm/i915/gem: Free pages before rcu-freeing the object
Chris Wilson
2019-06-21
drm/i915: Throw away the active object retirement complexity
Chris Wilson
2019-06-21
drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
Tvrtko Ursulin
2019-06-18
drm/i915: Skip shrinking already freed pages
Chris Wilson
2019-06-18
drm/i915: Use drm_gem_object.resv
Chris Wilson
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-12
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
2019-06-10
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
2019-06-06
drm/i915: Move object close under its own lock
Chris Wilson
2019-05-31
drm/i915: Report all objects with allocated pages to the shrinker
Chris Wilson
2019-05-31
drm/i915: Track the purgeable objects on a separate eviction list
Chris Wilson
2019-05-31
drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safe
Chris Wilson
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
drm/i915: Move mmap and friends to its own file
Chris Wilson
2019-05-28
drm/i915: Move shmem object setup to its own file
Chris Wilson
2019-05-28
drm/i915: Move object->pages API to i915_gem_object.[ch]
Chris Wilson