summaryrefslogtreecommitdiff
path: root/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-02vmwgfx: Use pointer return error codesJakob Bornecrantz1-6/+6
2011-11-01vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-10-27vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh.Thomas Hellstrom1-1/+23
2011-10-27vmwgfx: Reinstate the update_layout ioctl v2Thomas Hellstrom1-2/+66
2011-10-24vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz1-6/+15
2011-10-24vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz1-5/+5
2011-10-24vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-10-19vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-19vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-19drm: Bring in vblank, events and update modesetting codeJakob Bornecrantz1-6/+5
2011-10-17vmwgfx: Add vblank stubsJakob Bornecrantz1-0/+19
2011-10-07vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-09-28vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-09-28vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom1-17/+39
2011-09-27vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+170
2011-09-27vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-215/+11
2011-09-27vmwgfx: Add screen object supportJakob Bornecrantz1-14/+151
2011-09-27vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-2/+2
2011-09-27vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz1-0/+238
2011-09-27vmwgfx: Break out dirty submission codeJakob Bornecrantz1-54/+90
2011-09-27vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz1-1/+4
2011-09-27vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz1-0/+10
2011-09-27vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom1-46/+0
2011-01-11vmwgfx: Print error diagnostics if depth doesn't match the host expectation.Michel Dänzer1-1/+9
2011-01-11vmwgfx: Fix 'bbp' typo.Michel Dänzer1-2/+2
2011-01-11vmwgfx: Don't write to read-only registers.Michel Dänzer1-14/+0
2011-01-05vmwgfx: Add support for depth 8.Michel Dänzer1-0/+3
2010-11-23drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5
2010-09-27vmwgfx: Save at least one screen layoutThomas Hellstrom1-0/+3
2010-09-27vmwgfx: Add a get_vblank_counter functionThomas Hellstrom1-0/+5
2010-09-27vmwgfx: Minor code fixupThomas Hellstrom1-2/+2
2010-09-24vmwgfx: Fix workqueue idling during FIFO takedownThomas Hellstrom1-1/+4
2010-09-23vmwgfx: Fix an indentation issue and some integer overflow issuesThomas Hellstrom1-9/+10
2010-09-23vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom1-0/+7
2010-09-23vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom1-7/+74
2010-09-23drm/vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-0/+2
2010-09-23vmwgfx: Really support other depths than 32Thomas Hellstrom1-22/+85
2010-09-23vmwgfx: Add an option to choose whether to enable fbdev at load timeThomas Hellstrom1-0/+12
2010-09-22vmwgfx: Pull down upstream vmwgfx codeThomas Hellstrom1-12/+48
2010-07-23vmwgfx: Fix an indentation issue and some integer overflow issuesThomas Hellstrom1-9/+10
2010-07-23vmwgfx: Prune modes based on available VRAM size.Thomas Hellstrom1-0/+7
2010-07-21vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom1-7/+74
2010-07-21drm / vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-0/+2
2010-07-15vmwgfx: Really support other depths than 32.Thomas Hellstrom1-22/+85
2010-04-30vmwgfx: Allow userspace to change default layoutJakob Bornecrantz1-0/+44
2010-05-18vmwgfx: Fix vga save / restore with display topology.Thomas Hellstrom1-4/+41
2010-04-20vmwgfx: Print warnings in kernel log about bo pinning that failsJakob Bornecrantz1-0/+2
2010-02-22vmwgfx: Assume large framebufferJakob Bornecrantz1-2/+3
2010-02-06vmwgfx: Support old hardwareJakob Bornecrantz1-41/+27