index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_resource.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Implement an infrastructure for read-coherent resources
Thomas Hellstrom
2019-11-06
1
-4
/
+99
*
drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
Thomas Hellstrom
2019-11-06
1
-9
/
+24
*
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
2019-11-06
1
-0
/
+57
*
drm/ttm: always keep BOs on the LRU
Christian König
2019-10-25
1
-2
/
+1
*
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-08-21
1
-3
/
+3
|
\
|
*
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
1
-3
/
+3
*
|
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
2019-08-15
1
-13
/
+42
*
|
drm/vmwgfx: drop reminaing users of drmP.h
Sam Ravnborg
2019-08-15
1
-3
/
+2
|
/
*
drm/vmwgfx: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2019-08-06
1
-3
/
+3
*
dma-buf: add more reservation object locking wrappers
Christian König
2019-08-05
1
-3
/
+3
*
drm/ttm: Make LRU removal optional v2
Christian König
2019-05-31
1
-1
/
+2
*
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
2019-04-08
1
-5
/
+2
*
drm/vmwgfx: Be more restrictive when dirtying resources
Thomas Hellstrom
2019-04-08
1
-11
/
+10
*
drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
2019-01-28
1
-2
/
+4
*
drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
2019-01-28
1
-1
/
+2
*
drm/ttm: allow reserving more than one shared slot v3
Christian König
2018-12-07
1
-5
/
+5
*
drm/vmwgfx: Make user resource lookups reference-free during validation
Thomas Hellstrom
2018-09-28
1
-0
/
+35
*
drm/vmwgfx: Remove the user resource destructor check
Thomas Hellstrom
2018-09-27
1
-3
/
+0
*
drm/vmwgfx: Remove the resource avail field
Thomas Hellstrom
2018-09-27
1
-52
/
+23
*
drm/vmwgfx: Modify the resource validation interface
Thomas Hellstrom
2018-09-27
1
-5
/
+8
*
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
2018-07-10
1
-646
/
+59
|
\
|
*
drm/vmwgfx: Use blocking buffer object reserves when evicting resources
Thomas Hellstrom
2018-07-03
1
-10
/
+19
|
*
drm/vmwgfx: Move buffer object related code to vmwgfx_bo.c
Thomas Hellstrom
2018-07-03
1
-619
/
+21
|
*
drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
Thomas Hellstrom
2018-07-03
1
-139
/
+141
*
|
drm/vmwgfx: add SPDX idenitifier and clarify license
Dirk Hohndel (VMware)
2018-06-29
1
-2
/
+2
|
/
*
drm/vmwgfx: Avoid pinning fbdev framebuffers
Thomas Hellstrom
2018-03-22
1
-0
/
+23
*
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-27
1
-2
/
+2
*
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
2017-12-06
1
-2
/
+4
*
drm/vmwgfx: Fix NULL pointer comparison
Ravikant B Sharma
2017-07-18
1
-2
/
+2
*
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
2017-04-10
1
-2
/
+2
|
\
|
*
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
Thomas Hellstrom
2017-03-30
1
-2
/
+2
*
|
drm/vmwgfx: Re-implement the stream resource as a simple resource.
Thomas Hellstrom
2017-04-01
1
-254
/
+0
*
|
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-01
1
-2
/
+2
|
/
*
drm/vmwgfx: Annotate ignored return values
Thomas Hellstrom
2017-01-27
1
-2
/
+2
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-1
/
+1
*
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-4
/
+2
*
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-05
1
-2
/
+2
*
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-05
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-04
1
-1
/
+1
[next]