summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06drm/vmwgfx: remove unused struct 'vmw_stdu_dma'Dr. David Alan Gilbert1-5/+0
2024-06-06drm/vmwgfx: Don't destroy Screen Target when CRTC is enabled but inactiveIan Forbes1-0/+10
2024-06-06drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes1-2/+43
2024-04-15drm/vmwgfx: Implement virtual crc generationZack Rusin1-7/+15
2024-04-15drm/vmwgfx: Implement virtual kmsZack Rusin1-9/+13
2024-01-30drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev1-1/+3
2024-01-04drm/vmwgfx: fix all kernel-doc warnings in stduRandy Dunlap1-5/+12
2023-03-15drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin1-2/+2
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-4/+4
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-269/+35
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-6/+7
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin1-26/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-03-11drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin1-3/+8
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-8/+8
2021-12-16drm/vmwgfx: Remove unused compile optionsZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-1/+1
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin1-3/+2
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-1/+1
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-3/+3
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-4/+5
2021-01-19drm/vmwgfx/vmwgfx_stdu: Add some missing param/member descriptionsLee Jones1-2/+7
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-14/+14
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-2/+2
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-2/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-08-11drm/vmwgfx/stdu: Use drm_mode_config_resetDaniel Vetter1-7/+2
2020-07-14drm/vmwgfx: fix update of display surface when resolution changesRoland Scheidegger1-4/+4
2020-03-24drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat1-35/+16
2020-03-24drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat1-20/+24
2020-03-12drm/vmwgfx: Fix the refuse_dma mode when using guest-backed objectsThomas Hellstrom1-1/+1
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-3/+6
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-25/+10
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-5/+7
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom1-43/+1
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-43/+3
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat1-1/+1
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat1-0/+1
2018-12-05drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat1-15/+3
2018-12-05drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat1-34/+20
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat1-0/+216
2018-12-05drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat1-1/+181
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul1-7/+24
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter1-1/+0
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-7/+24
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-7/+24
2018-09-20drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat1-25/+0