aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-65/+266
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-305/+55
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+6
|\
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-171-0/+5
| * drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie2012-09-141-0/+1
* | samsung update 1codeworkx2012-06-021-55/+305
|/
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-231-1/+1
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-231-1/+1
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-221-1/+1
* | drm: rework PCI/platform driver interface.Dave Airlie2011-02-071-11/+12
|/
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-19/+111
|\
| * vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-271-4/+12
| * drm/vmwgfx: Add modinfo versionThomas Hellstrom2010-10-061-0/+4
| * drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom2010-10-061-1/+4
| * drm/vmwgfx: Add new-style PM hooks to improve hibernation behaviorThomas Hellstrom2010-10-061-34/+79
| * drm/vmwgfx: Fix ACPI S3 & S4 functionality.Thomas Hellstrom2010-10-061-2/+36
| * Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie2010-10-061-35/+110
| |\
| * | drm: kill get_reg_ofs callbackDaniel Vetter2010-08-301-1/+0
| * | drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-301-1/+0
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ | |_|/ |/| |
| * | drm: use noop_llseekArnd Bergmann2010-09-161-0/+1
| |/
* | vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom2010-10-011-6/+0
* | vmwgfx: Enable use of the vblank systemThomas Hellstrom2010-10-011-21/+26
* | vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-011-13/+89
* | drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom2010-10-011-1/+1
|/
* drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-171-17/+17
* Merge branch 'drm-platform' into drm-testingDave Airlie2010-07-071-1/+1
|\
| * drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-1/+1
* | drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz2010-06-031-1/+6
* | drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom2010-06-011-8/+0
* | drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-011-0/+9
|/
* drm/vmwgfx: Use fb handover mechanism instead of stealth mode.Thomas Hellstrom2010-02-181-33/+16
* drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel2010-02-011-0/+11
* drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-011-0/+2
* drm/vmwgfx: Implement basic pm operations.Thomas Hellstrom2010-01-141-1/+61
* drm/vmwgfx: Make fence sequences continous across a VT switch.Thomas Hellstrom2010-01-141-0/+1
* drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom2009-12-231-28/+19
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+735