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_userptr.c
Age
Commit message (
Expand
)
Author
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
2020-02-08
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
2020-01-17
drm/i915/userptr: fix size calculation
Matthew Auld
2020-01-17
drm/i915/userptr: add user_size limit check
Matthew Auld
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-11
drm/i915/gem: Wait on unbind barriers when invalidating userptr
Chris Wilson
2019-11-11
drm/i915/userptr: Handle unlocked gup retries
Chris Wilson
2019-11-11
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
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-08
Merge tag 'drm-intel-next-2019-10-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-02
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
2019-09-19
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-09-12
Revert "drm/i915/userptr: Acquire the page lock around set_page_dirty()"
Chris Wilson
2019-08-07
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-07-29
drm/i915/userptr: Acquire the page lock around set_page_dirty()
Chris Wilson
2019-07-09
drm/i915/userptr: Don't mark readonly objects as dirty
Chris Wilson
2019-07-09
drm/i915/userptr: Acquire the page lock around set_page_dirty()
Chris Wilson
2019-07-03
drm/i915/gem: Free pages before rcu-freeing the object
Chris Wilson
2019-06-11
drm/i915: Pull kref into i915_address_space
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