Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f71077a4d84bbe8c7b91b7db7c4ef815755ac5e3
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_kms.h
8afa13a
drm/vmwgfx: Implement DRIVER_GEM
by Zack Rusin
· 3 years, 1 month ago
977697e
drm/atomic: Pass the full state to planes atomic disable and update
by Maxime Ripard
· 4 years ago
7c11b99
drm/atomic: Pass the full state to planes atomic_check
by Maxime Ripard
· 4 years ago
d8713d6
drm/vmwgfx/vmwgfx_kms: Mark vmw_{cursor,primary}_plane_formats as __maybe_unused
by Lee Jones
· 4 years ago
f6ebe9f
drm/atomic: Pass the full state to CRTC atomic begin and flush
by Maxime Ripard
· 4 years, 3 months ago
29b77ad
drm/atomic: Pass the full state to CRTC atomic_check
by Maxime Ripard
· 4 years, 3 months ago
d5c1f01
drm/vmwgfx: drop use of drmP.h in header files
by Sam Ravnborg
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
9d9486e
drm/vmwgfx: Fix up the implicit display unit handling
by Thomas Hellstrom
· 6 years ago
b4fa61b
drm/vmwgfx: Don't clear mode::type anymore
by Deepak Rawat
· 6 years ago
43d1e62
drm/vmwgfx: Implement SOU plane update for surface backed fb
by Deepak Rawat
· 6 years ago
bc7be60
drm/vmwgfx: Implement STDU plane update for BO backed fb
by Deepak Rawat
· 7 years ago
e41774c
drm/vmwgfx: Add a new interface for plane update on a display unit
by Deepak Rawat
· 7 years ago
2724b2d
drm/vmwgfx: Use new validation interface for the modesetting code v2
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
· 7 years ago
3e79ecd
drm/vmwgfx: Add gui_x/y to vmw_connector_state
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
2b4f44ee
Backmerge tag 'v4.16-rc7' into drm-next
by Dave Airlie
· 7 years ago
ef86cfe
drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits
by Thomas Hellstrom
· 7 years ago
91e9f35
drm/vmwgfx: Avoid iterating over display unit if crtc is available
by Deepak Rawat
· 7 years ago
73a8825
drm/vmwgfx: Fix a destoy-while-held mutex problem.
by Thomas Hellstrom
· 7 years ago
140bcaa
drm/vmwgfx: Fix black screen and device errors when running without fbdev
by Thomas Hellstrom
· 7 years ago
98648ae
drm/vmwgfx: Don't cache framebuffer maps
by Thomas Hellstrom
· 7 years ago
b740e76
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 8 years ago
5f58e97
drm/vmwgfx: Drop drm_vblank_cleanup
by Daniel Vetter
· 8 years ago
f470a77
drm/vmwgfx: Remove unused legacy cursor functions
by Sinclair Yeh
· 8 years ago
6d124ff
drm: Add acquire ctx to ->gamma_set hook
by Daniel Vetter
· 8 years ago
320d8c3
Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
810b3e16
drm/vmwgfx: Support topology greater than texture size
by Sinclair Yeh
· 8 years ago
904bb5e
drm/vmwgfx: Switch over to internal atomic API for STDU
by Sinclair Yeh
· 8 years ago
060e2ad
drm/vmwgfx: Add and connect plane helper functions
by Sinclair Yeh
· 8 years ago
06ec419
drm/vmwgfx: Add and connect CRTC helper functions
by Sinclair Yeh
· 8 years ago
d7721ca
drm/vmwgfx: Connector atomic state
by Sinclair Yeh
· 8 years ago
cc5ec45
drm/vmwgfx: Plane atomic state
by Sinclair Yeh
· 8 years ago
9c2542a
drm/vmwgfx: CRTC atomic state
by Sinclair Yeh
· 8 years ago
36cc79b
drm/vmwgfx: Add universal plane support
by Sinclair Yeh
· 8 years ago
9338203
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
by Laurent Pinchart
· 8 years ago
dabdcdc
drm/vmwgfx: Switch to mode_cmd2
by Daniel Vetter
· 8 years ago
7ea7728
drm/core: Change declaration for gamma_set.
by Maarten Lankhorst
· 9 years ago
6dd687b
drm/vmwgfx: Calculate the cursor position based on the crtc gui origin
by Thomas Hellstrom
· 9 years ago
76404ac
drm/vmwgfx: Add connector properties to switch between explicit and implicit placement
by Thomas Hellstrom
· 9 years ago
75c0685
drm/vmwgfx: Break out implicit fb code
by Thomas Hellstrom
· 9 years ago
897b818
drm/vmwgfx: Fix screen object page flips for large framebuffers
by Thomas Hellstrom
· 9 years ago
8fbf9d9
drm/vmwgfx: Implement the cursor_set2 callback v2
by Thomas Hellstrom
· 9 years ago
294947a
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 9 years ago
54fbde8
drm/vmwgfx: Fix copyright headers
by Sinclair Yeh
· 9 years ago
a278724
drm/vmwgfx: Implement fbdev on kms v2
by Thomas Hellstrom
· 10 years ago
fd006a4
drm/vmwgfx: Add a kernel interface to create a framebuffer v2
by Thomas Hellstrom
· 10 years ago
6bf6bf0
drm/vmwgfx: Convert screen targets to new helpers v3
by Thomas Hellstrom
· 10 years ago
10b1e0c
drm/vmwgfx: Convert screen objects to the new helpers
by Thomas Hellstrom
· 10 years ago
1a4b172
drm/vmwgfx: Add kms helpers for dirty- and readback functions
by Thomas Hellstrom
· 10 years ago
f89c6c3
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
by Sinclair Yeh
· 10 years ago
35c0512
drm/vmwgfx: Implement screen targets
by Sinclair Yeh
· 10 years ago
c8261a9
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
by Sinclair Yeh
· 10 years ago
9a69a9a
drm: Make the connector dpms callback return a value, v2.
by Maarten Lankhorst
· 9 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 11 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
b5ec427
vmwgfx: Add page flip support
by Jakob Bornecrantz
· 13 years ago
4cf7312
Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next
by Dave Airlie
· 13 years ago
bfc2638
vmwgfx: Resend the cursor after legacy modeset
by Jakob Bornecrantz
· 13 years ago
308e5bc
drm: add an fb creation ioctl that takes a pixel format v5
by Jesse Barnes
· 13 years ago
6987427
vmwgfx: Infrastructure for explicit placement
by Thomas Hellstrom
· 13 years ago
cd2b89e
vmwgfx: Reinstate the update_layout ioctl
by Thomas Hellstrom
· 13 years ago
90ff18b
vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers.
by Thomas Hellstrom
· 13 years ago
2fcd5a7
vmwgfx: Add present and readback ioctls
by Jakob Bornecrantz
· 13 years ago
56d1c78
vmwgfx: Add screen object support
by Jakob Bornecrantz
· 13 years ago
626ab77
vmwgfx: Refactor common display unit functions to shared file
by Jakob Bornecrantz
· 13 years ago
d8bd19d
drm/vmwgfx: Allow userspace to change default layout. Bump minor.
by Jakob Bornecrantz
· 15 years ago
fb1d973
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
by Jakob Bornecrantz
· 15 years ago