summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15drm/vmwgfx: Implement virtual kmsZack Rusin1-30/+9
2024-01-30drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev1-2/+3
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev1-8/+37
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-2/+2
2023-02-14drm/vmwgfx: Simplify fb pinningZack Rusin1-8/+49
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin1-8/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-03-11drm/vmwgfx: Cleanup multimon initialization codeZack Rusin1-10/+8
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-9/+9
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin1-4/+1
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-15/+21
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+3
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-2/+3
2021-01-19drm/vmwgfx/vmwgfx_ldu: Supply descriptions for 'state' function parameterLee Jones1-1/+3
2021-01-14drm/vmwgfx: Fix display register usage for some older configsZack Rusin1-1/+0
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-2/+2
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-2/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-08-11drm/vmwgfx/ldu: Use drm_mode_config_resetRoland Scheidegger1-6/+2
2020-08-11drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter1-3/+2
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+3
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-2/+4
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-4/+2
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-8/+1
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat1-1/+1
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter1-1/+0
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-5/+5
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-5/+5
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-04-24drm/vmwgfx: Remove no-op prepare/cleanup_fb callbacksDaniel Vetter1-35/+0
2018-01-17drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark1-2/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-2/+2
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-3/+4
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-3/+4
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart1-3/+3
2017-06-28drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart1-13/+0
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter1-4/+0
2017-04-01drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh1-20/+21
2017-04-01drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+0
2017-04-01drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh1-96/+7
2017-04-01drm/vmwgfx: Add and connect connector helper functionSinclair Yeh1-0/+7
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-1/+65
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+79
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-2/+11
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+13
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-0/+10
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-30/+78