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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...
Dave Airlie
2016-08-25
47
-3264
/
+4175
|
\
|
*
drm/i915: Update DRIVER_DATE to 20160822
Daniel Vetter
2016-08-22
1
-1
/
+1
|
*
drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
Chris Wilson
2016-08-19
4
-44
/
+98
|
*
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
2016-08-19
6
-14
/
+13
|
*
drm/i915/fbc: Allow on unfenced surfaces, for recent gen
Chris Wilson
2016-08-19
1
-2
/
+4
|
*
drm/i915/fbc: Don't set an illegal fence if unfenced
Chris Wilson
2016-08-19
1
-16
/
+32
|
*
drm/i915: Flush delayed fence releases after reset
Chris Wilson
2016-08-19
1
-1
/
+5
|
*
drm/i915: Reattach comment, complete type specification
Dave Gordon
2016-08-19
1
-2
/
+3
|
*
drm/i915/cmdparser: Accelerate copies from WC memory
Chris Wilson
2016-08-18
1
-27
/
+43
|
*
drm/i915/cmdparser: Use binary search for faster register lookup
Chris Wilson
2016-08-18
1
-22
/
+20
|
*
drm/i915/cmdparser: Check for SKIP descriptors first
Chris Wilson
2016-08-18
1
-0
/
+3
|
*
drm/i915/cmdparser: Compare against the previous command descriptor
Chris Wilson
2016-08-18
1
-7
/
+14
|
*
drm/i915/cmdparser: Improve hash function
Chris Wilson
2016-08-18
1
-20
/
+31
|
*
drm/i915/cmdparser: Only cache the dst vmap
Chris Wilson
2016-08-18
1
-14
/
+19
|
*
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
2016-08-18
2
-81
/
+54
|
*
drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
Chris Wilson
2016-08-18
1
-0
/
+5
|
*
drm/i915/cmdparser: Make initialisation failure non-fatal
Chris Wilson
2016-08-18
3
-16
/
+19
|
*
drm/i915: Stop discarding GTT cache-domain on unbind vma
Chris Wilson
2016-08-18
1
-23
/
+3
|
*
drm/i915: Bump the inactive tracking for all VMA accessed
Chris Wilson
2016-08-18
1
-6
/
+23
|
*
drm/i915: Track display alignment on VMA
Chris Wilson
2016-08-18
2
-13
/
+9
|
*
drm/i915: Fallback to using unmappable memory for scanout
Chris Wilson
2016-08-18
2
-4
/
+14
|
*
drm/i915: Choose not to evict faultable objects from the GGTT
Chris Wilson
2016-08-18
3
-4
/
+16
|
*
drm/i915: Drop ORIGIN_GTT for untracked GTT writes
Chris Wilson
2016-08-18
2
-4
/
+10
|
*
drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire object
Chris Wilson
2016-08-18
1
-0
/
+6
|
*
drm/i915: Fix partial GGTT faulting
Chris Wilson
2016-08-18
1
-31
/
+30
|
*
drm/i915: Choose partial chunksize based on tile row size
Chris Wilson
2016-08-18
1
-1
/
+16
|
*
drm/i915: Move fence tracking from object to vma
Chris Wilson
2016-08-18
12
-388
/
+330
|
*
drm/i915: Rename fence.lru_list to link
Chris Wilson
2016-08-18
4
-8
/
+7
|
*
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
[next]