index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_fb.c
Age
Commit message (
Expand
)
Author
2020-09-24
drm/vmwgfx: switch over to the new pin interface v2
Christian König
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
2019-08-15
drm/vmwgfx: drop reminaing users of drmP.h
Sam Ravnborg
2019-04-08
drm/vmwgfx: Remove set but not used variable 'fb_offset, fb_depth'
YueHaibing
2019-03-20
drm/vmwgfx: Don't double-free the mode stored in par->set_mode
Thomas Zimmermann
2018-07-03
drm/vmwgfx: Move buffer object related code to vmwgfx_bo.c
Thomas Hellstrom
2018-07-03
drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
Thomas Hellstrom
2018-06-22
Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-06-20
Merge drm-upstream/drm-next into drm-misc-next
Gustavo Padovan
2018-06-11
drm/vmwgfx: Stop messing about with plane->fb/old_fb/crtc
Ville Syrjälä
2018-05-23
drm/vmwgfx: Schedule an fb dirty update after resume
Thomas Hellstrom
2018-04-26
drm/vmwgfx: Clean up fbdev modeset locking
Thomas Hellstrom
2018-03-23
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
2018-03-22
drm/vmwgfx: Get rid of the device-private suspended member
Thomas Hellstrom
2018-03-22
drm/vmwgfx: Improve on hibernation
Thomas Hellstrom
2018-03-22
drm/vmwgfx: Avoid pinning fbdev framebuffers
Thomas Hellstrom
2018-03-14
drm/vmwgfx: replace drm_*_unreference with drm_*_put
Haneen Mohammed
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-04-07
drm/vmwgfx: Fix fbdev emulation using legacy functions
Daniel Vetter
2017-03-31
drm/vmwgfx: Skipping fbdev fb pinning for ldu
Sinclair Yeh
2017-03-31
drm/vmwgfx: Fixes to vmwgfx_fb
Sinclair Yeh
2017-01-26
drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_format
Sinclair Yeh
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2016-12-02
drm/vmwgfx: Switch to mode_cmd2
Daniel Vetter
2016-07-08
drm/vmwgfx: Fix error paths when mapping framebuffer
Sinclair Yeh
2016-07-01
drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
Sinclair Yeh
2016-04-28
drm/vmwgfx: Fix order of operation
Sinclair Yeh
2015-08-21
drm/vmwgfx: Fix a circular locking dependency in the fbdev code
Thomas Hellstrom
2015-08-12
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
2015-08-05
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Implement fbdev on kms v2
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
2015-08-05
vmwgfx: Rework device initialization
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Fix an fb unlocking bug
Thomas Hellstrom
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2014-07-03
drm/vmwgfx: Fix incorrect write to read-only register v2:
Thomas Hellstrom
2014-04-03
drm/vmwgfx: correct fb_fix_screeninfo.line_length
Christopher Friedt
2014-03-28
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
2012-10-03
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-02-13
vmwgfx: Pick up the initial size from the width and height regs
Jakob Bornecrantz
2012-02-09
drm: do not set fb_info->pixmap fields
Sascha Hauer
2011-10-31
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-05
vmwgfx: minor dmabuf utilities cleanup
Thomas Hellstrom
2011-10-05
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
2011-09-01
vmwgfx: Print error diagnostics if depth doesn't match the host expectation
Michel Dänzer
[next]