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_kms.c
Age
Commit message (
Expand
)
Author
2018-07-02
drm/vmwgfx: Use drm_plane_mask() & co.
Ville Syrjälä
2018-06-29
drm/vmwgfx: add SPDX idenitifier and clarify license
Dirk Hohndel (VMware)
2018-06-20
Merge drm-upstream/drm-next into drm-misc-next
Gustavo Padovan
2018-06-11
drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()
Ville Syrjälä
2018-06-11
drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()
Ville Syrjälä
2018-06-11
drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()
Ville Syrjälä
2018-05-15
Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...
Dave Airlie
2018-04-26
drm/vmwgfx: Fix a buffer object leak
Thomas Hellstrom
2018-04-26
drm/vmwgfx: Clean up fbdev modeset locking
Thomas Hellstrom
2018-03-30
Merge airlied/drm-next into drm-misc-next
Sean Paul
2018-03-29
drm/vmwgfx: Stop consulting plane->fb
Ville Syrjälä
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
2018-03-22
drm/vmwgfx: Improve on hibernation
Thomas Hellstrom
2018-03-22
drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits
Thomas Hellstrom
2018-03-22
drm/vmwgfx: Cursor update fixes
Thomas Hellstrom
2018-03-22
drm/vmwgfx: Send the correct nonblock option for atomic_commit
Deepak Rawat
2018-03-22
drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush
Deepak Rawat
2018-03-22
drm/vmwgfx: Avoid iterating over display unit if crtc is available
Deepak Rawat
2018-03-21
drm/vmwgfx: Fix a destoy-while-held mutex problem.
Thomas Hellstrom
2018-03-21
drm/vmwgfx: Fix black screen and device errors when running without fbdev
Thomas Hellstrom
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
2018-02-16
Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-02-01
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2018-01-23
drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
2018-01-18
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
2018-01-17
drm/vmwgfx: Fix a boot time warning
Woody Suwalski
2018-01-09
drm/vmwgfx: Don't cache framebuffer maps
Thomas Hellstrom
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
2017-11-20
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
2017-11-20
drm/vmwgfx: Try to fix plane clipping
Ville Syrjälä
2017-11-20
drm/vmwgfx: Use drm_plane_helper_check_state()
Ville Syrjälä
2017-11-20
drm/vmwgfx: Remove bogus crtc coords vs fb size check
Ville Syrjälä
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-09-03
Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-08-29
drm/vmwgfx: Fix F26 Wayland screen update issue
Sinclair Yeh
2017-08-28
drm/vmwgfx: Add export fence to file descriptor support
Sinclair Yeh
2017-08-15
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
2017-07-24
Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...
Dave Airlie
2017-07-17
drm/vmwgfx: Fix cursor hotspot issue with Wayland on Fedora
Sinclair Yeh
2017-07-13
drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.
Maarten Lankhorst
2017-06-27
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
2017-06-27
drm/vmwgfx: Drop drm_vblank_cleanup
Daniel Vetter
2017-06-16
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2017-06-07
drm/vmwgfx: Remove unused legacy cursor functions
Sinclair Yeh
2017-06-07
drm/vmwgfx: Don't create proxy surface for cursor
Sinclair Yeh
2017-05-22
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
2017-04-06
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
2017-04-03
Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-03-31
drm/vmwgfx: Properly check display/scanout surface size
Sinclair Yeh
[prev]
[next]