summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-031-2/+3
|\
| * drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-291-1/+2
| * drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-311-1/+15
* | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-03-311-0/+202
* | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-03-311-3/+8
* | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-03-311-1/+0
* | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-03-311-295/+30
* | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-03-311-0/+8
* | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-0/+244
* | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+117
* | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-2/+12
* | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+10
* | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+10
* | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-9/+80
|/
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-7/+0
* drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom2016-07-011-4/+4
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-0/+3
* drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom2016-03-141-1/+1
* drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-141-0/+2
* drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-141-1/+7
* drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-141-0/+6
* drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom2016-03-141-1/+16
* drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom2016-03-141-234/+188
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-241-1/+1
|\
| * drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-1/+1
* | drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-081-4/+0
|/
* drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom2015-11-061-0/+2
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-0/+1
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-612/+384
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-18/+147
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-0/+1364
OpenPOWER on IntegriCloud