Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
54309fde1a352ad2674ebba004a79f7d20b9f037
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_fence.c
8afa13a
drm/vmwgfx: Implement DRIVER_GEM
by Zack Rusin
· 3 years, 1 month ago
8aadeb8
drm/vmwgfx: Remove the dedicated memory accounting
by Zack Rusin
· 3 years, 1 month ago
2cd80db
drm/vmwgfx: Add basic support for SVGA3
by Zack Rusin
· 3 years, 8 months ago
c6771b6
drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/headers
by Lee Jones
· 4 years ago
be4f77a
drm/vmwgfx: Cleanup fifo mmio handling
by Zack Rusin
· 4 years, 2 months ago
9703bb3
drm/vmwgfx: Switch to a managed drm device
by Zack Rusin
· 4 years, 2 months ago
8054200
drm/vmwgfx: Return true in function vmw_fence_obj_signaled()
by Jason Yan
· 4 years, 8 months ago
5f68062
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 5 years ago
f2cb60e
dma-fence: Store the timestamp in the same union as the cb_list
by Chris Wilson
· 5 years ago
6ae8748
drm/vmwgfx: drop reminaing users of drmP.h
by Sam Ravnborg
· 6 years ago
e5bd6a3
drm/vmwgfx: Remove set but not used variable 'file_priv'
by YueHaibing
· 6 years ago
c7eae62
drm/vmwgfx: Make the object handles idr-generated
by Thomas Hellstrom
· 6 years ago
8038d2a
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 6 years ago
14dba71
drm/vmwgfx: Reorganize the fence wait loop
by Thomas Hellstrom
· 7 years ago
dff9688
drm/vmwgfx: add SPDX idenitifier and clarify license
by Dirk Hohndel (VMware)
· 7 years ago
37efe80c
drm/vmwgfx: use monotonic event timestamps
by Arnd Bergmann
· 7 years ago
279c01f
drm/ttm: use an operation ctx for ttm_mem_global_alloc
by Roger He
· 7 years ago
ef217b1
drm/vmwgfx: constify vmw_fence_ops
by Arvind Yadav
· 7 years ago
c906965d
drm/vmwgfx: Add export fence to file descriptor support
by Sinclair Yeh
· 7 years ago
58585116
drm/vmwgfx: Add support for imported Fence File Descriptor
by Sinclair Yeh
· 7 years ago
ef36990
drm/vmwgfx: Move irq bottom half processing to threads
by Thomas Hellstrom
· 7 years ago
1a4adb0
drm/vmwgfx: Fix NULL pointer comparison
by Ravikant B Sharma
· 8 years ago
fe25deb
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
by Thomas Hellstrom
· 8 years ago
f7652af
drm/vmwgfx: Type-check lookups of fence objects
by Thomas Hellstrom
· 8 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
76bf0db
dma-buf/fence: make fence context 64 bit v2
by Christian König
· 9 years ago
1c0230d
drm/vmwgfx: Nuke preclose hook
by Daniel Vetter
· 9 years ago
15b6b80
drm/vmwgfx: fix a NULL dereference
by Dan Carpenter
· 9 years ago
fb740cf
drm: Create drm_send_event helpers
by Daniel Vetter
· 9 years ago
6d3729a
drm/vmwgfx: Use the new event init/free functions
by Daniel Vetter
· 9 years ago
b76ff5e
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses
by Thomas Hellstrom
· 9 years ago
54fbde8
drm/vmwgfx: Fix copyright headers
by Sinclair Yeh
· 9 years ago
b9eb1a6
drm/vmwgfx: Kill a bunch of sparse warnings
by Thomas Hellstrom
· 10 years ago
496eb6f
drm/vmwgfx: Replace the hw mutex with a hw spinlock
by Thomas Hellstrom
· 10 years ago
89669e7
drm/vmwgfx: Fix fence event code
by Thomas Hellstrom
· 10 years ago
1f563a6
drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
by Thomas Hellstrom
· 10 years ago
2298e80
drm/vmwgfx: rework to new fence interface, v2
by Maarten Lankhorst
· 11 years ago
c060a4e
drm/vmwgfx: get rid of different types of fence_flags entirely
by Maarten Lankhorst
· 11 years ago
94844cf
drivers: gpu: Mark functions as static in vmwgfx_fence.c
by Rashika Kheria
· 11 years ago
05efb1a
drm/ttm: ttm object security fixes for render nodes
by Thomas Hellstrom
· 11 years ago
35f62a5
drm/vmwgfx: Free user-space fence objects correctly
by Thomas Hellstrom
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
68c4fce
vmwgfx: corruption in vmw_event_fence_action_create()
by Dan Carpenter
· 12 years ago
6b82ef5
vmwgfx: Clean up pending event references to struct drm_file objects on close
by Thomas Hellstrom
· 13 years ago
8b7de6a
vmwgfx: Rework fence event action
by Jakob Bornecrantz
· 13 years ago
0c5d370
vmwgfx: memory leaks caused by double allocation
by Dan Carpenter
· 13 years ago
57c5ee7
vmwgfx: Add fence events
by Thomas Hellstrom
· 13 years ago
e93daed
vmwgfx: Allow reference and unreference of NULL fence objects.
by Thomas Hellstrom
· 13 years ago
ae2a104
vmwgfx: Implement fence objects
by Thomas Hellstrom
· 13 years ago
6bcd8d3c
vmwgfx: Fix confusion caused by using "fence" in various places
by Thomas Hellstrom
· 13 years ago
1925d45
drm/vmwgfx: Add kernel throttling support. Bump minor.
by Thomas Hellstrom
· 15 years ago