summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom1-29/+12
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard1-2/+2
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-2/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-2/+2
2017-07-17drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh1-2/+2
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart1-2/+2
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-5/+22
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter1-26/+1
2017-06-07drm/vmwgfx: Fix large topology crashSinclair Yeh1-5/+17
2017-06-07drm/vmwgfx: Make sure to update STDU when FB is updatedSinclair Yeh1-0/+5
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+3
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh1-1/+15
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh1-0/+202
2017-03-31drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh1-3/+8
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+0
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh1-295/+30
2017-03-31drm/vmwgfx: Add and connect connector helper functionSinclair Yeh1-0/+8
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-0/+244
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+117
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-2/+12
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+10
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-0/+10
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-9/+80
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-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter1-7/+0
2016-07-01drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom1-4/+4
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 ...Thomas 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 ...Thomas Hellstrom1-1/+7
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-0/+6
2016-03-14drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom1-1/+16
2016-03-14drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom1-234/+188
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-1/+1
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-12-08drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter1-4/+0
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom1-1/+1
2015-11-06drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom1-0/+2
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-0/+1
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-612/+384
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-18/+147
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-0/+1364