aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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-103-6/+1
|\ \
| * | drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-3/+0
| * | drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-222-3/+1
* | | 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-2612-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
| * | Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie2010-10-067-45/+164
| |\ \ | | |/ | |/|
| * | Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie2010-09-241-3/+4
| |\ \
| * | | drm: kill get_reg_ofs callbackDaniel Vetter2010-08-301-1/+0
| * | | drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-301-1/+0
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-2/+2
|\ \ \ \
| * | | | drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2010-09-232-2/+2
* | | | | 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: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom2010-10-011-0/+5
* | | | vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom2010-10-011-6/+0
* | | | vmwgfx: Enable use of the vblank systemThomas Hellstrom2010-10-014-31/+49
* | | | vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-015-13/+115
* | | | drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom2010-10-011-1/+1
| |_|/ |/| |
* | | drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-3/+3
* | | drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-1/+2
|/ /
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-231-17/+17
|\ \
| * | drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-171-17/+17
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-122-5/+5
|\| | | |/ |/|
| * drm: expand gamma_setJames Simmons2010-08-101-1/+1
| * drm: Propagate error code from fb_create()Chris Wilson2010-08-101-4/+4