summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15drm/vmwgfx: Implement virtual kmsZack Rusin1-15/+13
2024-03-29drm/vmwgfx: Remove unused codeIan Forbes1-3/+0
2024-01-30drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev1-2/+3
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-15/+14
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-5/+8
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-7/+8
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin1-1/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-30/+1
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin1-0/+4
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin1-30/+1
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann1-1/+1
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-8/+9
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-7/+3
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin1-4/+0
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+1
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+2
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-3/+4
2021-01-19drm/vmwgfx/vmwgfx_scrn: Demote unworthy kernel-doc headers and update othersLee Jones1-4/+6
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-12/+12
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-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-2/+2
2020-08-11drm/vmwgfx/sou: Use drm_mode_config_resetRoland Scheidegger1-7/+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-14/+6
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-1/+2
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom1-18/+1
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-36/+5
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat1-1/+1
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat1-0/+2
2018-12-05drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat1-15/+3
2018-12-05drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat1-12/+5
2018-12-05drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat1-0/+101
2018-12-05drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat1-0/+161
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul1-13/+35
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter1-1/+0
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-13/+35
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-65/+73
2018-07-03drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat1-15/+23
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-50/+50
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+0
2018-06-11drm/vmwgfx: Stop updating plane->fbVille Syrjälä1-2/+0
2018-05-16drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat1-0/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+3