summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-27drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin1-2/+2
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev1-5/+0
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-4/+2
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-12/+9
2023-02-14drm/vmwgfx: Simplify fb pinningZack Rusin1-3/+1
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-6/+6
2022-10-25drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin1-7/+0
2022-10-25drm/vmwgfx: Diff cursors when using cmdsMichael Banack1-0/+2
2022-10-25drm/vmwgfx: Support cursor surfaces with mob cursorMichael Banack1-0/+1
2022-10-25drm/vmwgfx: Start diffing new mob cursors against old onesMichael Banack1-5/+7
2022-10-25drm/vmwgfx: Clean up cursor mobsMichael Banack1-11/+8
2022-08-04drm/vmwgfx: cleanup commentsTom Rix1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-21drm/vmwgfx: validate the screen formatsZack Rusin1-1/+0
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-2/+26
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-1/+0
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+2
2021-01-19drm/vmwgfx/vmwgfx_kms: Mark vmw_{cursor,primary}_plane_formats as __maybe_unusedLee Jones1-2/+2
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/+1
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-14/+2
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat1-3/+0
2018-12-05drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat1-0/+11
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat1-0/+11
2018-12-05drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat1-0/+111
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-18/+6
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-29/+47
2018-07-03drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat1-0/+18
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-29/+29
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-4/+9
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom1-2/+2
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat1-5/+12
2018-03-21drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom1-3/+9
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom1-1/+0
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom1-1/+1
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-15/+0
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-07drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh1-15/+0
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+2
2017-04-01drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh1-0/+4
2017-04-01drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh1-0/+1
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-0/+15
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+9
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-1/+31
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+24