summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* vmwgfx: Bump majorThomas Hellstrom2011-09-062-3/+17
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-069-72/+876
* vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom2011-09-063-24/+37
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-068-109/+107Star
* vmwgfx: Add functionality to get 3D capsThomas Hellstrom2011-09-063-0/+55
* vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom2011-09-064-55/+2Star
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-063-54/+0Star
* vmwgfx: Remove the fifo debug ioctlThomas Hellstrom2011-09-064-55/+0Star
* vmwgfx: Implement GMR2Thomas Hellstrom2011-09-011-1/+80
* vmwgfx: Update register definitions for HWV8 and print out new capabilitiesThomas Hellstrom2011-09-012-1/+99
* vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom2011-09-013-11/+49
* vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom2011-09-013-18/+48
* vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom2011-09-014-48/+139
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-014-17/+23
* vmwgfx: Fix 'bbp' typoMichel Dänzer2011-09-013-7/+7
* vmwgfx: Don't write to read-only registersMichel Dänzer2011-09-012-19/+0Star
* vmwgfx: Add support for depth 8Michel Dänzer2011-09-012-0/+14
* vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivityThomas Hellstrom2011-09-011-3/+10
* drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-311-0/+1
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-262-7/+4Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* 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-232-2/+3
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-221-1/+1
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-271-1/+2
* | drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-2/+3
* | 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 Torvalds2011-01-113-6/+1Star
|\ \
| * | drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-3/+0Star
| * | drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-222-3/+1Star
* | | vmwgfx: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
|/ /
* / drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom2010-11-181-6/+8
|/
* drm: vmwgfx: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
* drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom2010-11-091-0/+5
* drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches2010-11-092-2/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-2712-212/+567
|\
| * vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-279-160/+252
| * Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-062-2/+5
| |\
| | * drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-1/+2
| * | drm/vmwgfx: Bump minor and driver dateThomas Hellstrom2010-10-061-2/+2
| * | drm/vmwgfx: Save at least one screen layoutThomas Hellstrom2010-10-061-0/+3
| * | drm/vmwgfx: Add modinfo versionThomas Hellstrom2010-10-061-0/+4
| * | drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom2010-10-062-2/+5
| * | drm/vmwgfx: Don't flush fb if we're in the suspended state.Thomas Hellstrom2010-10-061-0/+3
| * | drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom2010-10-064-11/+38
| * | drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom2010-10-063-8/+84
| * | drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-0/+2
| * | 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-062-2/+37
| * | drm/vmwgfx: Really support other depths than 32Thomas Hellstrom2010-10-061-21/+85