summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-01drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh1-20/+21
2017-04-01drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+0
2017-04-01drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh1-96/+7
2017-04-01drm/vmwgfx: Add and connect connector helper functionSinclair Yeh1-0/+7
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-1/+65
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+79
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-2/+11
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+13
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-0/+10
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-30/+78
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-2/+3
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter1-9/+0
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-0/+7
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-2/+8
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-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-5/+5
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-1/+0
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-3/+42
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-0/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-4/+4
2013-12-05drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom1-0/+2
2013-12-05drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom1-0/+2
2012-11-30drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz1-2/+2
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie1-1/+21
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-2/+2
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz1-1/+21
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom1-0/+1
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom1-2/+2
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz1-3/+1
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz1-8/+22
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz1-3/+2
2011-10-05vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz1-253/+15
2011-09-01vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer1-10/+4
2011-09-01vmwgfx: Add support for depth 8Michel Dänzer1-0/+11
2011-09-01vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivityThomas Hellstrom1-3/+10
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-2/+3
2010-11-09drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches1-1/+1
2010-10-06drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom1-9/+19
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom1-10/+17
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-3/+3