summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom1-0/+3
2016-03-14drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom1-1/+1
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
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom1-111/+14
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-7/+11
2016-03-14drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom1-0/+15
2016-03-08drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding1-0/+2
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/gma500: Move to private save/restore hooksDaniel Vetter1-2/+0
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-2/+2
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-1/+0
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom1-260/+382
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-3/+3
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-35/+389
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/+3
2012-11-30drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom1-1/+1
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz1-2/+2
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz1-0/+34
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom1-24/+28
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom1-37/+15
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom1-14/+2
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/+2
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz1-1/+3
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom1-1/+1
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz1-0/+566