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
Age
Commit message (
Expand
)
Author
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
drm/i915: Remove rpm asserts that use i915
Daniele Ceraolo Spurio
2019-06-14
drm/i915: Discard some redundant cache domain flushes
Chris Wilson
2019-06-13
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
2019-06-12
drm/i915: kerneldoc warnings squelched
Chris Wilson
2019-06-12
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
2019-06-11
drm/i915: Rename i915_hw_ppgtt to i915_ppgtt
Chris Wilson
2019-06-11
drm/i915: Pull kref into i915_address_space
Chris Wilson
2019-06-10
drm/i915: Promote i915->mm.obj_lock to be irqsafe
Chris Wilson
2019-06-10
drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessors
Tvrtko Ursulin
2019-06-06
drm/i915: Report an earlier wedged event when suspending the engines
Chris Wilson
2019-06-06
drm/i915: Skip context_barrier emission for unused contexts
Chris Wilson
2019-06-06
drm/i915: Move object close under its own lock
Chris Wilson
2019-06-04
drm/i915/selftests: Flush partial-tiling object once
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: fix use of uninitialized pointer vaddr
Colin Ian King
2019-05-31
drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safe
Chris Wilson
2019-05-30
drm/i915: add in-kernel blitter client
Matthew Auld
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
2019-05-28
drm/i915: Move GEM client throttling to its own file
Chris Wilson
2019-05-28
drm/i915: Move GEM object busy checking to its own file
Chris Wilson
2019-05-28
drm/i915: Move GEM object waiting to its own file
Chris Wilson
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
drm/i915: Pull scatterlist utils out of i915_gem.h
Chris Wilson
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
2019-05-28
drm/i915: Move mmap and friends to its own file
Chris Wilson
2019-05-28
drm/i915: Move phys objects 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
2019-05-28
drm/i915: Pull GEM ioctls interface to its own file
Chris Wilson
2019-05-28
drm/i915: Split GEM object type definition to its own header
Chris Wilson