summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
AgeCommit message (Expand)Author
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-08-11drm/vmwgfx/stdu: Use drm_mode_config_resetDaniel Vetter
2020-07-14drm/vmwgfx: fix update of display surface when resolution changesRoland Scheidegger
2020-03-23drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat
2020-03-23drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat
2020-03-12drm/vmwgfx: Fix the refuse_dma mode when using guest-backed objectsThomas Hellstrom
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat
2018-12-05drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom
2018-09-20drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat
2018-07-06drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat
2018-07-03drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)
2018-06-11drm/vmwgfx: Stop using plane->fb in atomic_enable()Ville Syrjälä
2018-06-11drm/vmwgfx: Stop updating plane->fbVille Syrjälä
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom
2018-03-22drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat
2018-03-22drm/vmwgfx: Move surface copy cmd to atomic functionDeepak 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-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-17drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart