summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz2011-11-111-0/+4
* vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz2011-11-111-2/+3
* vmwgfx: Close screen object systemJakob Bornecrantz2011-11-111-1/+4
* vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz2011-11-071-9/+21
* vmwgfx: Move the prefered mode first in the listJakob Bornecrantz2011-11-071-0/+4
* vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz2011-11-071-0/+1
* vmwgfx: Free prefered mode on error pathJakob Bornecrantz2011-11-071-6/+11
* vmwgfx: Use pointer return error codesJakob Bornecrantz2011-11-071-1/+1
* vmwgfx: Fix hw cursor positionThomas Hellstrom2011-11-071-2/+5
* vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-071-1/+23
* vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-1/+65
* vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz2011-10-231-9/+3
* vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz2011-10-231-1/+9
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-181-0/+19
* vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-101-57/+215
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-051-8/+9
* vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-051-0/+27
* vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-051-17/+39
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-051-0/+170
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-051-214/+11
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-051-14/+151
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-051-2/+2
* vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-051-0/+238
* vmwgfx: Break out dirty submission codeJakob Bornecrantz2011-10-051-54/+90
* vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz2011-10-051-0/+3
* vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz2011-10-051-0/+10
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-061-46/+0
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-011-1/+9
* vmwgfx: Fix 'bbp' typoMichel Dänzer2011-09-011-2/+2
* vmwgfx: Don't write to read-only registersMichel Dänzer2011-09-011-14/+0
* vmwgfx: Add support for depth 8Michel Dänzer2011-09-011-0/+3
* 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
OpenPOWER on IntegriCloud