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
/
vmwgfx
/
vmwgfx_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-10
1
-4
/
+2
*
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
1
-2
/
+2
*
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
1
-4
/
+3
*
drm/vmwgfx: Fix up user_dmabuf refcounting
Thomas Hellstrom
2015-09-14
1
-8
/
+21
*
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
2015-08-12
1
-1
/
+1
*
drm/vmwgfx: Add DX query support. Various fixes.
Sinclair Yeh
2015-08-12
1
-3
/
+98
*
drm/vmwgfx: Initial DX support
Thomas Hellstrom
2015-08-12
1
-14
/
+34
*
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
1
-10
/
+7
*
drm/vmwgfx: Convert screen targets to new helpers v3
Thomas Hellstrom
2015-08-05
1
-1
/
+1
*
drm/vmwgfx: Add kms helpers for dirty- and readback functions
Thomas Hellstrom
2015-08-05
1
-8
/
+10
*
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
2015-08-05
1
-16
/
+20
*
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
Sinclair Yeh
2015-08-05
1
-1
/
+1
*
drm/vmwgfx: Add an interface to pin a resource v3
Thomas Hellstrom
2015-08-05
1
-1
/
+90
*
drm/vmwgfx: Fix an overlay lockdep error
Thomas Hellstrom
2015-08-05
1
-6
/
+6
*
drm/ttm: optionally move duplicates to a separate list
Christian König
2014-12-03
1
-1
/
+1
*
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
2014-09-30
1
-1
/
+1
*
drm/ttm: allow fence to be added as shared
Christian König
2014-09-11
1
-0
/
+5
*
drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
Maarten Lankhorst
2014-09-02
1
-6
/
+10
*
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
1
-10
/
+4
*
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
2014-09-02
1
-5
/
+4
*
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
2014-09-01
1
-1
/
+1
*
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-09-01
1
-10
/
+6
*
drm/ttm: Fix a few sparse warnings
Thierry Reding
2014-07-22
1
-1
/
+1
*
drm/vmwgfx: Tighten the security around buffer maps
Thomas Hellstrom
2014-03-28
1
-2
/
+7
*
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
2014-03-28
1
-9
/
+6
*
drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...
Thomas Hellstrom
2014-03-02
1
-2
/
+1
*
drm/vmwgfx: Reemit context bindings when necessary v2
Thomas Hellstrom
2014-02-05
1
-1
/
+10
*
drm/vmwgfx: Persistent tracking of context bindings
Thomas Hellstrom
2014-01-17
1
-0
/
+1
*
drm/vmwgfx: Implement a buffer object synccpu ioctl.
Thomas Hellstrom
2014-01-17
1
-1
/
+141
*
drm/vmwgfx: Hook up guest-backed surfaces
Thomas Hellstrom
2014-01-17
1
-1
/
+4
*
drm/vmwgfx: Detach backing store from its resources when it is evicted
Thomas Hellstrom
2014-01-17
1
-1
/
+44
*
drm/vmwgfx: Add the possibility to validate a buffer as a MOB
Thomas Hellstrom
2014-01-17
1
-0
/
+2
*
drm/vmwgfx: Fix dma buffer memory size accounting
Thomas Hellstrom
2013-12-04
1
-10
/
+44
*
drm/vmwgfx: Fix up and comment the dumb buffer implementation
Thomas Hellstrom
2013-12-04
1
-27
/
+37
*
drm/vmwgfx: Make vmwgfx dma buffers prime aware
Thomas Hellstrom
2013-11-18
1
-20
/
+25
*
drm/vmwgfx: Make surfaces prime-aware
Thomas Hellstrom
2013-11-18
1
-1
/
+1
*
drm/vmwgfx: Fix false lockdep warning
Thomas Hellstrom
2013-11-18
1
-10
/
+6
*
Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
2013-11-14
1
-6
/
+36
|
\
|
*
drm/vmwgfx: Resource evict fixes
Thomas Hellstrom
2013-11-12
1
-6
/
+36
*
|
drm/vmwgfx: Don't put resources with invalid id's on lru list
Thomas Hellstrom
2013-10-15
1
-1
/
+1
|
/
*
drm/ttm: convert to unified vma offset manager
David Herrmann
2013-07-25
1
-2
/
+2
*
drm/vmwgfx: get rid of ttm_bo_is_reserved usage
Maarten Lankhorst
2013-06-28
1
-2
/
+2
*
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
2013-06-28
1
-9
/
+14
*
drm/vmwgfx: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-9
/
+8
*
drm/vmwgfx: always use ttm_bo_is_reserved
Maarten Lankhorst
2013-01-15
1
-2
/
+2
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
1
-1
/
+1
*
drm/vmwgfx: Tighten the security around buffer maps
Thomas Hellstrom
2012-11-28
1
-0
/
+20
*
drm/vmwgfx: Break out surface and context management to separate files
Thomas Hellstrom
2012-11-21
1
-1234
/
+9
*
drm/vmwgfx: Refactor resource management
Thomas Hellstrom
2012-11-21
1
-495
/
+1011
*
drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3
Thomas Hellstrom
2012-11-20
1
-4
/
+4
[next]