summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart2017-06-281-13/+0Star
* drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-4/+0Star
* drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-04-011-20/+21
* drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-04-011-1/+0Star
* drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-04-011-96/+7Star
* drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-04-011-0/+7
* drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-1/+65
* drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+79
* 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-30/+78
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+3
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-9/+0Star
* 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
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-231-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/+0Star
|/
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-5/+5
* drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-051-1/+0Star
* vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-051-3/+42
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-0/+1
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-4/+4
* drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom2013-12-041-0/+2
* drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom2013-12-041-0/+2
* drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark2012-11-301-1/+1
* vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz2012-02-131-2/+2
* Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-211-1/+21
|\
| * vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2011-12-191-1/+21
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-2/+2
|/
* vmwgfx: Infrastructure for explicit placementThomas Hellstrom2011-11-071-0/+1
* vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom2011-11-011-2/+2
* vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2011-10-181-3/+1Star
* vmwgfx: Fix display system init & close functionsJakob Bornecrantz2011-10-181-8/+22
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-051-3/+2Star
* vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-051-253/+15Star
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-011-10/+4Star
* vmwgfx: Add support for depth 8Michel Dänzer2011-09-011-0/+11