aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom1-15/+7
2018-04-26drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom1-21/+10
2018-03-23Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-60/+44
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom1-1/+1
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom1-10/+25
2018-03-22drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom1-49/+18
2018-03-14drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-04-07drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter1-2/+56
2017-03-31drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh1-7/+16
2017-03-31drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh1-1/+3
2017-01-26drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh1-2/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-2/+3
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter1-9/+10
2016-07-08drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh1-2/+2
2016-07-01drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh1-22/+25
2016-04-28drm/vmwgfx: Fix order of operationSinclair Yeh1-3/+3
2015-08-21drm/vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom1-12/+17
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-2/+2
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-191/+364
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-0/+1
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-0/+4
2015-08-05drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-2/+8
2014-07-03drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-04-03drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt1-1/+4
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-5/+4
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz1-6/+2
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer1-13/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+2
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom1-2/+1
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-54/+3
2011-09-01vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer1-3/+7
2011-09-01vmwgfx: Fix 'bbp' typoMichel Dänzer1-4/+4
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+0
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-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-3/+2
2010-10-06Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-nextDave Airlie1-1/+3
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 Hellstrom1-0/+7
2010-10-01vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom1-0/+5
2010-08-02drm/vmgfx: operation on ‘par->dirty.y1’ may be undefinedChris Wilson1-1/+1