summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorLines
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter-0/+2
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom-1/+1
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom-0/+5
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+0
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds-42/+42
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells-42/+42
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2012-09-26vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter-1/+1
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter-1/+98
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie-0/+88
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun-2/+0
2012-09-07drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie-0/+1
2012-09-07drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie-1/+9
2012-08-22drm: stop vmgfx driver explosionAlan Cox-1/+5
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-1/+1
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic-4/+1
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter-1/+0
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom-1/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie-1/+1
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart-1/+1
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-151/+353
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-3/+3
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang-3/+3
2012-02-16drm: move pci bus master enable into driver.Dave Airlie-0/+2
2012-02-13drm/vmwgfx: Bump driver minorThomas Hellstrom-2/+2
2012-02-13vmwgfx: Move function declaration to correct headerThomas Hellstrom-14/+6
2012-02-13drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom-4/+14
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz-10/+40
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz-0/+106
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz-6/+15
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz-10/+18
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom-2/+73
2012-02-13vmwgfx: Rework fence event actionJakob Bornecrantz-118/+104
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer-13/+1
2012-02-05drm: Fix typo in vmwgfx_drv.cMasanari Iida-1/+1
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon-1/+1
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-106/+69
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang-3/+3
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie-151/+318
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie-10/+19
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä-6/+6
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz-53/+156
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz-1/+26
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz-61/+37
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz-0/+28
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz-27/+39
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom-3/+15