aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-321/+1126
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-1202/+322
* samsung update 1codeworkx2012-06-021-323/+1203
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom2010-11-091-0/+5
* drm/vmwgfx: Save at least one screen layoutThomas Hellstrom2010-10-061-0/+3
* drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom2010-10-061-2/+9
* drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom2010-10-061-7/+77
* drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-0/+2
* drm/vmwgfx: Really support other depths than 32Thomas Hellstrom2010-10-061-21/+85
* vmwgfx: Enable use of the vblank systemThomas Hellstrom2010-10-011-0/+5
* vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-011-0/+12
* drm: Propagate error code from fb_create()Chris Wilson2010-08-101-4/+4
* vmwgfx: return -EFAULT if copy_to_user failsDan Carpenter2010-07-201-0/+1
* drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz2010-06-031-0/+45
* drm/vmwgfx: Fix vga save / restore with display topology.Thomas Hellstrom2010-06-031-6/+42
* drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2010-06-011-0/+2
* drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom2010-06-011-2/+39
* drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-011-41/+31
* drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz2010-06-011-2/+3
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-6/+0
* drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}Jakob Bornecrantz2010-02-111-4/+4
* drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-011-0/+10
* drm/vmwgfx: Don't promote updates from GMR-backed scanouts to fullscreen.Thomas Hellstrom2010-01-141-7/+5
* drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-231-4/+4
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+872