Age | Commit message (Expand) | Author |
2011-12-22 | vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() | Xi Wang |
2011-12-19 | vmwgfx: Clip cliprects against screen boundaries in present and dirty | Jakob Bornecrantz |
2011-12-19 | vmwgfx: Do better culling of presents | Jakob Bornecrantz |
2011-12-19 | vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper | Jakob Bornecrantz |
2011-12-19 | vmwgfx: Refactor cursor update | Jakob Bornecrantz |
2011-12-02 | vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() | Xi Wang |
2011-11-11 | vmwgfx: Only allow 64x64 cursors | Jakob Bornecrantz |
2011-11-11 | vmwgfx: Initialize clip rect loop correctly in surface dirty | Jakob Bornecrantz |
2011-11-11 | vmwgfx: Close screen object system | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Snoop DMA transfers with non-covering sizes | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Move the prefered mode first in the list | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Unreference surface on cursor error path | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Free prefered mode on error path | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Use pointer return error codes | Jakob Bornecrantz |
2011-11-07 | vmwgfx: Fix hw cursor position | Thomas Hellstrom |
2011-11-07 | vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh | Thomas Hellstrom |
2011-11-02 | vmwgfx: Reinstate the update_layout ioctl | Thomas Hellstrom |
2011-10-23 | vmwgfx: Don't pass unused arguments to do_dirty functions | Jakob Bornecrantz |
2011-10-23 | vmwgfx: Emulate depth 32 framebuffers | Jakob Bornecrantz |
2011-10-18 | vmwgfx: Add vblank stubs | Jakob Bornecrantz |
2011-10-10 | vmwgfx: Don't use virtual coords when using screen objects | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Minor cleanups | Thomas Hellstrom |
2011-10-05 | vmwgfx: Be more strict with fb depths when using screen objects | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Make sure we always have a user-space handle to use for objects that ... | Thomas Hellstrom |
2011-10-05 | vmwgfx: Add present and readback ioctls | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Drop 3D Legacy Display Unit support | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Add screen object support | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Add dmabuf helper functions for pinning | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Refactor common display unit functions to shared file | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Break out dirty submission code | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Make sure the reserved area is at the start of vram | Jakob Bornecrantz |
2011-10-05 | vmwgfx: Add comments for buffer pinning code | Jakob Bornecrantz |
2011-09-06 | vmwgfx: Remove the update layout IOCTL. | Thomas Hellstrom |
2011-09-01 | vmwgfx: Print error diagnostics if depth doesn't match the host expectation | Michel Dänzer |
2011-09-01 | vmwgfx: Fix 'bbp' typo | Michel Dänzer |
2011-09-01 | vmwgfx: Don't write to read-only registers | Michel Dänzer |
2011-09-01 | vmwgfx: Add support for depth 8 | Michel Dänzer |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2010-11-09 | drm/vmwgfx: Fix oops on failing bo pin | Thomas Hellstrom |
2010-10-06 | drm/vmwgfx: Save at least one screen layout | Thomas Hellstrom |
2010-10-06 | drm/vmwgfx: Prune modes based on available VRAM size | Thomas Hellstrom |
2010-10-06 | drm/vmwgfx: Take the ttm lock around the dirty ioctl | Thomas Hellstrom |
2010-10-06 | drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback | Thomas Hellstrom |
2010-10-06 | drm/vmwgfx: Really support other depths than 32 | Thomas Hellstrom |
2010-10-01 | vmwgfx: Enable use of the vblank system | Thomas Hellstrom |
2010-10-01 | vmwgfx: vt-switch (master drop) fixes | Thomas Hellstrom |
2010-08-10 | drm: Propagate error code from fb_create() | Chris Wilson |
2010-07-20 | vmwgfx: return -EFAULT if copy_to_user fails | Dan Carpenter |
2010-06-03 | drm/vmwgfx: Allow userspace to change default layout. Bump minor. | Jakob Bornecrantz |
2010-06-03 | drm/vmwgfx: Fix vga save / restore with display topology. | Thomas Hellstrom |