index
:
mesa/vmwgfx
3.2-fixes
feature/syeh/screen-targets
feature/thellstrom/render-nodes
feature/thellstrom/screen-target-merge
feature/thellstrom/threadirq
master
vmwgfx-old-hardware
vmwgfx_2_0_branch
VMWARE gfx kernel driver (mirrored from https://gitlab.freedesktop.org/mesa/vmwgfx)
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vmwgfx_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
vmwgfx: Fix a potential integer overflow
Thomas Hellstrom
1
-1
/
+1
2017-01-05
vmwgfx: Clear uninitialized fields of a parameter
Thomas Hellstrom
1
-1
/
+1
2016-06-28
vmwgfx: Add an option to change assumed FB bpp
Sinclair Yeh
1
-0
/
+3
2016-06-20
vmwgfx: Work around mode set failure in 2D VMs
Sinclair Yeh
1
-8
/
+1
2016-01-20
vmwgfx: Calculate the cursor position based on the crtc gui origin
Thomas Hellstrom
1
-2
/
+2
2016-01-20
vmwgfx: Add connector properties to switch between explicit and implicit plac...
Thomas Hellstrom
1
-0
/
+30
2016-01-20
vmwgfx: Break out implicit fb code
Thomas Hellstrom
1
-0
/
+92
2016-01-20
vmwgfx: Fix screen object page flips for large framebuffers
Thomas Hellstrom
1
-3
/
+2
2016-01-20
vmwgfx: Fix a width / pitch mismatch on framebuffer updates
Thomas Hellstrom
1
-1
/
+5
2015-11-26
vmwgfx: Implement the cursor_set2 callback
Thomas Hellstrom
1
-9
/
+34
2015-11-18
vmwgfx: Fix address-space- visibility- and endian warnings and errors
Thomas Hellstrom
1
-32
/
+32
2015-11-05
vmwgfx: Replace iowrite/ioread with volatile memory accesses
Thomas Hellstrom
1
-11
/
+12
2015-09-08
vmwgfx: Fix copyright headers
Sinclair Yeh
1
-1
/
+1
2015-09-08
vmwgfx: Initial DX support
Thomas Hellstrom
1
-5
/
+10
2015-09-07
drm/vmwgfx: Fix crash when unloading vmwgfx v2
Sinclair Yeh
1
-19
/
+11
2015-09-07
vmwgfx: Silence a compiler warning
Thomas Hellstrom
1
-1
/
+1
2015-09-07
vmwgfx: Fixed topology boundary checking for Screen Targets
Sinclair Yeh
1
-11
/
+22
2015-09-07
vmwgfx: Reinstate the legacy display system dirty callback
Thomas Hellstrom
1
-3
/
+6
2015-09-07
vmwgfx: Implement fbdev on kms v2
Thomas Hellstrom
1
-3
/
+60
2015-09-07
vmwgfx: Fix kms preferred mode sorting
Thomas Hellstrom
1
-4
/
+2
2015-09-07
vmwgfx: Add a kernel interface to create a framebuffer v2
Thomas Hellstrom
1
-65
/
+95
2015-09-07
vmwgfx: Convert screen targets to new helpers v3
Thomas Hellstrom
1
-30
/
+119
2015-09-07
vmwgfx: Convert screen objects to the new helpers
Thomas Hellstrom
1
-275
/
+44
2015-09-07
vmwgfx: Add kms helpers for dirty- and readback functions
Thomas Hellstrom
1
-0
/
+293
2015-09-07
vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
1
-1
/
+1
2015-09-07
vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
Sinclair Yeh
1
-6
/
+101
2015-09-07
vmwgfx: Implement screen targets
Sinclair Yeh
1
-8
/
+54
2015-09-07
vmwgfx: Add "quirk" to handling command verification exceptions
Thomas Hellstrom
1
-2
/
+2
2015-09-07
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
Sinclair Yeh
1
-471
/
+85
2015-05-07
vmwgfx: Add command buffer support v3
Thomas Hellstrom
1
-0
/
+4
2015-04-23
vmwgfx: Replace the hw mutex with a hw spinlock
Thomas Hellstrom
1
-2
/
+0
2015-03-12
vmwgfx: Fix a couple of lock dependency violations
Thomas Hellstrom
1
-11
/
+3
2014-12-19
drm,vmwgfx: Add connectors to sysfs
Thomas Hellstrom
1
-0
/
+1
2014-12-19
vmwgfx: Add suggested screen x and y connector properties
Thomas Hellstrom
1
-0
/
+32
2014-11-14
vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
1
-9
/
+6
2014-09-29
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
syeh
1
-3
/
+13
2014-01-30
vmwgfx: Fix surface framebuffer check for guest-backed surfaces
Thomas Hellstrom
1
-3
/
+3
2013-12-17
vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
Thomas Hellstrom
1
-2
/
+2
2013-11-27
vmwgfx: Set the missing vmwgfx kms capabilities
Thomas Hellstrom
1
-0
/
+3
2011-11-28
vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()
Xi Wang
1
-5
/
+6
2011-11-11
vmwgfx: Clip cliprects against screen boundaries in present and dirty
Jakob Bornecrantz
1
-53
/
+156
2011-11-04
vmwgfx: Do better culling of presents
Jakob Bornecrantz
1
-12
/
+25
2011-11-04
vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper
Jakob Bornecrantz
1
-61
/
+37
2011-11-04
vmwgfx: Refactor cursor update
Jakob Bornecrantz
1
-27
/
+39
2011-11-04
vmwgfx: Only allow 64x64 cursors
Jakob Bornecrantz
1
-0
/
+4
2011-11-03
vmwgfx: Initialize clip rect loop correctly in surface dirty
Jakob Bornecrantz
1
-2
/
+3
2011-11-02
vmwgfx: Add page flip support
Jakob Bornecrantz
1
-0
/
+64
2011-11-02
vmwgfx: Snoop DMA transfers with non-covering sizes
Jakob Bornecrantz
1
-10
/
+22
2011-11-02
vmwgfx: Move the prefered mode first in the list
Jakob Bornecrantz
1
-0
/
+4
2011-11-02
vmwgfx: Unreference surface on cursor error path
Jakob Bornecrantz
1
-0
/
+1
[prev]
[next]