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
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2012-05-29
1
-5
/
+11
|
\
|
*
drm/i915: Remove the error message for unbinding pinned buffers
Chris Wilson
2012-05-25
1
-4
/
+2
|
*
drm/i915: Limit page allocations to lowmem (dma32) for i965
Chris Wilson
2012-05-25
1
-1
/
+9
*
|
i915: add dmabuf/prime buffer sharing support.
Daniel Vetter
2012-05-23
1
-2
/
+35
|
/
*
drm/i915: Introduce for_each_ring() macro
Chris Wilson
2012-05-19
1
-19
/
+20
*
Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued
Daniel Vetter
2012-05-08
1
-3
/
+1
|
\
|
*
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
2012-05-07
1
-3
/
+1
|
|
\
|
|
*
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
1
-3
/
+1
*
|
|
drm/i915: extract some common olr+wedge code
Ben Widawsky
2012-05-03
1
-57
/
+63
*
|
|
drm/i915 disallow physical batchbuffers for KMS
Daniel Vetter
2012-05-03
1
-2
/
+3
*
|
|
drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct
Daniel Vetter
2012-05-03
1
-1
/
+1
*
|
|
drm/i915: use __wait_seqno for ring throttle
Ben Widawsky
2012-05-03
1
-19
/
+1
*
|
|
drm/i915: remove polled wait from throttle
Ben Widawsky
2012-05-03
1
-4
/
+1
*
|
|
drm/i915: extract __wait_seqno from i915_wait_request
Ben Widawsky
2012-05-03
1
-18
/
+31
*
|
|
drm/i915: drop polled waits from i915_wait_request
Ben Widawsky
2012-05-03
1
-14
/
+11
*
|
|
drm/i915: kill waiting_seqno
Ben Widawsky
2012-05-03
1
-2
/
+0
*
|
|
drm/i915: move vbetool invoked ier stuff
Ben Widawsky
2012-05-03
1
-14
/
+0
*
|
|
drm/i915: remove do_retire from i915_wait_request
Ben Widawsky
2012-05-03
1
-22
/
+11
*
|
|
drm/i915: use the new masked bit macro some more
Daniel Vetter
2012-05-03
1
-6
/
+2
*
|
|
drm/i915: rip out GEM drm feature checks
Daniel Vetter
2012-05-03
1
-18
/
+1
*
|
|
drm/i915: disallow gem ums init ioctl for kms
Daniel Vetter
2012-05-03
1
-0
/
+3
*
|
|
drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c
Chris Wilson
2012-05-03
1
-0
/
+64
*
|
|
drm/i915: Remove the deferred-free list
Chris Wilson
2012-05-03
1
-39
/
+19
*
|
|
drm/i915: Remove the list of pinned inactive objects
Chris Wilson
2012-05-03
1
-30
/
+8
*
|
|
drm/i915: Remove i915_gem_evict_inactive()
Chris Wilson
2012-05-03
1
-7
/
+2
*
|
|
drm/i915: Bump the inactive LRU on set-to-GTT-domain
Chris Wilson
2012-05-03
1
-1
/
+6
*
|
|
drm/i915: create macros to handle masked bits
Daniel Vetter
2012-05-03
1
-4
/
+4
*
|
|
drm/i915: Clarify the semantics of tiling_changed
Chris Wilson
2012-05-03
1
-4
/
+4
*
|
|
drm/i915: [sparse] __iomem fixes for gem
Ben Widawsky
2012-05-03
1
-4
/
+7
|
/
/
*
|
drm/i915: Refactor get_fence() to use the common fence writing routine
Chris Wilson
2012-04-18
1
-43
/
+27
*
|
drm/i915: Refactor fence clearing to use the common fence writing routine
Chris Wilson
2012-04-18
1
-53
/
+9
*
|
drm/i915: Refactor put_fence() to use the common fence writing routine
Chris Wilson
2012-04-18
1
-11
/
+51
*
|
drm/i915: Prepare to consolidate fence writing
Chris Wilson
2012-04-18
1
-103
/
+108
*
|
drm/i915: Remove the unsightly "optimisation" from flush_fence()
Chris Wilson
2012-04-18
1
-13
/
+5
*
|
drm/i915: Simplify fence finding
Chris Wilson
2012-04-18
1
-13
/
+3
*
|
drm/i915: Discard the unused obj->last_fenced_ring
Chris Wilson
2012-04-18
1
-11
/
+5
*
|
drm/i915: Remove unused ring->setup_seqno
Chris Wilson
2012-04-18
1
-17
/
+0
*
|
drm/i915: Remove fence pipelining
Chris Wilson
2012-04-18
1
-119
/
+36
*
|
drm/i915: Remove the pipelined parameter from get_fence()
Chris Wilson
2012-04-18
1
-4
/
+3
*
|
drm/i915: properly set ppgtt cacheability on snb
Daniel Vetter
2012-04-17
1
-1
/
+4
*
|
drm/i915: set w/a bit for snb pagefaults
Daniel Vetter
2012-04-17
1
-1
/
+6
*
|
Merge tag 'v3.4-rc3' into drm-intel-next-queued
Daniel Vetter
2012-04-17
1
-0
/
+2
|
\
|
|
*
drm/i915: clear fencing tracking state when retiring requests
Daniel Vetter
2012-04-12
1
-0
/
+2
*
|
drm/i915: don't pwrite tiled objects through the gtt
Daniel Vetter
2012-04-15
1
-0
/
+1
*
|
drm/i915: hide (seqno-1) in ringbuffer code
Ben Widawsky
2012-04-12
1
-1
/
+1
*
|
drm/i915: fix for when semaphore updates fail
Ben Widawsky
2012-04-12
1
-2
/
+4
*
|
drm/i915: i915_gem_object_sync must handle NULL
Ben Widawsky
2012-04-12
1
-1
/
+13
*
|
drm/i915: Allow concurrent read access between CPU and GPU domain
Chris Wilson
2012-04-12
1
-3
/
+5
*
|
drm/i915: use semaphores for the display plane
Ben Widawsky
2012-04-12
1
-7
/
+44
*
|
drm/i915: Reorganise rules for get_fence/put_fence
Chris Wilson
2012-04-12
1
-7
/
+7
[next]