summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-221-0/+55
|\
| * drm: move pci bus master enable into driver.Dave Airlie2012-02-161-0/+2
| * 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-131-0/+32
| * vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom2012-02-131-0/+11
* | drm: Fix typo in vmwgfx_drv.cMasanari Iida2012-02-051-1/+1
|/
* drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-14/+16
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-071-0/+6
|\
| * vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-0/+6
* | gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-11-011-0/+1
|/
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-271-1/+1
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-181-0/+2
* vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-101-1/+2
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-0/+6
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-051-3/+3
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-051-7/+15
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-0/+86
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-051-0/+13
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-051-5/+5
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-051-13/+21
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-4/+24
* vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom2011-09-061-1/+1
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-061-1/+1
* vmwgfx: Add functionality to get 3D capsThomas Hellstrom2011-09-061-0/+5
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-061-6/+0Star
* vmwgfx: Remove the fifo debug ioctlThomas Hellstrom2011-09-061-5/+0Star
* vmwgfx: Update register definitions for HWV8 and print out new capabilitiesThomas Hellstrom2011-09-011-0/+4
* vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom2011-09-011-0/+12
* vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom2011-09-011-12/+42
* vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom2011-09-011-0/+2
* 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-271-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/+0Star
| * | drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-301-1/+0Star
* | | 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/+0Star
* | 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