index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-01
drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index
Joonas Lahtinen
1
-0
/
+2
2016-08-26
drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
Chris Wilson
1
-0
/
+53
2016-08-19
drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
Chris Wilson
1
-43
/
+7
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
1
-3
/
+3
2016-08-18
drm/i915: Stop discarding GTT cache-domain on unbind vma
Chris Wilson
1
-23
/
+3
2016-08-18
drm/i915: Bump the inactive tracking for all VMA accessed
Chris Wilson
1
-6
/
+23
2016-08-18
drm/i915: Track display alignment on VMA
Chris Wilson
1
-13
/
+8
2016-08-18
drm/i915: Fallback to using unmappable memory for scanout
Chris Wilson
1
-4
/
+10
2016-08-18
drm/i915: Choose not to evict faultable objects from the GGTT
Chris Wilson
1
-2
/
+10
2016-08-18
drm/i915: Drop ORIGIN_GTT for untracked GTT writes
Chris Wilson
1
-3
/
+9
2016-08-18
drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire object
Chris Wilson
1
-0
/
+6
2016-08-18
drm/i915: Fix partial GGTT faulting
Chris Wilson
1
-31
/
+30
2016-08-18
drm/i915: Choose partial chunksize based on tile row size
Chris Wilson
1
-1
/
+16
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-13
/
+17
2016-08-18
drm/i915: Rename fence.lru_list to link
Chris Wilson
1
-1
/
+1
2016-08-18
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
1
-20
/
+17
2016-08-18
drm/i915: Tidy up flush cpu/gtt write domains
Chris Wilson
1
-11
/
+4
2016-08-18
drm/i915: Pin the pages first in shmem prepare read/write
Chris Wilson
1
-20
/
+28
2016-08-18
drm/i915: Wait for writes through the GTT to land before reading back
Chris Wilson
1
-1
/
+11
2016-08-18
drm/i915: Before accessing an object via the cpu, flush GTT writes
Chris Wilson
1
-0
/
+4
2016-08-18
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
Chris Wilson
1
-60
/
+86
2016-08-18
drm/i915: Fallback to single page pwrite/pread if unable to release fence
Chris Wilson
1
-12
/
+18
2016-08-18
drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
Chris Wilson
1
-2
/
+2
2016-08-18
drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
Chris Wilson
1
-2
/
+2
2016-08-18
drm/i915: vfree() no longer ignores the low bits of the address
Chris Wilson
1
-4
/
+7
2016-08-16
drm/i915: Embrace the race in busy-ioctl
Chris Wilson
1
-46
/
+66
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-6
/
+5
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-171
/
+62
2016-08-15
drm/i915: Always set the vma->pages
Chris Wilson
1
-4
/
+4
2016-08-15
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-5
/
+5
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1705
/
+839
2016-08-14
drm/i915: Unbind closed vma for i915_gem_object_unbind()
Chris Wilson
1
-3
/
+13
2016-08-14
drm/i915: Initialize return value for empty i915_gem_object_unbind()
Chris Wilson
1
-3
/
+2
2016-08-12
drm/i915: Support for creating write combined type vmaps
Chris Wilson
1
-10
/
+48
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
1
-10
/
+0
2016-08-10
drm/i915: Always mark the writer as also a read for busy ioctl
Chris Wilson
1
-4
/
+14
2016-08-09
drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Chris Wilson
1
-5
/
+31
2016-08-09
drm/i915: Don't check for idleness before retiring after a GPU hang
Chris Wilson
1
-5
/
+3
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
1
-9
/
+11
2016-08-05
drm/i915: Remove pinned check from madvise ioctl
Chris Wilson
1
-6
/
+0
2016-08-05
drm/i915: Reduce locking inside swfinish ioctl
Chris Wilson
1
-15
/
+12
2016-08-05
drm/i915: Remove (struct_mutex) locking for busy-ioctl
Chris Wilson
1
-30
/
+101
2016-08-05
drm/i915: Remove (struct_mutex) locking for wait-ioctl
Chris Wilson
1
-31
/
+12
2016-08-05
drm/i915: Do a nonblocking wait first in pread/pwrite
Chris Wilson
1
-25
/
+35
2016-08-05
drm/i915: Tidy generation of the GTT mmap offset
Chris Wilson
1
-47
/
+22
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-17
/
+14
2016-08-05
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
1
-18
/
+0
2016-08-05
drm/i915: Convert non-blocking waits for requests over to using RCU
Chris Wilson
1
-66
/
+48
2016-08-04
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
1
-1
/
+6
2016-08-04
drm/i915: Move i915_gem_object_wait_rendering()
Chris Wilson
1
-101
/
+103
[next]