summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-161-0/+2
* drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
* drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-042-2/+0Star
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2012-10-031-1/+1
| |\
| * \ Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-244-1/+98
| |\ \
| * | | vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-132-2/+0Star
* | | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-0316-42/+42
|\ \ \ \
| * | | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-0216-42/+42
| | |_|/ | |/| |
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | | | vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter2012-09-261-1/+1
| |_|/ |/| |
* | | vmwgfx: add dumb ioctl supportDave Airlie2012-09-133-0/+88
* | | drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie2012-09-071-0/+1
* | | drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie2012-09-072-1/+9
| |/ |/|
* | drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
|/
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-251-4/+1Star
* drm: kill reclaim_buffers_lockedDaniel Vetter2012-07-201-1/+0Star
* drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom2012-06-011-1/+1
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-231-1/+1
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-2210-151/+353
|\
| * drm: move pci bus master enable into driver.Dave Airlie2012-02-161-0/+2
| * drm/vmwgfx: Bump driver minorThomas Hellstrom2012-02-131-2/+2
| * vmwgfx: Move function declaration to correct headerThomas Hellstrom2012-02-132-14/+6Star
| * drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom2012-02-131-4/+14
| * vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz2012-02-135-10/+40
| * vmwgfx: Add page flip supportJakob Bornecrantz2012-02-133-0/+106
| * vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz2012-02-131-6/+15
| * vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz2012-02-133-10/+18
| * vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom2012-02-134-2/+73
| * vmwgfx: Rework fence event actionJakob Bornecrantz2012-02-132-118/+104Star
| * drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-091-13/+1Star
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-3/+3
|\ \
| * | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-3/+3
| |/
* / drm: Fix typo in vmwgfx_drv.cMasanari Iida2012-02-051-1/+1
|/
* vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon2012-01-301-1/+1
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-106-106/+69Star
|\
| * Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-217-151/+318
| |\
| * \ Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-202-10/+19
| |\ \
| * | | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-202-6/+6
| * | | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-34/+1Star
| * | | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-0/+2
| * | | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-0/+3
| * | | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-45/+21Star
| * | | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-1/+1
| * | | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-152-7/+16
| * | | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-14/+16
* | | | vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang2011-12-221-3/+3
| |_|/ |/| |
* | | vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz2011-12-191-53/+156