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
2019-09-03
drm/i915: Report aliasing ppgtt size as ggtt size
Chris Wilson
1
-2
/
+0
2019-08-30
drm/i915: Use RCU for unlocked vm_idr lookup
Chris Wilson
1
-7
/
+4
2019-08-28
drm/i915/selftests: Try to recycle context allocations
Chris Wilson
1
-1
/
+5
2019-08-28
drm/i915/selftests: Remove accidental serialization between gpu_fill
Chris Wilson
1
-11
/
+72
2019-08-27
drm/i915: use a separate context for gpu relocs
Daniele Ceraolo Spurio
1
-1
/
+29
2019-08-27
drm/i915: Make engine's batch pool safe for use with virtual engines
Chris Wilson
2
-4
/
+4
2019-08-27
drm/i915/selftests: Markup impossible error pointers
Chris Wilson
1
-0
/
+3
2019-08-27
drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap
Chris Wilson
1
-1
/
+1
2019-08-24
drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_context
Chris Wilson
4
-96
/
+116
2019-08-23
drm/i915: Keep drm_i915_file_private around under RCU
Chris Wilson
1
-3
/
+1
2019-08-23
drm/i915/gtt: Preallocate Braswell top-level page directory
Chris Wilson
1
-1
/
+7
2019-08-22
drm/i915: Replace i915_vma_put_fence()
Chris Wilson
2
-14
/
+30
2019-08-22
drm/i915: Pull obj->userfault tracking under the ggtt->mutex
Chris Wilson
1
-3
/
+7
2019-08-22
drm/i915: Generalise the clflush dma-worker
Chris Wilson
1
-80
/
+43
2019-08-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
12
-37
/
+32
2019-08-21
drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
Chris Wilson
2
-6
/
+6
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
9
-24
/
+24
2019-08-20
drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
Daniele Ceraolo Spurio
1
-1
/
+3
2019-08-20
drm/i915: Serialize insertion into the file->mm.request_list
Chris Wilson
1
-2
/
+7
2019-08-19
drm/i915: Use 0 for the unordered context
Chris Wilson
3
-10
/
+3
2019-08-19
drm/i915: Serialize against vma moves
Chris Wilson
6
-12
/
+34
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
2
-2
/
+2
2019-08-16
dma-buf: Restore seqlock around dma_resv updates
Chris Wilson
1
-7
/
+17
2019-08-16
drm/i915: Extract intel_frontbuffer active tracking
Chris Wilson
6
-47
/
+10
2019-08-15
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
1
-80
/
+103
2019-08-15
drm/i915/gt: Track timeline activeness in enter/exit
Chris Wilson
1
-1
/
+0
2019-08-15
drm/i915: Convert a few more bland dmesg info to be device specific
Chris Wilson
1
-2
/
+6
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
8
-24
/
+24
2019-08-10
drm/i915/blt: support copying objects
Matthew Auld
3
-1
/
+318
2019-08-10
drm/i915/selftests: move gpu-write-dw into utils
Matthew Auld
4
-236
/
+169
2019-08-10
drm/i915: use new reservation_object_fences helper
Christian König
1
-17
/
+7
2019-08-10
drm/i915/blt: bump the size restriction
Matthew Auld
5
-47
/
+178
2019-08-10
drm/i915/blt: don't assume pinned intel_context
Matthew Auld
2
-2
/
+4
2019-08-09
drm/i915: Remove redundant user_access_end() from __copy_from_user() error path
Josh Poimboeuf
1
-11
/
+9
2019-08-09
drm/i915: Stop reconfiguring our shmemfs mountpoint
Chris Wilson
1
-22
/
+9
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
2
-9
/
+28
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
2
-17
/
+26
2019-08-09
drm/i915: Remove i915_gem_context_create_gvt()
Chris Wilson
2
-49
/
+0
2019-08-09
drm/i915: Generalise BSD default selection
Chris Wilson
1
-1
/
+2
2019-08-09
drm/i915: Replace global bsd_dispatch_index with random seed
Chris Wilson
1
-2
/
+1
2019-08-09
drm/i915: Check for a second VCS engine more carefully
Chris Wilson
1
-1
/
+7
2019-08-09
drm/i915: Free the imported shmemfs file for phys objects
Chris Wilson
1
-0
/
+7
2019-08-09
drm/i915: extract i915_gem_shrinker.h from i915_drv.h
Jani Nikula
1
-0
/
+31
2019-08-09
drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h
Jani Nikula
2
-0
/
+36
2019-08-09
Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
3
-16
/
+11
2019-08-08
drm/i915: Defer final intel_wakeref_put to process context
Chris Wilson
1
-10
/
+3
2019-08-08
drm/i915: Fix up the inverse mapping for default ctx->engines[]
Chris Wilson
2
-4
/
+5
2019-08-07
drm/i915: stop using seqcount for fence pruning
Christian König
1
-9
/
+5
2019-08-07
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
5
-11
/
+6
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
5
-7
/
+9
[prev]
[next]