Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
878c6ecd3e24dc215a9f5e1c32b9873be35c1ff0
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_ioctl.c
878c6ec
drm/vmwgfx: Use enum to represent graphics context capabilities
by Deepak Rawat
· 6 years ago
0652ff3
drm/vmwgfx: Sync legacy multisampling device capability
by Deepak Rawat
· 6 years ago
5724f89
drm/vmwgfx: Add a new define for vmwgfx user-space debugging
by Deepak Rawat
· 6 years ago
b861686
Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 7 years ago
8038d2a
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 7 years ago
9b07b28
drm/vmwgfx: Expose SM4_1 param to user space
by Deepak Rawat
· 7 years ago
3b4c251
drm/vmwgfx: Add CAP2 support in vmwgfx
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
25a2890
drm/vmwgfx: replace drm_*_unreference with drm_*_put
by Haneen Mohammed
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
418da17
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
by Keith Packard
· 8 years ago
53e1679
drm/vmwgfx: Remove getparam error message
by Thomas Hellstrom
· 8 years ago
6377406
drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
by Murray McAllister
· 8 years ago
b76ff5e
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses
by Thomas Hellstrom
· 9 years ago
53c1e53
drm/vmwgfx: Turn off support for multisample count != 0 v2
by Thomas Hellstrom
· 9 years ago
54fbde8
drm/vmwgfx: Fix copyright headers
by Sinclair Yeh
· 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
· 10 years ago
b9eb1a6
drm/vmwgfx: Kill a bunch of sparse warnings
by Thomas Hellstrom
· 10 years ago
35c0512
drm/vmwgfx: Implement screen targets
by Sinclair Yeh
· 10 years ago
496eb6f
drm/vmwgfx: Replace the hw mutex with a hw spinlock
by Thomas Hellstrom
· 10 years ago
294adf7
drm/vmwgfx: Use a per-device semaphore for reservation protection
by Thomas Hellstrom
· 11 years ago
857aea1
drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE
by Charmaine Lee
· 11 years ago
a6fc955
drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2
by Thomas Hellstrom
· 11 years ago
311474d
drm/vmwgfx: Add a parameter to get max MOB memory size
by Thomas Hellstrom
· 12 years ago
716a2fd
drm/vmwgfx: Adapt capability reporting to new hardware version
by Thomas Hellstrom
· 12 years ago
bc2d650
drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
by Thomas Hellstrom
· 12 years ago
43789b9
drm/vmwgfx: Return -ENOENT when a framebuffer can't be found
by Ville Syrjälä
· 11 years ago
2fd5eab
drm/vmwgfx: add proper framebuffer refcounting
by Daniel Vetter
· 12 years ago
786b99e
drm: create drm_framebuffer_lookup
by Daniel Vetter
· 12 years ago
4b096ac
drm: revamp locking around fb creation/destruction
by Daniel Vetter
· 12 years ago
bbe4b99
drm/vmwgfx: use drm_modeset_lock_all
by Daniel Vetter
· 12 years ago
1a1494d
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 12 years ago
c0951b7
drm/vmwgfx: Refactor resource management
by Thomas Hellstrom
· 12 years ago
888155b
vmwgfx: return an -EFAULT if copy_to_user() fails
by Dan Carpenter
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
ef5ab24
vmwgfx: Remove dmabuf check in present ioctl
by Jakob Bornecrantz
· 13 years ago
ebd4c6f
vmwgfx: Use the revised fifo hw version register when present
by Thomas Hellstrom
· 13 years ago
24bb5a0
vmwgfx: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
d2c184f
vmwgfx: return -EFAULT instead of number of bytes remaining
by Dan Carpenter
· 13 years ago
5438ae8
vmwgfx: Wrap drm_read and drm_poll
by Thomas Hellstrom
· 13 years ago
2fcd5a7
vmwgfx: Add present and readback ioctls
by Jakob Bornecrantz
· 13 years ago
f63f6a5
vmwgfx: Add functionality to get 3D caps
by Thomas Hellstrom
· 13 years ago
07999a7
vmwgfx: Remove the possibility to map the fifo from user-space
by Thomas Hellstrom
· 13 years ago
781b8bd
vmwgfx: Remove the fifo debug ioctl
by Thomas Hellstrom
· 13 years ago
30f47fc8
drm/vmwgfx: Add a parameter to get the max fb size
by Thomas Hellstrom
· 14 years ago
f77cef3
drm/vmwgfx: Update the user-space interface.
by Thomas Hellstrom
· 15 years ago
8e19a95
drm/vmwgfx: Correctly detect 3D
by Jakob Bornecrantz
· 15 years ago
fb1d973
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
by Jakob Bornecrantz
· 15 years ago