summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz
2011-10-11vmwgfx: Take the driver out of stagingThomas Hellstrom
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom
2011-10-10vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom
2011-10-05vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom
2011-10-05vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom
2011-10-05vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz
2011-10-05vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz