summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt2014-04-031-1/+4
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-5/+4
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-2/+2
|\
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz2012-02-131-6/+2
* drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-091-13/+1
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-311-0/+2
* vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom2011-10-051-2/+1
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-051-54/+3
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-011-3/+7
* vmwgfx: Fix 'bbp' typoMichel Dänzer2011-09-011-4/+4
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-101-3/+0
|\
| * drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-3/+0
* | vmwgfx: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
|/
* vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-271-3/+2
* Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-061-1/+3
|\
* | 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-061-0/+7
* | vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom2010-10-011-0/+5
|/
* drm/vmgfx: operation on ‘par->dirty.y1’ may be undefinedChris Wilson2010-08-021-1/+1
* drm/vmwgfx: Fix framebuffer modesettingJakob Bornecrantz2010-06-031-18/+4
* drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2010-06-011-0/+4
* drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz2010-06-011-4/+0
* drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-011-53/+28
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-2/+8
* drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-081-2/+2
* drm/vmwgfx: Use fb handover mechanism instead of stealth mode.Thomas Hellstrom2010-02-181-0/+3
* drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom2010-01-141-8/+0
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+742
OpenPOWER on IntegriCloud