index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_execbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Add DX query support. Various fixes.
Sinclair Yeh
2015-08-12
1
-18
/
+191
*
drm/vmwgfx: Add command parser support for a couple of DX commands
Neha Bhende
2015-08-12
1
-2
/
+48
*
drm/vmwgfx: Command parser fixes for DX
Charmaine Lee
2015-08-12
1
-13
/
+85
*
drm/vmwgfx: Initial DX support
Thomas Hellstrom
2015-08-12
1
-116
/
+1232
*
drm/vmwgfx: Update device includes for DX device functionality
Sinclair Yeh
2015-08-12
1
-2
/
+0
*
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
1
-9
/
+9
*
drm/vmwgfx: Convert screen targets to new helpers v3
Thomas Hellstrom
2015-08-05
1
-19
/
+5
*
drm/vmwgfx: Add kms helpers for dirty- and readback functions
Thomas Hellstrom
2015-08-05
1
-8
/
+11
*
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
2015-08-05
1
-41
/
+40
*
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
Sinclair Yeh
2015-08-05
1
-7
/
+13
*
drm/vmwgfx: Add "quirk" to handling command verification exceptions
Thomas Hellstrom
2015-08-05
1
-0
/
+10
*
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
2015-08-05
1
-28
/
+152
*
drm/vmwgfx: Correctly NULLify dma buffer pointer on failure
Colin Ian King
2015-03-11
1
-4
/
+6
*
drm/vmwgfx: Fix a couple of lock dependency violations
Thomas Hellstrom
2015-03-11
1
-5
/
+3
*
drm/ttm: optionally move duplicates to a separate list
Christian König
2014-12-03
1
-2
/
+4
*
drm: backmerge tag 'v3.17-rc5' into drm-next
Dave Airlie
2014-09-16
1
-6
/
+5
|
\
|
*
drm/vmwgfx: Fix an incorrect OOM return value
Thomas Hellstrom
2014-09-01
1
-6
/
+5
*
|
drm/ttm: allow fence to be added as shared
Christian König
2014-09-11
1
-0
/
+3
*
|
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
2014-09-02
1
-1
/
+1
*
|
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
2014-09-02
1
-11
/
+3
*
|
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
2014-09-01
1
-1
/
+0
*
|
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
2014-09-01
1
-5
/
+2
|
/
*
drm/vmwgfx: Fix compat shader namespace
Thomas Hellstrom
2014-07-04
1
-99
/
+128
*
drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2
Thomas Hellstrom
2014-04-24
1
-0
/
+22
*
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
2014-03-28
1
-3
/
+2
*
drm/vmwgfx: Fix command defines and checks
Thomas Hellstrom
2014-02-12
1
-0
/
+3
*
drm/vmwgfx: Remove stray const
Thomas Hellstrom
2014-02-12
1
-1
/
+1
*
drm/vmwgfx: unlock on error path in vmw_execbuf_process()
Dan Carpenter
2014-02-12
1
-1
/
+1
*
drm/vmwgfx: Fix a couple of sparse warnings and errors
Thomas Hellstrom
2014-02-12
1
-1
/
+1
*
drm/vmwgfx: Reemit context bindings when necessary v2
Thomas Hellstrom
2014-02-05
1
-4
/
+81
*
drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2
Thomas Hellstrom
2014-02-05
1
-29
/
+168
*
drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devices
Thomas Hellstrom
2014-02-05
1
-2
/
+35
*
drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...
Thomas Hellstrom
2014-02-05
1
-4
/
+5
*
drm/vmwgfx: Don't commit staged bindings if execbuf fails
Thomas Hellstrom
2014-02-05
1
-2
/
+4
*
drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2
Thomas Hellstrom
2014-01-17
1
-1
/
+1
*
drm/vmwgfx: Persistent tracking of context bindings
Thomas Hellstrom
2014-01-17
1
-5
/
+26
*
drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf
Thomas Hellstrom
2014-01-17
1
-11
/
+84
*
drm/vmwgfx: Block the BIND_SHADERCONSTS command
Thomas Hellstrom
2014-01-17
1
-34
/
+2
*
drm/vmwgfx: Extend the command verifier to handle guest-backed on / off
Thomas Hellstrom
2014-01-17
1
-107
/
+208
*
drm/vmwgfx: Add new unused (by user-space) commands to the verifier
Thomas Hellstrom
2014-01-17
1
-0
/
+26
*
drm/vmwgfx: Validate guest-backed shader const commands
Thomas Hellstrom
2014-01-17
1
-0
/
+35
*
drm/vmwgfx: Add guest-backed shaders
Thomas Hellstrom
2014-01-17
1
-0
/
+35
*
drm/vmwgfx: Hook up guest-backed surfaces
Thomas Hellstrom
2014-01-17
1
-0
/
+231
*
drm/vmwgfx: Hook up guest-backed contexts
Thomas Hellstrom
2014-01-17
1
-0
/
+5
*
drm/vmwgfx: Hook up guest-backed queries
Thomas Hellstrom
2014-01-17
1
-1
/
+214
*
drm/vmwgfx: Add the possibility to validate a buffer as a MOB
Thomas Hellstrom
2014-01-17
1
-7
/
+19
*
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
2013-06-28
1
-6
/
+8
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
1
-2
/
+2
*
drm/vmwgfx: Refactor resource management
Thomas Hellstrom
2012-11-21
1
-248
/
+650
*
drm/vmwgfx: remove use of fence_obj_args
Maarten Lankhorst
2012-11-20
1
-13
/
+2
[next]