aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-826/+825
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-5/+10
2015-08-12drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh1-24/+18
2015-08-12drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh1-11/+22
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-16/+16
2015-08-05drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom1-4/+2
2015-08-05drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom1-3/+6
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-3/+60
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom1-66/+96
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-30/+119
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom1-275/+44
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-0/+292
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-6/+101
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-8/+54
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-2/+2
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-478/+84
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-0/+4
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst1-1/+2
2015-03-11drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom1-11/+3
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-2/+0
2014-11-12drm: Per-plane lockingDaniel Vetter1-2/+2
2014-10-31drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh1-3/+13
2014-10-31drm/vmwgfx: fix lock breakageRob Clark1-4/+4
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-2/+2
2014-07-18drm/vmwgfx: use helpersRob Clark1-4/+2
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-4/+4
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-7/+7
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-9/+6
2014-01-17drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom1-3/+3
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-1/+1
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria1-6/+6
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-2/+16
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom1-0/+1
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä1-1/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä1-1/+2
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter1-0/+13
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter1-6/+26
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-12/+0
2013-01-20drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter1-14/+16
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2012-08-22drm: stop vmgfx driver explosionAlan Cox1-1/+5
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz1-0/+64
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz1-6/+15
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz1-5/+5