summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-14/+16
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom1-0/+6
2011-11-01gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie1-1/+1
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz1-0/+2
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom1-1/+2
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-0/+6
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom1-3/+3
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom1-7/+15
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom1-0/+86
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+13
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-5/+5
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz1-13/+21
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-4/+24
2011-09-06vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom1-1/+1
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-1/+1
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom1-0/+5
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom1-6/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-5/+0
2011-09-01vmwgfx: Update register definitions for HWV8 and print out new capabilitiesThomas Hellstrom1-0/+4
2011-09-01vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom1-0/+12
2011-09-01vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom1-12/+42
2011-09-01vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom1-0/+2
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-1/+1
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-1/+1
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-1/+1
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-11/+12
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+111
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-4/+12
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-06drm/vmwgfx: Add modinfo versionThomas Hellstrom1-0/+4
2010-10-06drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom1-1/+4
2010-10-06drm/vmwgfx: Add new-style PM hooks to improve hibernation behaviorThomas Hellstrom1-34/+79
2010-10-06drm/vmwgfx: Fix ACPI S3 & S4 functionality.Thomas Hellstrom1-2/+36
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-35/+110
2010-10-01vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom1-6/+0
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom1-21/+26
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom1-13/+89
2010-10-01drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom1-1/+1
2010-09-16drm: use noop_llseekArnd Bergmann1-0/+1
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-1/+0
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-1/+0
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-17/+17
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie1-1/+1
2010-06-03drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz1-1/+6
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-1/+1
2010-06-01drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom1-8/+0
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz1-0/+9
2010-02-18drm/vmwgfx: Use fb handover mechanism instead of stealth mode.Thomas Hellstrom1-33/+16