Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d01316d0469fdda754cdae0351b6e96c90698485
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_execbuf.c
d01316d
drm/vmwgfx: Use preprocessor macro for cmd struct
by Deepak Rawat
· 6 years ago
6f74fd9
drm/vmwgfx: Use preprocessor macro to get valid context node
by Deepak Rawat
· 6 years ago
4efa666
drm/vmwgfx: remove redundant unlikely annotation
by Chengguang Xu
· 6 years ago
a9f58c4
drm/vmwgfx: Be more restrictive when dirtying resources
by Thomas Hellstrom
· 6 years ago
728354c
drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
by Thomas Hellstrom
· 6 years ago
fd56746
drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3
by Thomas Hellstrom
· 6 years ago
e06d45d
drm/vmwgfx: remove redundant return ret statement
by Colin Ian King
· 6 years ago
e8c66ef
drm/vmwgfx: Make user resource lookups reference-free during validation
by Thomas Hellstrom
· 6 years ago
1b9a01d
drm/vmwgfx: Don't refcount cotable lookups during command buffer validation
by Thomas Hellstrom
· 6 years ago
508108e
drm/vmwgfx: Don't refcount command-buffer managed resource lookups during command buffer validation
by Thomas Hellstrom
· 6 years ago
b139d43
drm/vmwgfx: Make buffer object lookups reference-free during validation
by Thomas Hellstrom
· 6 years ago
cc1e3b7
drm/vmwgfx: Reduce the size of buffer object relocations
by Thomas Hellstrom
· 6 years ago
fc18afc
drm/vmwgfx: Use a validation context allocator for relocations and validations
by Thomas Hellstrom
· 6 years ago
9c079b8
drm/vmwgfx: Adapt execbuf to the new validation api
by Thomas Hellstrom
· 6 years ago
84e1bf0
drm/vmwgfx: Modify the resource validation interface
by Thomas Hellstrom
· 6 years ago
b861686
Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 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
0d81d34
drm/vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy command
by Neha Bhende
· 7 years ago
dc75e73
drm/vmwgfx: Update the device headers
by Deepak Rawat
· 7 years ago
f1d34bf
drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
by Thomas Hellstrom
· 7 years ago
dff9688
drm/vmwgfx: add SPDX idenitifier and clarify license
by Dirk Hohndel (VMware)
· 7 years ago
4a6cc7a
BackMerge tag 'v4.15-rc8' into drm-next
by Dave Airlie
· 7 years ago
0d9cac0
drm/vmwgfx: Potential off by one in vmw_view_add()
by Dan Carpenter
· 7 years ago
19be557
drm/ttm: add operation ctx to ttm_bo_validate v2
by Christian König
· 8 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
2cfa0bb
drm/vmwgfx: Prepare to support fence fd
by Sinclair Yeh
· 7 years ago
5f55be5f
drm/vmwgfx: Support the NOP_ERROR command
by Thomas Hellstrom
· 7 years ago
65b97a2
drm/vmwgfx: Restart command buffers after errors
by Thomas Hellstrom
· 7 years ago
fcfffdd
drm/vmwgfx: Fix gcc-7.1.1 warning
by Sinclair Yeh
· 7 years ago
8bd6287
drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()
by Brian Paul
· 7 years ago
1a4adb0
drm/vmwgfx: Fix NULL pointer comparison
by Ravikant B Sharma
· 8 years ago
a194403
drm/vmwgfx: Avoid validating views on view destruction
by Thomas Hellstrom
· 8 years ago
51ab70b
drm/vmwgfx: Limit the user-space command buffer size
by Thomas Hellstrom
· 8 years ago
728c3b53
drm/vmwgfx: Remove a leftover debug printout
by Thomas Hellstrom
· 8 years ago
e7a4528
drm/vmwgfx: Allow resource relocations on byte boundaries
by Thomas Hellstrom
· 8 years ago
1f982e4
drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER command
by Charmaine Lee
· 8 years ago
0bc3299
drm/vmwgfx: Delete an unnecessary check before the function call "vfree"
by Markus Elfring
· 8 years ago
e02e588
drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.
by Charmaine Lee
· 9 years ago
1883598
drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
by Charmaine Lee
· 9 years ago
f3b33550
drm/vmwgfx: Add DXGenMips support
by Charmaine Lee
· 9 years ago
54c12bc
drm/vmwgfx: Fix up user_dmabuf refcounting
by Thomas Hellstrom
· 9 years ago
fd11a3c
drm/vmwgfx: Add DX query support. Various fixes.
by Sinclair Yeh
· 9 years ago
0fca749e
drm/vmwgfx: Add command parser support for a couple of DX commands
by Neha Bhende
· 9 years ago
2f633e5
drm/vmwgfx: Command parser fixes for DX
by Charmaine Lee
· 9 years ago
d80efd5
drm/vmwgfx: Initial DX support
by Thomas Hellstrom
· 9 years ago
8ce75f8
drm/vmwgfx: Update device includes for DX device functionality
by Sinclair Yeh
· 9 years ago
b9eb1a6
drm/vmwgfx: Kill a bunch of sparse warnings
by Thomas Hellstrom
· 10 years ago
6bf6bf0
drm/vmwgfx: Convert screen targets to new helpers v3
by Thomas Hellstrom
· 10 years ago
1a4b172
drm/vmwgfx: Add kms helpers for dirty- and readback functions
by Thomas Hellstrom
· 10 years ago
459d0fa
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
by Thomas Hellstrom
· 10 years ago
f89c6c3
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
by Sinclair Yeh
· 10 years ago
c9146cd
drm/vmwgfx: Add "quirk" to handling command verification exceptions
by Thomas Hellstrom
· 10 years ago
3eab3d9
drm/vmwgfx: Add command buffer support v3
by Thomas Hellstrom
· 10 years ago
da5efff
drm/vmwgfx: Correctly NULLify dma buffer pointer on failure
by Colin Ian King
· 10 years ago
5151adb
drm/vmwgfx: Fix a couple of lock dependency violations
by Thomas Hellstrom
· 10 years ago
aa35071
drm/ttm: optionally move duplicates to a separate list
by Christian König
· 10 years ago
b2efb3f
drm: backmerge tag 'v3.17-rc5' into drm-next
by Dave Airlie
· 10 years ago
ae9c0af
drm/ttm: allow fence to be added as shared
by Christian König
· 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
9f9cb84
drm/vmwgfx: Fix an incorrect OOM return value
by Thomas Hellstrom
· 10 years ago
1f0dc9a
drm/ttm: kill off some members to ttm_validate_buffer
by Maarten Lankhorst
· 11 years ago
58b4d72
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
by Maarten Lankhorst
· 11 years ago
18e4a46
drm/vmwgfx: Fix compat shader namespace
by Thomas Hellstrom
· 11 years ago
cbd75e9
drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2
by Thomas Hellstrom
· 11 years ago
294adf7
drm/vmwgfx: Use a per-device semaphore for reservation protection
by Thomas Hellstrom
· 11 years ago
36e952c
drm/vmwgfx: Fix command defines and checks
by Thomas Hellstrom
· 11 years ago
4fbd9d2
drm/vmwgfx: Remove stray const
by Thomas Hellstrom
· 11 years ago
b2ad988
drm/vmwgfx: unlock on error path in vmw_execbuf_process()
by Dan Carpenter
· 11 years ago
8e67bbb
drm/vmwgfx: Fix a couple of sparse warnings and errors
by Thomas Hellstrom
· 11 years ago
30f82d81
drm/vmwgfx: Reemit context bindings when necessary v2
by Thomas Hellstrom
· 11 years ago
d5bde95
drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2
by Thomas Hellstrom
· 11 years ago
0ccbbae
drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devices
by Thomas Hellstrom
· 11 years ago
cf5e341
drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls behave like reservation calls"
by Thomas Hellstrom
· 11 years ago
76c7d18
drm/vmwgfx: Don't commit staged bindings if execbuf fails
by Thomas Hellstrom
· 11 years ago
f2a0dcb
drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2
by Thomas Hellstrom
· 11 years ago
173fb7d
drm/vmwgfx: Persistent tracking of context bindings
by Thomas Hellstrom
· 11 years ago
b5c3b1a6
drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf
by Thomas Hellstrom
· 11 years ago
8ba0731
drm/vmwgfx: Block the BIND_SHADERCONSTS command
by Thomas Hellstrom
· 11 years ago
c373d4e
drm/vmwgfx: Extend the command verifier to handle guest-backed on / off
by Thomas Hellstrom
· 12 years ago
74c10d1
drm/vmwgfx: Add new unused (by user-space) commands to the verifier
by Thomas Hellstrom
· 12 years ago
a21aa61
drm/vmwgfx: Validate guest-backed shader const commands
by Thomas Hellstrom
· 12 years ago
c74c162
drm/vmwgfx: Add guest-backed shaders
by Thomas Hellstrom
· 12 years ago
a97e219
drm/vmwgfx: Hook up guest-backed surfaces
by Thomas Hellstrom
· 12 years ago
58a0c5f
drm/vmwgfx: Hook up guest-backed contexts
by Thomas Hellstrom
· 12 years ago
ddcda24
drm/vmwgfx: Hook up guest-backed queries
by Thomas Hellstrom
· 12 years ago
96c5f0d
drm/vmwgfx: Add the possibility to validate a buffer as a MOB
by Thomas Hellstrom
· 12 years ago
ecff665
drm/ttm: make ttm reservation calls behave like reservation calls
by Maarten Lankhorst
· 12 years ago
97a875c
drm/ttm: remove no_wait_reserve, v3
by Maarten Lankhorst
· 12 years ago
c0951b7
drm/vmwgfx: Refactor resource management
by Thomas Hellstrom
· 12 years ago
be013367
drm/vmwgfx: remove use of fence_obj_args
by Maarten Lankhorst
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
bb1bd2f
vmwgfx: Make it possible to get fence from execbuf
by Jakob Bornecrantz
· 13 years ago
1717c0e
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
by Dave Airlie
· 13 years ago
80d9b24
vmwgfx: information leak in vmw_execbuf_copy_fence_user()
by Dan Carpenter
· 13 years ago
57c5ee7
vmwgfx: Add fence events
by Thomas Hellstrom
· 13 years ago
8bf445c
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
by Thomas Hellstrom
· 13 years ago
5bb39e8
vmwgfx: Handle device surface memory limit
by Thomas Hellstrom
· 13 years ago
f18c884
vmwgfx: Optimize the command submission resource list
by Thomas Hellstrom
· 13 years ago
Next »