index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Remove redundant i915_request_await_object in blit clears
Tvrtko Ursulin
2020-06-16
1
-31
/
+21
*
drm/i915/gem: Delete unused code
Chris Wilson
2020-06-05
1
-19
/
+0
*
drm/i915/gem: Async GPU relocations only
Chris Wilson
2020-06-05
2
-289
/
+27
*
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
2020-06-04
1
-8
/
+48
*
drm/i915/selftests: Exercise all copy engines with the blt routines
Chris Wilson
2020-06-04
4
-24
/
+75
*
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
2020-06-03
1
-2
/
+2
*
drm/i915/gem: Give each object class a friendly name
Chris Wilson
2020-05-30
11
-1
/
+14
*
drm/i915/gem: Taint all shrinkable object locks
Chris Wilson
2020-05-30
1
-0
/
+4
*
drm/i915/gem: Suppress some random warnings
Chris Wilson
2020-05-25
4
-7
/
+4
*
drm/i915/gem: Avoid iterating an empty list
Chris Wilson
2020-05-22
1
-6
/
+9
*
drm/i915: Remove PIN_UPDATE for i915_vma_pin
Chris Wilson
2020-05-21
1
-142
/
+0
*
drm/i915: Disable semaphore inter-engine sync without timeslicing
Chris Wilson
2020-05-21
1
-2
/
+2
*
drm/i915/gem: Prefer drm_WARN* over WARN*
Pankaj Bharadiya
2020-05-19
3
-3
/
+4
*
drm/i915/gem: Retry faulthandlers on ENOSPC
Chris Wilson
2020-05-16
1
-1
/
+1
*
drm/i915: Drop no-semaphore boosting
Chris Wilson
2020-05-14
1
-15
/
+0
*
drm/i915/gem: Remove redundant exec_fence
Chris Wilson
2020-05-13
1
-26
/
+14
*
drm/i915/selftests: Always flush before unpining after writing
Chris Wilson
2020-05-11
4
-2
/
+10
*
drm/i915: Emit await(batch) before MI_BB_START
Chris Wilson
2020-05-11
2
-33
/
+41
*
drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
Chris Wilson
2020-05-09
3
-5
/
+4
*
drm/i915: Remove wait priority boosting
Chris Wilson
2020-05-07
1
-9
/
+0
*
drm/i915/gem: Implement legacy MI_STORE_DATA_IMM
Chris Wilson
2020-05-04
3
-104
/
+302
*
drm/i915/gem: Specify address type for chained reloc batches
Chris Wilson
2020-05-04
1
-6
/
+6
*
drm/i915/gem: Lazily acquire the device wakeref for freeing objects
Chris Wilson
2020-05-04
1
-3
/
+0
*
drm/i915/gem: Try an alternate engine for relocations
Chris Wilson
2020-05-01
1
-5
/
+27
*
drm/i915/gem: Use a single chained reloc batches for a single execbuf
Chris Wilson
2020-05-01
1
-14
/
+24
*
drm/i915/gem: Use chained reloc batches
Chris Wilson
2020-05-01
1
-19
/
+115
*
drm/i915: Implement vm_ops->access for gdb access into mmaps
Chris Wilson
2020-05-01
2
-0
/
+158
*
drm/i915/gt: Move the batch buffer pool from the engine to the gt
Chris Wilson
2020-04-30
4
-21
/
+19
*
drm/i915/selftests: Add tiled blits selftest
Zbigniew KempczyĆski
2020-04-30
1
-0
/
+595
*
drm/i915: Only close vma we open
Chris Wilson
2020-04-24
5
-70
/
+24
*
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
2020-04-22
1
-2
/
+18
*
drm/i915/selftests: Fix i915_address_space refcnt leak
Xiyu Yang
2020-04-20
1
-4
/
+8
*
drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_plane
Chris Wilson
2020-04-20
1
-6
/
+1
*
drm/i915: remove redundant assignment to variable err
Colin Ian King
2020-04-09
1
-1
/
+1
*
drm/i915/stolen: prefer struct drm_device based logging
Jani Nikula
2020-04-08
1
-2
/
+2
*
drm/i915/gem: Promote 'remain' to unsigned long
Chris Wilson
2020-04-07
1
-7
/
+6
*
drm/i915/gem: Wait until the context is finally retired before releasing engines
Chris Wilson
2020-04-06
1
-10
/
+6
*
drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpu
Chris Wilson
2020-04-06
1
-3
/
+12
*
drm/i915/gem: Flush all the reloc_gpu batch
Chris Wilson
2020-04-06
1
-3
/
+5
*
drm/i915/gem: Utilize rcu iteration of context engines
Chris Wilson
2020-04-02
1
-28
/
+31
*
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2020-04-02
6
-27
/
+3
*
drm/i915/gem: Try allocating va from free space
Chris Wilson
2020-04-01
1
-25
/
+43
*
drm/i915/gem: Ignore readonly failures when updating relocs
Chris Wilson
2020-03-31
1
-4
/
+2
*
drm/i915/gem: Split eb_vma into its own allocation
Chris Wilson
2020-03-30
1
-58
/
+73
*
drm/i915: Cast remain to unsigned long in eb_relocate_vma
Nathan Chancellor
2020-03-26
1
-1
/
+1
*
drm/i915: Drop final few uses of drm_i915_private.engine
Chris Wilson
2020-03-26
1
-1
/
+1
*
drm/i915: Immediately execute the fenced work
Chris Wilson
2020-03-25
1
-1
/
+1
*
drm/i915/selftests: mark huge_gem_object as not shrinkable
Matthew Auld
2020-03-23
1
-2
/
+1
*
drm/i915: Rely on direct submission to the queue
Chris Wilson
2020-03-23
1
-2
/
+0
*
drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
Chris Wilson
2020-03-23
1
-49
/
+87
[next]