summaryrefslogtreecommitdiff
path: root/vmwgfx_scrn.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-13/+35
2018-06-25vmwgfx: Silence page flip error printout on -EBUSYThomas Hellstrom1-1/+2
2018-05-07vmwgfx: Set bo_size when vmw_bo_init is successfulDeepak Rawat1-0/+2
2018-05-07vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat1-15/+23
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-49/+49
2018-03-19vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom1-8/+21
2018-03-19vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom1-2/+3
2018-01-19vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark1-2/+2
2017-12-22vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom1-2/+3
2017-12-18vmwgfx: Move screen object page flip to atomic functionDeepak Rawat1-50/+64
2017-11-27vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat1-5/+14
2017-10-25vmwgfx: Update stand alone to v4.12Sinclair Yeh1-2/+3
2017-06-14vmwgfx: Update stand alone to v4.11Sinclair Yeh1-15/+4
2017-03-31vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+0
2017-03-31vmwgfx: Use drm_atomic_helper_best_encoderSinclair Yeh1-1/+1
2017-03-27vmwgfx: Strip legacy cursor codeThomas Hellstrom1-2/+0
2017-03-08vmwgfx: Use the atomic page flip helper also for screen objectsThomas Hellstrom1-1/+10
2017-03-08vmwgfx: Enable svga before using VRAMThomas Hellstrom1-2/+1
2017-03-08vmwgfx: Clear an uninitialized mode field during set_configThomas Hellstrom1-1/+1
2017-02-23vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh1-199/+9
2017-02-23vmwgfx: Add and connect connector helper functionSinclair Yeh1-0/+9
2017-02-23vmwgfx: Add and connect plane helper functionsSinclair Yeh1-0/+115
2017-02-23vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+120
2017-02-23vmwgfx: Connector atomic stateSinclair Yeh1-2/+12
2017-02-23vmwgfx: Plane atomic stateSinclair Yeh1-0/+13
2017-02-23vmwgfx: CRTC atomic stateSinclair Yeh1-0/+10
2017-02-23vmwgfx: Add universal plane supportSinclair Yeh1-7/+78
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-32/+31
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2016-01-20vmwgfx: Default to explicit crtc placement for screen targets and screen objectsThomas Hellstrom1-1/+1
2016-01-20vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom1-0/+2
2016-01-20vmwgfx: Add connector properties to switch between explicit and implicit plac...Thomas Hellstrom1-0/+7
2016-01-20vmwgfx: Break out implicit fb codeThomas Hellstrom1-114/+15
2016-01-20vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-7/+11
2016-01-20vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom1-0/+15
2015-11-26vmwgfx: Implement the cursor_set2 callbackThomas Hellstrom1-0/+1
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-07vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-1/+0
2015-09-07vmwgfx: Convert screen objects to the new helpersThomas Hellstrom1-245/+363
2015-09-07vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-3/+3
2015-09-07vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-35/+395
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom1-0/+1
2014-12-19drm,vmwgfx: Add connectors to sysfsThomas Hellstrom1-0/+2
2014-12-19vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-0/+6
2013-11-27drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom1-0/+3
2012-10-29vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom1-1/+1
2012-01-05vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz1-2/+2
2011-11-02vmwgfx: Add page flip supportJakob Bornecrantz1-0/+34
2011-10-27vmwgfx: Infrastructure for explicit placementThomas Hellstrom1-24/+28
2011-10-27vmwgfx: Remove screen object active list.Thomas Hellstrom1-37/+15