summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+872