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_fence.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Fix a deadlock in dma buf fence polling
Zack Rusin
2024-07-25
1
-10
/
+7
*
drm/vmwgfx: Fix invalid reads in fence signaled events
Zack Rusin
2024-04-30
1
-1
/
+1
*
drm/vmwgfx: Rename vmw_buffer_object to vmw_bo
Zack Rusin
2023-02-14
1
-1
/
+1
*
drm/vmwgfx: Fix fencing on SVGAv3
Zack Rusin
2022-03-11
1
-7
/
+21
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2022-02-07
1
-1
/
+1
|
\
|
*
drm/vmwgfx: Fix stale file descriptors on failed usercopy
Mathias Krause
2022-01-27
1
-1
/
+1
*
|
drm/vmwgfx: remove vmw_wait_dma_fence
Christian König
2022-02-02
1
-46
/
+0
|
/
*
drm/vmwgfx: Implement DRIVER_GEM
Zack Rusin
2021-12-09
1
-7
/
+6
*
drm/vmwgfx: Remove the dedicated memory accounting
Zack Rusin
2021-12-09
1
-30
/
+0
*
drm/vmwgfx: Add basic support for SVGA3
Zack Rusin
2021-05-11
1
-14
/
+4
*
drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/...
Lee Jones
2021-01-19
1
-8
/
+10
*
drm/vmwgfx: Cleanup fifo mmio handling
Zack Rusin
2021-01-14
1
-14
/
+10
*
drm/vmwgfx: Switch to a managed drm device
Zack Rusin
2021-01-14
1
-2
/
+2
*
drm/vmwgfx: Return true in function vmw_fence_obj_signaled()
Jason Yan
2020-05-16
1
-1
/
+1
*
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-08-21
1
-0
/
+3
|
\
|
*
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
2019-08-17
1
-0
/
+3
*
|
drm/vmwgfx: drop reminaing users of drmP.h
Sam Ravnborg
2019-08-15
1
-1
/
+2
|
/
*
drm/vmwgfx: Remove set but not used variable 'file_priv'
YueHaibing
2018-12-05
1
-3
/
+0
*
drm/vmwgfx: Make the object handles idr-generated
Thomas Hellstrom
2018-09-27
1
-3
/
+4
*
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
2018-07-10
1
-12
/
+26
|
\
|
*
drm/vmwgfx: Reorganize the fence wait loop
Thomas Hellstrom
2018-07-03
1
-12
/
+26
*
|
drm/vmwgfx: add SPDX idenitifier and clarify license
Dirk Hohndel (VMware)
2018-06-29
1
-2
/
+2
|
/
*
drm/vmwgfx: use monotonic event timestamps
Arnd Bergmann
2018-03-22
1
-4
/
+5
*
drm/ttm: use an operation ctx for ttm_mem_global_alloc
Roger He
2017-12-27
1
-1
/
+5
*
drm/vmwgfx: constify vmw_fence_ops
Arvind Yadav
2017-11-01
1
-1
/
+1
*
drm/vmwgfx: Add export fence to file descriptor support
Sinclair Yeh
2017-08-28
1
-1
/
+1
*
drm/vmwgfx: Add support for imported Fence File Descriptor
Sinclair Yeh
2017-08-28
1
-0
/
+45
*
drm/vmwgfx: Move irq bottom half processing to threads
Thomas Hellstrom
2017-08-28
1
-33
/
+24
*
drm/vmwgfx: Fix NULL pointer comparison
Ravikant B Sharma
2017-07-18
1
-5
/
+5
*
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
Thomas Hellstrom
2017-03-30
1
-4
/
+2
*
drm/vmwgfx: Type-check lookups of fence objects
Thomas Hellstrom
2017-03-30
1
-27
/
+50
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-22
/
+22
*
dma-buf/fence: make fence context 64 bit v2
Christian König
2016-06-02
1
-1
/
+1
*
drm/vmwgfx: Nuke preclose hook
Daniel Vetter
2016-02-08
1
-52
/
+0
*
drm/vmwgfx: fix a NULL dereference
Dan Carpenter
2016-01-28
1
-1
/
+1
*
drm: Create drm_send_event helpers
Daniel Vetter
2016-01-25
1
-2
/
+1
*
drm/vmwgfx: Use the new event init/free functions
Daniel Vetter
2016-01-25
1
-24
/
+8
*
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses
Thomas Hellstrom
2015-11-02
1
-12
/
+12
*
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
2015-08-12
1
-1
/
+1
*
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
1
-4
/
+4
*
drm/vmwgfx: Replace the hw mutex with a hw spinlock
Thomas Hellstrom
2015-01-19
1
-16
/
+2
*
drm/vmwgfx: Fix fence event code
Thomas Hellstrom
2014-12-03
1
-11
/
+6
*
drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
Thomas Hellstrom
2014-12-03
1
-20
/
+2
*
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
2014-09-02
1
-125
/
+191
*
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
2014-09-02
1
-30
/
+20
*
drivers: gpu: Mark functions as static in vmwgfx_fence.c
Rashika Kheria
2014-01-08
1
-3
/
+3
*
drm/ttm: ttm object security fixes for render nodes
Thomas Hellstrom
2014-01-08
1
-1
/
+2
*
drm/vmwgfx: Free user-space fence objects correctly
Thomas Hellstrom
2012-11-28
1
-1
/
+1
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
*
vmwgfx: corruption in vmw_event_fence_action_create()
Dan Carpenter
2012-09-26
1
-1
/
+1
[next]