aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
2018-05-15Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie
2018-04-26drm/vmwgfx: Fix a buffer object leakThomas Hellstrom
2018-04-26drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom
2018-03-30Merge airlied/drm-next into drm-misc-nextSean Paul
2018-03-29drm/vmwgfx: Stop consulting plane->fbVille Syrjälä
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom
2018-03-22drm/vmwgfx: Cursor update fixesThomas Hellstrom
2018-03-22drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat
2018-03-22drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat
2018-03-21drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-01-23drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie
2018-01-17drm/vmwgfx: Fix a boot time warningWoody Suwalski
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä
2017-11-20drm/vmwgfx: Try to fix plane clippingVille Syrjälä
2017-11-20drm/vmwgfx: Use drm_plane_helper_check_state()Ville Syrjälä
2017-11-20drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-08-29drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie
2017-07-17drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh
2017-07-13drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie
2017-06-07drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh
2017-06-07drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh