summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz1-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom1-1/+23
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom1-1/+65
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz1-0/+19
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom1-8/+9
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom1-17/+39
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+170
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-214/+11
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz1-14/+151
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-2/+2
2011-10-05vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz1-0/+238
2011-10-05vmwgfx: Break out dirty submission codeJakob Bornecrantz1-54/+90
2011-10-05vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz1-0/+3
2011-10-05vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz1-0/+10
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom1-46/+0
2011-09-01vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer1-1/+9
2011-09-01vmwgfx: Fix 'bbp' typoMichel Dänzer1-2/+2
2011-09-01vmwgfx: Don't write to read-only registersMichel Dänzer1-14/+0
2011-09-01vmwgfx: Add support for depth 8Michel Dänzer1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-09drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5
2010-10-06drm/vmwgfx: Save at least one screen layoutThomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom1-2/+9
2010-10-06drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom1-7/+77
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-0/+2
2010-10-06drm/vmwgfx: Really support other depths than 32Thomas Hellstrom1-21/+85
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom1-0/+5
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom1-0/+12
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-4/+4
2010-07-20vmwgfx: return -EFAULT if copy_to_user failsDan Carpenter1-0/+1
2010-06-03drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz1-0/+45
2010-06-03drm/vmwgfx: Fix vga save / restore with display topology.Thomas Hellstrom1-6/+42
2010-06-01drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz1-0/+2
2010-06-01drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom1-2/+39
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz1-41/+31
2010-06-01drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz1-2/+3
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-6/+0
2010-02-11drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}Jakob Bornecrantz1-4/+4
2010-02-01drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz1-0/+10
2010-01-14drm/vmwgfx: Don't promote updates from GMR-backed scanouts to fullscreen.Thomas Hellstrom1-7/+5
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom1-4/+4