summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2012-08-22drm: stop vmgfx driver explosionAlan Cox
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-16drm: move pci bus master enable into driver.Dave Airlie
2012-02-13drm/vmwgfx: Bump driver minorThomas Hellstrom
2012-02-13vmwgfx: Move function declaration to correct headerThomas Hellstrom
2012-02-13drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom
2012-02-13vmwgfx: Rework fence event actionJakob Bornecrantz
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer
2012-02-05drm: Fix typo in vmwgfx_drv.cMasanari Iida
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
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-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang
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-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz
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