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
2011-11-02
vmwgfx: Free prefered mode on error path
Jakob Bornecrantz
1
-6
/
+11
2011-11-02
vmwgfx: Use pointer return error codes
Jakob Bornecrantz
1
-6
/
+6
2011-11-01
vmwgfx: Fix hw cursor position
Thomas Hellstrom
1
-2
/
+5
2011-10-27
vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh.
Thomas Hellstrom
1
-1
/
+23
2011-10-27
vmwgfx: Reinstate the update_layout ioctl v2
Thomas Hellstrom
1
-2
/
+66
2011-10-24
vmwgfx: Pipe fence out of screen object dirty functions
Jakob Bornecrantz
1
-6
/
+15
2011-10-24
vmwgfx: Make it possible to get fence from execbuf
Jakob Bornecrantz
1
-5
/
+5
2011-10-24
vmwgfx: Close screen object system
Jakob Bornecrantz
1
-1
/
+4
2011-10-19
vmwgfx: Don't pass unused arguments to do_dirty functions
Jakob Bornecrantz
1
-9
/
+3
2011-10-19
vmwgfx: Emulate depth 32 framebuffers
Jakob Bornecrantz
1
-1
/
+9
2011-10-19
drm: Bring in vblank, events and update modesetting code
Jakob Bornecrantz
1
-6
/
+5
2011-10-17
vmwgfx: Add vblank stubs
Jakob Bornecrantz
1
-0
/
+19
2011-10-07
vmwgfx: Don't use virtual coords when using screen objects
Jakob Bornecrantz
1
-57
/
+215
2011-09-28
vmwgfx: Be more strict with fb depths when using screen objects
Jakob Bornecrantz
1
-0
/
+27
2011-09-28
vmwgfx: Make sure we always have a user-space handle to use for objects that ...
Thomas Hellstrom
1
-17
/
+39
2011-09-27
vmwgfx: Add present and readback ioctls
Jakob Bornecrantz
1
-0
/
+170
2011-09-27
vmwgfx: Drop 3D Legacy Display Unit support
Jakob Bornecrantz
1
-215
/
+11
2011-09-27
vmwgfx: Add screen object support
Jakob Bornecrantz
1
-14
/
+151
2011-09-27
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
1
-2
/
+2
2011-09-27
vmwgfx: Refactor common display unit functions to shared file
Jakob Bornecrantz
1
-0
/
+238
2011-09-27
vmwgfx: Break out dirty submission code
Jakob Bornecrantz
1
-54
/
+90
2011-09-27
vmwgfx: Make sure the reserved area is at the start of vram
Jakob Bornecrantz
1
-1
/
+4
2011-09-27
vmwgfx: Add comments for buffer pinning code
Jakob Bornecrantz
1
-0
/
+10
2011-09-27
vmwgfx: Remove the update layout IOCTL.
Thomas Hellstrom
1
-46
/
+0
2011-01-11
vmwgfx: Print error diagnostics if depth doesn't match the host expectation.
Michel Dänzer
1
-1
/
+9
2011-01-11
vmwgfx: Fix 'bbp' typo.
Michel Dänzer
1
-2
/
+2
2011-01-11
vmwgfx: Don't write to read-only registers.
Michel Dänzer
1
-14
/
+0
2011-01-05
vmwgfx: Add support for depth 8.
Michel Dänzer
1
-0
/
+3
2010-11-23
drm/vmwgfx: Fix oops on failing bo pin
Thomas Hellstrom
1
-0
/
+5
2010-09-27
vmwgfx: Save at least one screen layout
Thomas Hellstrom
1
-0
/
+3
2010-09-27
vmwgfx: Add a get_vblank_counter function
Thomas Hellstrom
1
-0
/
+5
2010-09-27
vmwgfx: Minor code fixup
Thomas Hellstrom
1
-2
/
+2
2010-09-24
vmwgfx: Fix workqueue idling during FIFO takedown
Thomas Hellstrom
1
-1
/
+4
2010-09-23
vmwgfx: Fix an indentation issue and some integer overflow issues
Thomas Hellstrom
1
-9
/
+10
2010-09-23
vmwgfx: Prune modes based on available VRAM size
Thomas Hellstrom
1
-0
/
+7
2010-09-23
vmwgfx: Take the ttm lock around the dirty ioctl
Thomas Hellstrom
1
-7
/
+74
2010-09-23
drm/vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
1
-0
/
+2
2010-09-23
vmwgfx: Really support other depths than 32
Thomas Hellstrom
1
-22
/
+85
2010-09-23
vmwgfx: Add an option to choose whether to enable fbdev at load time
Thomas Hellstrom
1
-0
/
+12
2010-09-22
vmwgfx: Pull down upstream vmwgfx code
Thomas Hellstrom
1
-12
/
+48
2010-07-23
vmwgfx: Fix an indentation issue and some integer overflow issues
Thomas Hellstrom
1
-9
/
+10
2010-07-23
vmwgfx: Prune modes based on available VRAM size.
Thomas Hellstrom
1
-0
/
+7
2010-07-21
vmwgfx: Take the ttm lock around the dirty ioctl
Thomas Hellstrom
1
-7
/
+74
2010-07-21
drm / vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
1
-0
/
+2
2010-07-15
vmwgfx: Really support other depths than 32.
Thomas Hellstrom
1
-22
/
+85
2010-04-30
vmwgfx: Allow userspace to change default layout
Jakob Bornecrantz
1
-0
/
+44
2010-05-18
vmwgfx: Fix vga save / restore with display topology.
Thomas Hellstrom
1
-4
/
+41
2010-04-20
vmwgfx: Print warnings in kernel log about bo pinning that fails
Jakob Bornecrantz
1
-0
/
+2
2010-02-22
vmwgfx: Assume large framebuffer
Jakob Bornecrantz
1
-2
/
+3
2010-02-06
vmwgfx: Support old hardware
Jakob Bornecrantz
1
-41
/
+27
[prev]
[next]