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-05-01
drm/i915/gem: Use chained reloc batches
Chris Wilson
1
-19
/
+115
2020-05-01
drm/i915: Implement vm_ops->access for gdb access into mmaps
Chris Wilson
2
-0
/
+158
2020-05-01
drm/i915/gem: Replace user_access_begin by user_write_access_begin
Christophe Leroy
1
-2
/
+3
2020-04-30
drm/i915/gt: Move the batch buffer pool from the engine to the gt
Chris Wilson
4
-21
/
+19
2020-04-30
drm/i915/selftests: Add tiled blits selftest
Zbigniew KempczyĆski
1
-0
/
+595
2020-04-27
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
1
-2
/
+18
2020-04-27
drm/i915/selftests: Fix i915_address_space refcnt leak
Xiyu Yang
1
-4
/
+8
2020-04-24
drm/i915: Only close vma we open
Chris Wilson
5
-70
/
+24
2020-04-22
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
1
-2
/
+18
2020-04-22
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-2
/
+0
2020-04-20
drm/i915/selftests: Fix i915_address_space refcnt leak
Xiyu Yang
1
-4
/
+8
2020-04-20
drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_plane
Chris Wilson
1
-6
/
+1
2020-04-09
drm/i915: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-04-08
drm/i915/stolen: prefer struct drm_device based logging
Jani Nikula
1
-2
/
+2
2020-04-07
drm/i915/gem: Promote 'remain' to unsigned long
Chris Wilson
1
-7
/
+6
2020-04-06
drm/i915/gem: Wait until the context is finally retired before releasing engines
Chris Wilson
1
-10
/
+6
2020-04-06
drm/i915/gem: Flush all the reloc_gpu batch
Chris Wilson
1
-3
/
+5
2020-04-06
drm/i915/gem: Ignore readonly failures when updating relocs
Chris Wilson
1
-4
/
+2
2020-04-06
drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpu
Chris Wilson
1
-3
/
+12
2020-04-06
drm/i915/gem: Flush all the reloc_gpu batch
Chris Wilson
1
-3
/
+5
2020-04-03
drm: delete drm_pci.h
Daniel Vetter
1
-2
/
+0
2020-04-02
drm/i915/gem: Utilize rcu iteration of context engines
Chris Wilson
1
-28
/
+31
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
6
-27
/
+3
2020-04-01
drm/i915/gem: Try allocating va from free space
Chris Wilson
1
-25
/
+43
2020-03-31
drm/i915/gem: Ignore readonly failures when updating relocs
Chris Wilson
1
-4
/
+2
2020-03-30
drm/i915/gem: Split eb_vma into its own allocation
Chris Wilson
1
-58
/
+73
2020-03-27
drm/i915: Cast remain to unsigned long in eb_relocate_vma
Nathan Chancellor
1
-1
/
+1
2020-03-26
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
2
-2
/
+2
2020-03-26
drm/i915: Drop final few uses of drm_i915_private.engine
Chris Wilson
1
-1
/
+1
2020-03-25
drm/i915: Immediately execute the fenced work
Chris Wilson
1
-1
/
+1
2020-03-23
drm/i915/selftests: mark huge_gem_object as not shrinkable
Matthew Auld
1
-2
/
+1
2020-03-23
drm/i915: Rely on direct submission to the queue
Chris Wilson
1
-2
/
+0
2020-03-23
drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
Chris Wilson
1
-49
/
+87
2020-03-20
drm/i915/gem: Check for a closed context when looking up an engine
Chris Wilson
1
-2
/
+6
2020-03-19
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
2
-2
/
+2
2020-03-17
drm/i915/perf: introduce global sseu pinning
Lionel Landwerlin
2
-5
/
+9
2020-03-17
drm/i915/gem: Check for a closed context when looking up an engine
Chris Wilson
1
-2
/
+6
2020-03-13
drm/i915: Add Wa_1209644611:icl,ehl
Matt Roper
1
-1
/
+13
2020-03-12
drm/i915/gt: Wait for RCUs frees before asserting idle on unload
Chris Wilson
1
-0
/
+1
2020-03-12
drm/i915/selftests: Use igt_random_offset()
Chris Wilson
1
-5
/
+4
2020-03-12
drm/i915/gem: Drop relocation slowpath
Chris Wilson
1
-235
/
+4
2020-03-11
drm/i915/gem: Take a copy of the engines for context_barrier_task
Chris Wilson
1
-37
/
+77
2020-03-11
drm/i915/gem: Mark up sw-fence notify function
Chris Wilson
1
-2
/
+2
2020-03-11
drm/i915/gem: Mark up the racy read of the mmap_singleton
Chris Wilson
1
-1
/
+1
2020-03-06
drm/i915/gem: Limit struct_mutex to eb_reserve
Chris Wilson
1
-31
/
+20
2020-03-06
drm/i915: be more solid in checking the alignment
Matthew Auld
1
-1
/
+2
2020-03-06
drm/i915/phys: unconditionally call release_memory_region
Abdiel Janulgue
1
-3
/
+4
2020-03-04
drm/i915: Apply i915_request_skip() on submission
Chris Wilson
5
-10
/
+11
2020-03-03
drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl
Chris Wilson
1
-65
/
+42
2020-03-03
drm/i915/gem: Extract transient execbuf flags from i915_vma
Chris Wilson
1
-146
/
+131
[prev]
[next]