aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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/kernel/git/konrad/xen into drm-nextDave Airlie2-2/+3
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-2/+3
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
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+2
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-6/+1
2010-12-24vmwgfx: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-3/+0
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2-3/+1
2010-11-18drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom1-6/+8
2010-11-09drm: vmwgfx: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-11-09drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5
2010-11-09drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches2-2/+2
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds12-212/+567
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-06Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-nextDave Airlie2-2/+5
2010-10-06drm/vmwgfx: Bump minor and driver dateThomas Hellstrom1-2/+2
2010-10-06drm/vmwgfx: Save at least one screen layoutThomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Add modinfo versionThomas Hellstrom1-0/+4
2010-10-06drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom2-2/+5
2010-10-06drm/vmwgfx: Don't flush fb if we're in the suspended state.Thomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom4-11/+38
2010-10-06drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom3-8/+84
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-0/+2
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 Hellstrom2-2/+37
2010-10-06drm/vmwgfx: Really support other depths than 32Thomas Hellstrom1-21/+85
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie7-45/+164
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+2
2010-10-01vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom1-0/+5
2010-10-01vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom1-6/+0
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom4-31/+49
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom5-13/+115
2010-10-01drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under allocating buffer and having drivers overwrite it (v2)"Thomas Hellstrom1-1/+1
2010-09-24Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-nextDave Airlie1-3/+4
2010-09-23drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2-2/+2
2010-09-16drm: use noop_llseekArnd Bergmann1-0/+1
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-3/+3
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-1/+2
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-1/+0
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-1/+0
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-17/+17
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it (v2)Dave Airlie1-17/+17
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-5/+5
2010-08-10drm: expand gamma_setJames Simmons1-1/+1
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-4/+4