summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-1/+1
* drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-8/+8
* Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-25/+0Star
|\
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-22/+10Star
| |\
| * | drm/vmwgfx: Stop messing about with plane->fb/old_fb/crtcVille Syrjälä2018-06-111-24/+0Star
* | | drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom2018-05-231-15/+7Star
| |/ |/|
* | drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom2018-04-261-21/+10Star
|/
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-03-221-60/+44Star
|\
| * drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom2018-03-221-1/+1
| * drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-221-10/+25
| * drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom2018-03-221-49/+18Star
* | drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed2018-03-141-1/+1
|/
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0Star
* drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter2017-04-071-2/+56
* drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh2017-04-011-7/+16
* drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2017-04-011-1/+3
* drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh2017-01-271-2/+1Star
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+3
* drm/vmwgfx: Switch to mode_cmd2Daniel Vetter2016-12-021-9/+10
* drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh2016-07-081-2/+2
* drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh2016-07-011-22/+25
* drm/vmwgfx: Fix order of operationSinclair Yeh2016-04-281-3/+3
* drm/vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom2015-08-211-12/+17
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-2/+2
* drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-051-191/+364
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-0/+1
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-0/+4
* drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom2015-08-051-2/+2
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-2/+8
* drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom2014-07-031-1/+0Star
* 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/+4Star
* 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/+2Star
* drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-091-13/+1Star
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+2
* vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom2011-10-051-2/+1Star
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-051-54/+3Star
* 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-111-3/+0Star
|\
| * drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-3/+0Star
* | vmwgfx: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
|/
* vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-271-3/+2Star