Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6d124ff845334bc466f56c059147e7ad587c2e7e
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_kms.c
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
28c9542
drm/vmwgfx: Properly check display/scanout surface size
by Sinclair Yeh
· 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
c46a306
drm/vmwgfx: Add and connect atomic state object check/commit
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
27d247c
drm/vmwgfx: Removed unused snooper.crtc field
by Sinclair Yeh
· 8 years ago
0f58038
drm/vmwgfx: Fix a potential integer overflow
by Thomas Hellstrom
· 8 years ago
8cd9f25
drm/vmwgfx: Clear uninitialized fields of a parameter
by Thomas Hellstrom
· 8 years ago
a3f913c
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
by Ville Syrjälä
· 8 years ago
dabdcdc
drm/vmwgfx: Switch to mode_cmd2
by Daniel Vetter
· 8 years ago
b3c11ac
drm: move allocation out of drm_get_format_name()
by Eric Engestrom
· 8 years ago
6c5d064
drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()
by Laurent Pinchart
· 8 years ago
5e58052
Backmerge tag 'v4.7' into drm-next
by Dave Airlie
· 8 years ago
04319d8
drm/vmwgfx: Add an option to change assumed FB bpp
by Sinclair Yeh
· 9 years ago
7c20d21
drm/vmwgfx: Work around mode set failure in 2D VMs
by Sinclair Yeh
· 9 years ago
7ea7728
drm/core: Change declaration for gamma_set.
by Maarten Lankhorst
· 9 years ago
93cd168
drm/vmwgfx: Kill some lockdep warnings
by Thomas Hellstrom
· 9 years ago
dfd5e50
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
by Christian König
· 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
578e609
drm/vmwgfx: Add suggested screen x and y connector properties
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
a50e2bf
drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
by Thomas Hellstrom
· 9 years ago
20f8e03
Backmerge drm-fixes merge into Linus's tree into drm-next.
by Dave Airlie
· 9 years ago
d7955fc
drm/vmwgfx: Constify function pointer structs
by Ville Syrjälä
· 9 years ago
6af3e65
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
by Ville Syrjälä
· 9 years ago
f80de66
drm/vmwgfx: Drop dummy save/restore hooks
by Daniel Vetter
· 9 years ago
8fbf9d9
drm/vmwgfx: Implement the cursor_set2 callback v2
by Thomas Hellstrom
· 9 years ago
1eb83451
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
by Ville Syrjälä
· 9 years ago
4e0858a
drm/vmwgfx: Properly flush cursor updates and page-flips
by Thomas Hellstrom
· 9 years ago
b76ff5e
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses
by Thomas Hellstrom
· 9 years ago
88e7271
drm/irq: Use unsigned int pipe in public API
by Thierry Reding
· 9 years ago
f3b8c0c
drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()
by Christian Engelmayer
· 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
d80efd5
drm/vmwgfx: Initial DX support
by Thomas Hellstrom
· 9 years ago
05c9501
drm/vmwgfx: Fix crash when unloading vmwgfx v2
by Sinclair Yeh
· 9 years ago
65ade7d
drm/vmwgfx: Fixed topology boundary checking for Screen Targets
by Sinclair Yeh
· 10 years ago
b9eb1a6
drm/vmwgfx: Kill a bunch of sparse warnings
by Thomas Hellstrom
· 10 years ago
f6b0500
drm/vmwgfx: Fix kms preferred mode sorting
by Thomas Hellstrom
· 10 years ago
352b20dc
drm/vmwgfx: Reinstate the legacy display system dirty callback
by Thomas Hellstrom
· 10 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
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
35c0512
drm/vmwgfx: Implement screen targets
by Sinclair Yeh
· 10 years ago
c9146cd
drm/vmwgfx: Add "quirk" to handling command verification exceptions
by Thomas Hellstrom
· 10 years ago
c8261a9
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
by Sinclair Yeh
· 10 years ago
3eab3d9
drm/vmwgfx: Add command buffer support v3
by Thomas Hellstrom
· 10 years ago
9a69a9a
drm: Make the connector dpms callback return a value, v2.
by Maarten Lankhorst
· 9 years ago
5151adb
drm/vmwgfx: Fix a couple of lock dependency violations
by Thomas Hellstrom
· 10 years ago
496eb6f
drm/vmwgfx: Replace the hw mutex with a hw spinlock
by Thomas Hellstrom
· 10 years ago
4d02e2d
drm: Per-plane locking
by Daniel Vetter
· 10 years ago
9a72384
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
by Sinclair Yeh
· 10 years ago
21e8862
drm/vmwgfx: fix lock breakage
by Rob Clark
· 10 years ago
ee3939e
drm/ttm: Fix a few sparse warnings
by Thierry Reding
· 10 years ago
a4cd5d6
drm/vmwgfx: use helpers
by Rob Clark
· 11 years ago
34ea3d3
drm: add register and unregister functions for connectors
by Thomas Wood
· 11 years ago
51fd371
drm: convert crtc and connection_mutex to ww_mutex (v5)
by Rob Clark
· 11 years ago
b87577b
drm: try harder to avoid regression when merging mode bits
by Dave Airlie
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
294adf7
drm/vmwgfx: Use a per-device semaphore for reservation protection
by Thomas Hellstrom
· 11 years ago
b360a3c
drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces
by Thomas Hellstrom
· 11 years ago
bc2d650
drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
by Thomas Hellstrom
· 12 years ago
847c596
drivers: gpu: Mark functions as static in vmwgfx_kms.c
by Rashika Kheria
· 11 years ago
73e9efd
drm: Push dirtyfb ioctl kms locking down to drivers
by Ville Syrjälä
· 11 years ago
6a0a7a9
drm/vmwgfx: Add our connectors to sysfs
by Thomas Hellstrom
· 11 years ago
4ae87ff
drm/vmwgfx: Return -ENOENT when a mode object can't be found
by Ville Syrjälä
· 11 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 11 years ago
a5d0f57
drm/vmwgfx: Don't access file_priv in cursor_set when handle==0
by Ville Syrjälä
· 12 years ago
dac3566
drm: only take the crtc lock for ->cursor_move
by Daniel Vetter
· 12 years ago
bfb8992
drm: only take the crtc lock for ->cursor_set
by Daniel Vetter
· 12 years ago
af26ef3
drm/<drivers>: Unified handling of unimplemented fb->create_handle
by Daniel Vetter
· 12 years ago
80f0b5a
drm/vmwgfx: reorder framebuffer init sequence
by Daniel Vetter
· 12 years ago
3a99507
vmwgfx: remove useless set memory to zero use memset()
by Wei Yongjun
· 12 years ago
f5869a8
drm: stop vmgfx driver explosion
by Alan Cox
· 12 years ago
e6ecefa
drm: Constify drm_mode_config_funcs pointer
by Laurent Pinchart
· 13 years ago
b5ec427
vmwgfx: Add page flip support
by Jakob Bornecrantz
· 13 years ago
bd49ae4
vmwgfx: Pipe fence out of screen object dirty functions
by Jakob Bornecrantz
· 13 years ago
bb1bd2f
vmwgfx: Make it possible to get fence from execbuf
by Jakob Bornecrantz
· 13 years ago
bf9c05d
vmwgfx: Fix assignment in vmw_framebuffer_create_handle
by Ryan Mallon
· 13 years ago
1a464cb
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
8a78389
vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()
by Xi Wang
· 13 years ago
4cf7312
Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next
by Dave Airlie
· 13 years ago
1fbe6f6
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
6abff3c
vmwgfx: Clip cliprects against screen boundaries in present and dirty
by Jakob Bornecrantz
· 13 years ago
203dc22
vmwgfx: Do better culling of presents
by Jakob Bornecrantz
· 13 years ago
e7ac921
vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper
by Jakob Bornecrantz
· 13 years ago
Next »