aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann1-1/+1
2022-07-05drm/vmwgfx: Stop using 'TRUE'Ville Syrjälä1-1/+1
2022-03-21drm/vmwgfx: validate the screen formatsZack Rusin1-14/+16
2022-03-21drm/vmwgfx: Fix mob cursor allocation raceZack Rusin1-0/+8
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin1-3/+5
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-75/+324
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause1-1/+1
2021-12-09drm/vmwgfx: Implement create_handle on drm_framebuffer_funcsZack Rusin1-0/+11
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-29/+3
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-1/+1
2021-10-04Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul1-8/+4
2021-10-01drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-4/+8
2021-08-09drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing1-1/+1
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin1-0/+10
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-3/+3
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-10/+19
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-7/+0
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-9/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-6/+7
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-9/+6
2021-02-10drm/vmwgfx: Remove pointless codeZack Rusin1-4/+0
2021-02-10drm/vmwgfx: Correctly set the name of the preferred modeZack Rusin1-0/+1
2021-02-10drm/vmwgfx: add some 16:9 / 16:10 default resolutionsRoland Scheidegger1-0/+24
2021-01-19drm/vmwgfx/vmwgfx_kms: Update worthy function headers and demote othersLee Jones1-6/+7
2021-01-19drm/vmwgfx/vmwgfx_kms: Remove unused variable 'ret' from 'vmw_du_primary_plane_atomic_check()'Lee Jones1-2/+1
2021-01-14drm/vmwgfx: Fix display register usage for some older configsZack Rusin1-1/+2
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-12/+9
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-8/+6
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-18/+18
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+3
2020-08-11drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-07-02drm/vmwgfx: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-2/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+0
2020-03-23drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat1-17/+10
2020-03-23drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat1-8/+8
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-1/+1
2020-03-12drm/vmwgfx: Remove a few unused functionsSebastian Andrzej Siewior1-81/+0
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann1-3/+3
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-3/+7
2019-08-14drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat1-5/+10
2019-08-14drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat1-0/+8
2019-06-28drm/vmwgfx: Don't look at state->allow_modesetDaniel Vetter1-8/+0