summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat2018-05-161-0/+2
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-2/+3
|\
| * drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-211-2/+3
* | drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom2018-03-221-8/+21
* | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-221-2/+3
* | drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat2018-03-221-50/+64
* | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-221-5/+14
|/
* drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2018-01-171-2/+2
* drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard2017-10-211-2/+2
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-2/+2
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-3/+4
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-3/+4
* drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-281-3/+3
* drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-9/+0
* 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: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-03-311-1/+0
* | drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-03-311-199/+18
* | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-03-311-0/+9
* | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-0/+115
* | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+119
* | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-2/+11
* | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+13
* | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+10
* | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-9/+78
|/
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-11/+0
* 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-0/+7
* drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-141-2/+8
* drm/vmwgfx: Break out implicit fb codeThomas Hellstrom2016-03-141-111/+14
* drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom2016-03-141-7/+11
* drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom2016-03-141-0/+15
* drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding2016-03-081-0/+2
* 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/gma500: Move to private save/restore hooksDaniel Vetter2015-12-081-2/+0
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-081-4/+0
|/
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-2/+2
* drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-051-1/+0
* drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-051-260/+382
* drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-051-3/+3
* vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-051-35/+389