summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
AgeCommit message (Expand)AuthorFilesLines
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-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh1-0/+4
2017-03-31drm/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
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-3/+20
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-12/+27
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter1-1/+1
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-2/+2
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom1-0/+2
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom1-1/+2
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom1-0/+12
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-0/+1
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom1-2/+5
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-18/+174
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-0/+8
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom1-2/+6
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-12/+25
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom1-15/+18
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-2/+69
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-0/+1
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-0/+20
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-20/+60
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst1-1/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2