index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/userptr: Make gup errors stickier
Chris Wilson
2016-08-18
1
-10
/
+7
*
drm/i915: Allocate rings from stolen
Chris Wilson
2016-08-18
1
-4
/
+2
*
drm/i915: Allow ringbuffers to be bound anywhere
Chris Wilson
2016-08-18
2
-8
/
+8
*
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
2016-08-18
8
-40
/
+36
*
drm/i915: Disallow direct CPU access to stolen pages for relocations
Chris Wilson
2016-08-18
1
-0
/
+3
*
drm/i915: Fallback to single page GTT mmappings for relocations
Chris Wilson
2016-08-18
1
-11
/
+51
*
drm/i915: Refactor execbuffer relocation writing
Chris Wilson
2016-08-18
1
-139
/
+152
*
drm/i915: Tidy up flush cpu/gtt write domains
Chris Wilson
2016-08-18
1
-11
/
+4
*
drm/i915: Pin the pages first in shmem prepare read/write
Chris Wilson
2016-08-18
1
-20
/
+28
*
drm/i915: Wait for writes through the GTT to land before reading back
Chris Wilson
2016-08-18
1
-1
/
+11
*
drm/i915: Before accessing an object via the cpu, flush GTT writes
Chris Wilson
2016-08-18
1
-0
/
+4
*
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
Chris Wilson
2016-08-18
3
-65
/
+102
*
drm/i915: Cache kmap between relocations
Chris Wilson
2016-08-18
1
-54
/
+111
*
drm/i915: Fallback to single page pwrite/pread if unable to release fence
Chris Wilson
2016-08-18
2
-13
/
+19
*
drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
Chris Wilson
2016-08-18
1
-2
/
+2
*
drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
Chris Wilson
2016-08-18
1
-2
/
+2
*
drm/i915: vfree() no longer ignores the low bits of the address
Chris Wilson
2016-08-18
2
-4
/
+12
*
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
2016-08-18
2
-10
/
+4
*
drm/i915/gen9: Drop invalid WARN() during data rate calculation
Matt Roper
2016-08-18
1
-2
/
+0
*
drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)
Matt Roper
2016-08-18
1
-1
/
+16
*
drm/i915: Add missing kerneldoc for guc_client_alloc:engines
Chris Wilson
2016-08-17
1
-0
/
+1
*
drm/i915: Remember to set vma->pages for the preallocated stolen object
Chris Wilson
2016-08-17
1
-0
/
+1
*
drm/i915: Mark i915_hpd_poll_init_work as static
Chris Wilson
2016-08-17
1
-1
/
+2
*
drm/i915: Mark the static key for movntqda as static
Chris Wilson
2016-08-17
1
-1
/
+1
*
drm/i915: Initialize legacy semaphores from engine hw id indexed array
Tvrtko Ursulin
2016-08-17
2
-28
/
+34
*
drm/i915: Add enum for hardware engine identifiers
Tvrtko Ursulin
2016-08-17
2
-9
/
+15
*
drm/i915: Silence GCC warning for cmn_a_well
Chris Wilson
2016-08-16
1
-2
/
+2
*
drm/i915: Embrace the race in busy-ioctl
Chris Wilson
2016-08-16
1
-46
/
+66
*
drm/i915: Initialise mmaped_count for i915_gem_object_info
Chris Wilson
2016-08-15
1
-1
/
+3
*
drm/i915: Record the RING_MODE register for post-mortem debugging
Chris Wilson
2016-08-15
3
-3
/
+8
*
drm/i915: Only record active and pending requests upon a GPU hang
Chris Wilson
2016-08-15
1
-48
/
+61
*
drm/i915: Print the batchbuffer offset next to BBADDR in error state
Chris Wilson
2016-08-15
2
-2
/
+14
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
6
-21
/
+32
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
13
-59
/
+70
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
18
-397
/
+266
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
6
-40
/
+20
*
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
2016-08-15
3
-29
/
+35
*
drm/i915: Use VMA for render state page tracking
Chris Wilson
2016-08-15
2
-19
/
+23
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
6
-43
/
+55
*
drm/i915/overlay: Use VMA as the primary tracker for images
Chris Wilson
2016-08-15
1
-17
/
+22
*
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2016-08-15
2
-42
/
+42
*
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-15
4
-54
/
+51
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
6
-43
/
+46
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
6
-157
/
+139
*
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
Chris Wilson
2016-08-15
2
-3
/
+3
*
drm/i915: Only change the context object's domain when binding
Chris Wilson
2016-08-15
2
-12
/
+11
*
drm/i915: Use VMA as the primary object for context state
Chris Wilson
2016-08-15
7
-85
/
+86
*
drm/i915: Use VMA directly for checking tiling parameters
Chris Wilson
2016-08-15
1
-21
/
+30
*
drm/i915: Convert fence computations to use vma directly
Chris Wilson
2016-08-15
1
-29
/
+26
*
drm/i915: Track pinned vma inside guc
Chris Wilson
2016-08-15
5
-86
/
+90
[next]