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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
vmwgfx: Fix host logging / guestinfo reading error paths
Thomas Hellstrom
1
-17
/
+31
2018-05-17
vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
Thomas Hellstrom
1
-8
/
+17
2018-05-15
vmwgfx: Fix a buffer object leak
Thomas Hellstrom
1
-0
/
+1
2018-05-07
vmwgfx: Set bo_size when vmw_bo_init is successful
Deepak Rawat
1
-0
/
+2
2018-05-07
vmwgfx: Add gui_x/y to vmw_connector_state
Deepak Rawat
4
-36
/
+86
2018-05-07
vmwgfx: Use a mutex to protect gui positioning in vmw_display_unit
Deepak Rawat
3
-11
/
+37
2018-04-25
vmwgfx: Clean up fbdev modeset locking
Thomas Hellstrom
2
-24
/
+20
2018-04-05
vmwgfx: Remove primary memory validation against mode while creating fb
Deepak Rawat
1
-13
/
+0
2018-04-05
vmwgfx: Perform memory validations only when need full modeset.
Deepak Rawat
1
-2
/
+21
2018-04-05
vmwgfx: Use modeset display memory validation for layout ioctl
Deepak Rawat
1
-69
/
+51
2018-04-05
vmwgfx: Perform topology validation during atomic modeset.
Deepak Rawat
2
-38
/
+177
2018-04-05
vmwgfx: Use blocking buffer object reserves when evicting resources
Thomas Hellstrom
1
-10
/
+19
2018-04-05
vmwgfx: Optimize the buffer object swap_notify callback somewhat.
Thomas Hellstrom
1
-4
/
+6
2018-04-05
vmwgfx: Move buffer object related code to vmwgfx_bo.c
Thomas Hellstrom
11
-715
/
+851
2018-03-26
vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
Thomas Hellstrom
20
-610
/
+592
2018-03-19
vmwgfx: Unpin the screen object backup buffer when not used
Thomas Hellstrom
1
-8
/
+21
2018-03-19
vmwgfx: Fix a destoy-while-held mutex problem.
Thomas Hellstrom
4
-17
/
+38
2018-03-19
vmwgfx: Get rid of the device-private suspended member
Thomas Hellstrom
3
-5
/
+1
2018-03-19
vmwgfx: Fix fbdev and atomic kms interaction during hibernation
Thomas Hellstrom
3
-36
/
+53
2018-03-19
vmwgfx: Stricter count of legacy surface device resources
Thomas Hellstrom
1
-5
/
+3
2018-03-19
vmwgfx: Fix warnings on 4.16 kernel
Thomas Hellstrom
1
-1
/
+2
2018-03-12
vmwgfx: Use kasprintf
Himanshu Jha
1
-10
/
+3
2018-03-09
vmwgfx: only unmap if a vbo has been mapped
Sinclair Yeh
1
-0
/
+3
2018-03-08
vmwgfx: Improve on hibernation
Thomas Hellstrom
3
-21
/
+102
2018-03-06
vmwgfx: Avoid pinning fbdev framebuffers
Thomas Hellstrom
5
-51
/
+96
2018-03-06
vmwgfx: Fix compilation failure on older kernels
Thomas Hellstrom
2
-2
/
+2
2018-03-06
vmwgfx: Fix black screen and device errors when running without fbdev
Thomas Hellstrom
4
-1
/
+25
2018-02-28
vmwgfx: Fix multiple command buffer context use
Thomas Hellstrom
3
-33
/
+38
2018-02-28
vmwgfx: Fix gdm-wayland missing cursor image
Thomas Hellstrom
1
-18
/
+15
2018-02-28
vmwgfx: Fix compilation failure on linux 4.15
Thomas Hellstrom
1
-1
/
+1
2018-02-13
vmwgfx: Fix "duplicate frame pointer save" warning
Josh Poimboeuf
3
-1
/
+10
2018-02-13
drm, vmwgfx: Fix compilation on CentOS 6.5
Thomas Hellstrom
5
-37
/
+504
2018-01-19
vmwgfx: fix memory corruption with legacy/sou connectors
Rob Clark
2
-4
/
+4
2018-01-19
vmwgfx: Fix a boot time warning
Woody Suwalski
1
-1
/
+1
2018-01-19
vmwgfx: Potential off by one in vmw_view_add()
Dan Carpenter
1
-0
/
+2
2017-12-22
vmwgfx: Use the cpu blit utility for framebuffer to screen target blits
Thomas Hellstrom
6
-91
/
+95
2017-12-22
vmwgfx: Add a cpu blit utility that can be used for page-backed bos v4
Thomas Hellstrom
3
-1
/
+551
2017-12-22
vmwgfx/ttm: Export the ttm_k[un]map_atomic API.
Thomas Hellstrom
2
-5
/
+30
2017-12-22
vmwgfx: Cursor update fixes
Thomas Hellstrom
1
-16
/
+30
2017-12-22
drm: Fix compilation on Fedora 32-bit
Thomas Hellstrom
1
-1
/
+1
2017-12-22
vmwgfx: Replace the backend treatment of legacy hotspots
Thomas Hellstrom
3
-8
/
+28
2017-12-22
vmwgfx/drm: Add core support to supply legacy cursor hotspot pointers
Thomas Hellstrom
2
-1
/
+18
2017-12-22
vmwgfx: Fix build on 4.15rc
Thomas Hellstrom
2
-6
/
+14
2017-12-22
vmwgfx/ttm: Remove the "aliased" argument to ttm_bo_k[un]map_prot
Thomas Hellstrom
1
-21
/
+11
2017-12-19
vmwgfx: Send the correct nonblock option for atomic_commit
Deepak Rawat
1
-24
/
+1
2017-12-18
vmwgfx: Move the stdu vblank event to atomic function
Deepak Rawat
1
-65
/
+79
2017-12-18
vmwgfx: Move screen object page flip to atomic function
Deepak Rawat
1
-50
/
+64
2017-12-18
vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush
Deepak Rawat
1
-5
/
+1
2017-12-13
vmwgfx: use monotonic event timestamps
Sinclair Yeh
1
-4
/
+5
2017-11-27
vmwgfx: Move surface copy cmd to atomic function
Deepak Rawat
1
-25
/
+22
[next]