index
:
linux.git
arm64-uaccess
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
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Truncate the shmem backing pages on purge
Chris Wilson
2010-08-09
1
-2
/
+9
*
drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2)
Chris Wilson
2010-08-09
1
-0
/
+17
*
drm/i915: Move the eviction logic to its own file.
Chris Wilson
2010-08-09
1
-229
/
+2
*
drm/i915: Use a common seqno for all rings.
Chris Wilson
2010-08-09
1
-0
/
+2
*
drm/i915: prepare for fair lru eviction
Daniel Vetter
2010-08-09
1
-26
/
+41
*
drm/i915: Append the object onto the inactive list on binding.
Chris Wilson
2010-08-09
1
-7
/
+4
*
drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer
Chris Wilson
2010-08-09
1
-0
/
+4
*
drm/i915: report all active objects as busy
Chris Wilson
2010-08-09
1
-14
/
+26
*
drm/i915: Only emit flushes on active rings.
Chris Wilson
2010-08-09
1
-10
/
+16
*
drm,io-mapping: Specify slot to use for atomic mappings
Chris Wilson
2010-08-05
1
-4
/
+5
*
drm/i915: Unreference object not handle on creation
Chris Wilson
2010-08-01
1
-2
/
+1
*
drm/i915: Attempt to uncouple object after catastrophic failure in unbind
Chris Wilson
2010-08-01
1
-5
/
+6
*
drm/i915: Repeat unbinding during free if interrupted (v6)
Chris Wilson
2010-08-01
1
-10
/
+41
*
drm/i915: Refactor i915_gem_retire_requests()
Chris Wilson
2010-08-01
1
-21
/
+18
*
drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()
Chris Wilson
2010-08-01
1
-12
/
+31
*
drm/i915: Propagate error from drm_install_irq() during EnterVT
Chris Wilson
2010-08-01
1
-1
/
+11
*
drm/i915: Explosion following OOM in do_execbuffer.
Chris Wilson
2010-08-01
1
-1
/
+2
*
Merge tag 'v2.6.35-rc6' into drm-radeon-next
Dave Airlie
2010-08-02
1
-1
/
+12
|
\
|
*
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-07-20
1
-0
/
+10
|
|
\
|
|
*
drm/i915: enable low power render writes on GEN3 hardware.
Dave Airlie
2010-07-20
1
-0
/
+10
|
*
|
mm: add context argument to shrinker callback
Dave Chinner
2010-07-19
1
-1
/
+1
|
*
|
drm/i915: add 'reclaimable' to i915 self-reclaimable page allocations
Linus Torvalds
2010-07-18
1
-0
/
+1
|
|
/
*
/
drm: kill drm_mm_node->private
Daniel Vetter
2010-07-07
1
-3
/
+1
|
/
*
drm/i915: fix hibernation since i915 self-reclaim fixes
Linus Torvalds
2010-07-01
1
-1
/
+1
*
drm/i915: Fix up address spaces in slow_kernel_write()
Chris Wilson
2010-05-28
1
-25
/
+17
*
drm/i915: Use non-atomic kmap for slow copy paths
Chris Wilson
2010-05-28
1
-52
/
+30
*
drm/i915: Avoid moving from CPU domain during pwrite
Chris Wilson
2010-05-28
1
-1
/
+2
*
drm/i915: Cleanup after failed initialization of ringbuffers
Chris Wilson
2010-05-28
1
-1
/
+18
*
drm/i915: Reject bind_to_gtt() early if object > aperture
Chris Wilson
2010-05-28
1
-0
/
+8
*
drm/i915: Remove spurious warning "Failure to install fence"
Chris Wilson
2010-05-28
1
-6
/
+11
*
drm/i915: Rebind bo if currently bound with incorrect alignment.
Chris Wilson
2010-05-28
1
-0
/
+11
*
drm/i915: Propagate error from unbinding an unfenceable object.
Chris Wilson
2010-05-28
1
-3
/
+7
*
drm/i915: Avoid nesting of domain changes when setting display plane
Chris Wilson
2010-05-28
1
-5
/
+3
*
drm/i915: combine all small integers into one single bitfield
Daniel Vetter
2010-05-26
1
-0
/
+5
*
drm/i915: implement BSD ring buffer V2
Zou Nan hai
2010-05-26
1
-13
/
+94
*
drm/i915: convert some gem structures to per-ring V2
Zou Nan hai
2010-05-26
1
-90
/
+120
*
drm/i915: introduce intel_ring_buffer structure (V2)
Zou Nan hai
2010-05-26
1
-11
/
+65
*
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
Eric Anholt
2010-05-26
1
-1
/
+1
*
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
Eric Anholt
2010-05-26
1
-424
/
+3
*
drm/i915: move fence lru to struct drm_i915_fence_reg
Daniel Vetter
2010-05-10
1
-12
/
+21
*
Merge remote branch 'origin/master' into drm-intel-next
Eric Anholt
2010-05-10
1
-12
/
+139
|
\
|
*
drm/i915: fix non-Ironlake 965 class crashes
Jesse Barnes
2010-04-23
1
-1
/
+1
|
*
drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge
Jesse Barnes
2010-04-22
1
-12
/
+133
|
*
drm/i915: fix tiling limits for i915 class hw v2
Daniel Vetter
2010-04-18
1
-0
/
+6
*
|
drm/i915: Wait for the GPU whilst shrinking, if truly desperate.
Chris Wilson
2010-05-07
1
-0
/
+45
*
|
drm/i915: drop pointer to drm_gem_object
Daniel Vetter
2010-04-20
1
-11
/
+10
*
|
drm/i915: don't use ->driver_private anymore
Daniel Vetter
2010-04-20
1
-1
/
+1
*
|
drm/i915: embed the gem object into drm_i915_gem_object
Daniel Vetter
2010-04-20
1
-29
/
+29
*
|
drm/i915: introduce i915_gem_alloc_object
Daniel Vetter
2010-04-20
1
-3
/
+9
*
|
drm: free core gem object from driver callbacks
Daniel Vetter
2010-04-20
1
-0
/
+3
|
/
[next]