index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
drm/i915/gem: Support discontiguous lmem object maps
Chris Wilson
4
-104
/
+64
2020-01-02
drm/i915/gem: Single page objects are naturally contiguous
Chris Wilson
1
-0
/
+3
2020-01-02
drm/i915: reimplement header test feature
Masahiro Yamada
1
-5
/
+0
2020-01-01
drm/i915/gem: Drop local vma->vm_file reference
Chris Wilson
1
-0
/
+59
2019-12-31
drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
Abdiel Janulgue
1
-20
/
+12
2019-12-28
drm/i915/lmem: debugfs for LMEM details
Lukasz Fiedorowicz
2
-0
/
+4
2019-12-27
drm/i915/selftests: Err out on coherency if initialisation failed
Chris Wilson
1
-4
/
+8
2019-12-27
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
31
-931
/
+1630
2019-12-24
drm/i915: Switch context id allocation directly to xarray
Tvrtko Ursulin
2
-33
/
+22
2019-12-23
drm/i915: Mark the GEM context link as RCU protected
Chris Wilson
1
-2
/
+3
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
3
-5
/
+4
2019-12-23
drm/i915/selftests: make mock_context.h self-contained
Jani Nikula
1
-1
/
+1
2019-12-22
drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
Chris Wilson
1
-19
/
+1
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
5
-72
/
+57
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
1
-17
/
+39
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
4
-57
/
+11
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
5
-6
/
+52
2019-12-18
drm/i915: Unpin vma->obj on early error
Chris Wilson
1
-7
/
+4
2019-12-17
drm/i915: Fix pid leak with banned clients
Tvrtko Ursulin
1
-2
/
+1
2019-12-17
drm/i915/gem: Keep request alive while attaching fences
Chris Wilson
1
-0
/
+2
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
3
-153
/
+0
2019-12-16
drm/i915/gem: Apply lmem size restriction to get_pages
Chris Wilson
2
-4
/
+1
2019-12-16
drm/i915: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-12-14
drm/i915/gem: Serialise object before changing cache-level
Chris Wilson
1
-0
/
+7
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-2
/
+2
2019-12-12
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
1
-9
/
+81
2019-12-12
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
1
-50
/
+67
2019-12-11
drm/i915/gem: Tidy up error handling for eb_parse()
Chris Wilson
1
-21
/
+18
2019-12-11
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
1
-31
/
+2
2019-12-11
drm/i915/gem: Wait on unbind barriers when invalidating userptr
Chris Wilson
1
-1
/
+2
2019-12-11
drm/i915: Improve execbuf debug
Tvrtko Ursulin
1
-10
/
+12
2019-12-11
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2
-3
/
+3
2019-12-09
drm/i915/gem: Avoid rcu_barrier() from shrinker paths
Chris Wilson
1
-1
/
+3
2019-12-09
drm/i915/gem: Comment on inability to check args.pad for MMAP_OFFSET
Chris Wilson
1
-0
/
+9
2019-12-07
drm/i915: Avoid calling i915_gem_object_unbind holding object lock
Chris Wilson
1
-30
/
+11
2019-12-06
drm/i915/gem: Pin gen6_ppgtt prior to constructing the request
Chris Wilson
1
-6
/
+13
2019-12-06
Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+2
2019-12-05
drm/i915: Remove vestigal i915_gem_context locals from cmdparser
Chris Wilson
1
-2
/
+1
2019-12-04
drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTL
Chris Wilson
1
-2
/
+6
2019-12-04
drm/i915/gem: Hold the obj->vma.lock while walking the vma.list
Chris Wilson
1
-0
/
+4
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
10
-123
/
+523
2019-12-02
drm/i915/gem: Unbind all current vma on changing cache-level
Chris Wilson
1
-119
/
+4
2019-12-02
drm/i915/gem: Take timeline->mutex to walk list-of-requests
Chris Wilson
1
-2
/
+2
2019-11-30
drm/i915/selftests: Keep engine awake during live_coherency
Chris Wilson
1
-0
/
+2
2019-11-29
drm/i915/gem: Take timeline->mutex to walk list-of-requests
Chris Wilson
1
-2
/
+2
2019-11-29
Revert "drm/i915: use a separate context for gpu relocs"
Chris Wilson
1
-29
/
+1
2019-11-29
drm/i915/selftests: Use sgt_iter for huge_pages_free
Chris Wilson
1
-4
/
+7
2019-11-28
drm/i915/selftests: Drop local vm reference!
Chris Wilson
1
-19
/
+15
2019-11-28
drm/i915/selftests: Count the number of engines used
Chris Wilson
1
-9
/
+16
2019-11-28
drm/i915/gem: Excise the per-batch whitelist from the context
Chris Wilson
2
-12
/
+0
[prev]
[next]