aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-4/+4
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom1-0/+2
2013-12-04drm/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
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-1/+2
2010-08-10drm: expand gamma_setJames Simmons1-1/+1
2010-06-03drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz1-6/+77
2010-06-01drm/vmwgfx: Some modesetting cleanups and fixes.Jakob Bornecrantz1-13/+4
2010-06-01drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz1-5/+0
2010-06-01drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.Jakob Bornecrantz1-4/+2
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz1-13/+57
2010-06-01drm/vmwgfx: Get connector status from detection function.Jakob Bornecrantz1-7/+3
2010-06-01drm/vmwgfx: Make sure to unpin old and pin new framebuffer.Jakob Bornecrantz1-6/+11
2010-06-01drm/vmwgfx: Fix single framebuffer detection.Jakob Bornecrantz1-0/+3
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+516