aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul1-13/+35
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter1-1/+0
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-13/+35
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-65/+73
2018-07-03drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat1-15/+23
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-50/+50
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+0
2018-06-11drm/vmwgfx: Stop updating plane->fbVille Syrjälä1-2/+0
2018-05-16drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat1-0/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+3
2018-03-22drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom1-8/+21
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom1-2/+3
2018-03-22drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat1-50/+64
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat1-5/+14
2018-03-21drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom1-2/+3
2018-01-17drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark1-2/+2
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard1-2/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-2/+2
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-3/+4
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-3/+4
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart1-3/+3
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter1-9/+0
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+3
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+0
2017-03-31drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh1-199/+18
2017-03-31drm/vmwgfx: Add and connect connector helper functionSinclair Yeh1-0/+9
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-0/+115
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+119
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-2/+11
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+13
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-0/+10
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-9/+78
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter1-11/+0
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom1-0/+3
2016-03-14drm/vmwgfx: Default to explicit crtc placement for screen targets and screen objectsThomas Hellstrom1-1/+1
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 placementThomas Hellstrom1-0/+7
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-2/+8
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom1-111/+14
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-7/+11
2016-03-14drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom1-0/+15
2016-03-08drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding1-0/+2
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-1/+1