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-03-03
drm/i915: Drop inspection of execbuf flags during evict
Chris Wilson
1
-8
/
+8
2020-03-03
drm/i915/gem: Check that the context wasn't closed during setup
Chris Wilson
1
-1
/
+67
2020-03-03
drm/i915/gem: Consolidate ctx->engines[] release
Chris Wilson
3
-92
/
+105
2020-03-03
drm/i915/vgpu: improve vgpu abstractions
Jani Nikula
1
-0
/
+1
2020-02-28
drm/i915/selftests: Fix return in assert_mmap_offset()
Dan Carpenter
1
-1
/
+1
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
7
-11
/
+0
2020-02-25
drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
Chris Wilson
1
-7
/
+14
2020-02-25
drm/i915: Allow userspace to specify ringsize on construction
Chris Wilson
1
-8
/
+102
2020-02-25
drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE
Chris Wilson
1
-1
/
+2
2020-02-22
drm/i915: Avoid recursing onto active vma from the shrinker
Chris Wilson
1
-3
/
+1
2020-02-21
drm/i915/gem: Break up long lists of object reclaim
Chris Wilson
1
-0
/
+1
2020-02-20
drm/i915/guc: Kill USES_GUC_SUBMISSION macro
Daniele Ceraolo Spurio
1
-1
/
+1
2020-02-19
drm/i915/gem: use spinlock_t instead of struct spinlock
Jani Nikula
1
-1
/
+1
2020-02-12
drm/i915/selftests: Avoid choosing zero for phys_sz
Chris Wilson
1
-2
/
+4
2020-02-11
drm/i915/gem: Don't leak non-persistent requests on changing engines
Chris Wilson
2
-9
/
+126
2020-02-11
drm/i915: Skip CPU synchronisation on dmabuf attachments
Chris Wilson
1
-2
/
+6
2020-02-10
drm/i915/selftests: Trim blitter block size
Chris Wilson
1
-26
/
+46
2020-02-10
drm/i915/selftests: Disable capturing forced error states
Chris Wilson
1
-0
/
+1
2020-02-08
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
4
-6
/
+5
2020-02-07
drm/i915/gt: Only ignore already reset requests
Chris Wilson
1
-1
/
+1
2020-02-07
drm/i915/selftests: drop igt_ppgtt_exhaust_huge
Matthew Auld
1
-102
/
+0
2020-02-05
drm/i915/display: Be explicit in handling the preallocated vma
Chris Wilson
2
-68
/
+15
2020-02-04
drm/i915: Wean off drm_pci_alloc/drm_pci_free
Chris Wilson
2
-51
/
+50
2020-02-04
drm/i915/gt: Pull sseu context updates under gt
Chris Wilson
1
-85
/
+0
2020-02-04
drm/i915/selftest: Ensure string fits within name[]
Chris Wilson
1
-1
/
+1
2020-01-31
drm/i915/gem: Require per-engine reset support for non-persistent contexts
Chris Wilson
1
-0
/
+16
2020-01-30
drm/i915/gem: Tighten checks and acquiring the mmap object
Chris Wilson
2
-30
/
+21
2020-01-28
drm/i915/selftests: Lock the drm_mm as we search
Chris Wilson
1
-3
/
+6
2020-01-28
drm/i915: Skip capturing errors from internal contexts
Chris Wilson
1
-0
/
+2
2020-01-27
drm/i915: Remove 'prefault_disable' modparam
Chris Wilson
1
-3
/
+0
2020-01-27
drm/i915/gem: manual conversion to struct drm_device logging macros.
Wambui Karuga
3
-28
/
+40
2020-01-27
drm/i915/gem: initial conversion to new logging macros using coccinelle
Wambui Karuga
3
-50
/
+70
2020-01-24
drm/i915/gt: Poison GTT scratch pages
Chris Wilson
1
-38
/
+116
2020-01-24
drm/i915/gem: Prevent NULL pointer dereference on missing ctx->vm
Chris Wilson
1
-4
/
+4
2020-01-22
drm/i915/gem: Convert vm idr to xarray
Chris Wilson
1
-53
/
+24
2020-01-22
drm/i915/gem: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
4
-13
/
+21
2020-01-20
drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain list
Chris Wilson
3
-29
/
+85
2020-01-20
drm/i915: Align engine->uabi_class/instance with i915_drm.h
Tvrtko Ursulin
1
-6
/
+6
2020-01-17
drm/i915/userptr: fix size calculation
Matthew Auld
1
-4
/
+5
2020-01-17
drm/i915/userptr: add user_size limit check
Matthew Auld
1
-0
/
+17
2020-01-14
drm/i915/gem: Take local vma references for the parser
Chris Wilson
1
-1
/
+36
2020-01-09
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
3
-153
/
+0
2020-01-09
drm/i915: Pin the context as we work on it
Chris Wilson
1
-3
/
+7
2020-01-07
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
4
-4
/
+5
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
1
-1
/
+1
2020-01-06
drm/i915/selftests: Fixup sparse __user annotation on local var
Chris Wilson
1
-1
/
+2
2020-01-04
drm/i915/selftests: Compare user mmap against GPU
Chris Wilson
1
-0
/
+129
2020-01-04
drm/i915/selftests: Extend fault handler selftests to all memory regions
Abdiel Janulgue
1
-89
/
+217
2020-01-04
drm/i915/gem: Extend mmap support for lmem
Abdiel Janulgue
1
-7
/
+14
2020-01-03
drm/i915/selftests: Make headers self-contained
Chris Wilson
2
-0
/
+8
[prev]
[next]