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
2021-10-15
drm/i915: Multi-BB execbuf
Matthew Brost
1
-239
/
+544
2021-10-15
drm/i915/guc: Connect UAPI to GuC multi-lrc interface
Matthew Brost
2
-5
/
+241
2021-10-13
drm/i915: Fix bug in user proto-context creation that leaked contexts
Matthew Brost
1
-1
/
+4
2021-10-12
drm/i915: Stop using I915_TILING_* in client blit selftest
Matt Roper
1
-11
/
+18
2021-10-11
Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
26
-497
/
+1041
2021-10-11
Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-3
/
+3
2021-10-07
drm/i915: remove IS_ACTIVE
Lucas De Marchi
2
-2
/
+2
2021-10-05
drm/i915: Fix bug in user proto-context creation that leaked contexts
Matthew Brost
1
-1
/
+4
2021-10-05
drm/i915: Fix runtime pm handling in i915_gem_shrink
Maarten Lankhorst
1
-2
/
+5
2021-10-04
drm/i915/pxp: Add plane decryption support
Anshuman Gupta
1
-1
/
+1
2021-10-04
drm/i915/pxp: start the arb session on demand
Daniele Ceraolo Spurio
1
-1
/
+3
2021-10-04
drm/i915/pxp: interfaces for using protected objects
Daniele Ceraolo Spurio
9
-35
/
+204
2021-10-01
drm/i915/ttm: Rework object initialization slightly
Thomas Hellström
3
-20
/
+64
2021-09-29
drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/
Matthew Auld
1
-3
/
+3
2021-09-29
drm/i915: Fix runtime pm handling in i915_gem_shrink
Maarten Lankhorst
1
-2
/
+5
2021-09-24
drm/i915/selftests: exercise shmem_writeback with THP
Matthew Auld
1
-1
/
+2
2021-09-24
drm/i915: Reduce the number of objects subject to memcpy recover
Thomas Hellström
5
-9
/
+17
2021-09-24
drm/i915: Don't back up pinned LMEM context images and rings during suspend
Thomas Hellström
2
-7
/
+13
2021-09-24
drm/i915 Implement LMEM backup and restore for suspend / resume
Thomas Hellström
7
-8
/
+349
2021-09-24
drm/i915/gem: Implement a function to process all gem objects of a region
Thomas Hellström
2
-0
/
+107
2021-09-24
drm/i915/ttm: Implement a function to copy the contents of two TTM-based objects
Thomas Hellström
2
-9
/
+64
2021-09-24
drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() function
Thomas Hellström
1
-1
/
+1
2021-09-22
drm/i915/debugfs: Do not report currently active engine when describing objects
Tvrtko Ursulin
1
-17
/
+0
2021-09-22
Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-1
/
+0
2021-09-21
drm/i915: Move __i915_gem_free_object to ttm_bo_destroy
Maarten Lankhorst
1
-4
/
+5
2021-09-20
drm/i915: Take pinning into account in __i915_gem_object_is_lmem
Matthew Brost
1
-3
/
+4
2021-09-20
drm/i915/guc: put all guc objects in lmem when available
Daniele Ceraolo Spurio
2
-0
/
+30
2021-09-16
drm/i915: Move __i915_gem_free_object to ttm_bo_destroy
Maarten Lankhorst
1
-4
/
+5
2021-09-15
drm/i915: Add mmap lock around vma_lookup() in the mman selftest.
Maarten Lankhorst
1
-0
/
+2
2021-09-15
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
6
-20
/
+14
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
2021-09-14
drm/i915/selftests: Do not use import_obj uninitialized
Nathan Chancellor
1
-3
/
+2
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
2021-09-14
drm/i915/selftests: Do not use import_obj uninitialized
Nathan Chancellor
1
-3
/
+2
2021-09-14
drm/i915: Release ctx->syncobj on final put, not on ctx close
Daniel Vetter
1
-3
/
+3
2021-09-14
drm/i915/gem: Fix the mman selftest
Thomas Hellström
1
-6
/
+20
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
40
-3826
/
+2954
2021-09-10
drm/i915: Use Transparent Hugepages when IOMMU is enabled
Tvrtko Ursulin
1
-3
/
+19
2021-09-08
drm/i915/selftests: fixup igt_shrink_thp
Matthew Auld
1
-7
/
+23
2021-09-06
drm/i915: Drop __rcu from gem_context->vm
Daniel Vetter
5
-73
/
+20
2021-09-06
drm/i915: Use i915_gem_context_get_eb_vm in intel_context_set_gem
Daniel Vetter
1
-10
/
+2
2021-09-06
drm/i915: Add i915_gem_context_is_full_ppgtt
Daniel Vetter
4
-5
/
+12
2021-09-06
drm/i915: Use i915_gem_context_get_eb_vm in ctx_getparam
Daniel Vetter
1
-6
/
+5
2021-09-06
drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vm
Daniel Vetter
3
-5
/
+5
2021-09-06
drm/i915: Drop code to handle set-vm races from execbuf
Daniel Vetter
1
-5
/
+1
2021-09-06
drm/i915: Keep gem ctx->vm alive until the final put
Daniel Vetter
1
-1
/
+13
2021-09-06
drm/i915: Release ctx->syncobj on final put, not on ctx close
Daniel Vetter
1
-3
/
+3
2021-09-06
drm/i915: Release i915_gem_context from a worker
Daniel Vetter
3
-2
/
+24
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-1
/
+1
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-14
/
+10
[prev]
[next]