summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
AgeCommit message (Expand)Author
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-17drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter
2017-06-07drm/vmwgfx: Fix large topology crashSinclair Yeh
2017-06-07drm/vmwgfx: Make sure to update STDU when FB is updatedSinclair Yeh
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh
2017-03-31drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect connector helper functionSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter
2016-07-01drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom
2016-03-14drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom
2016-03-14drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom
2016-03-14drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-08drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom
2015-11-06drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh