aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
2016-07-27drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh
2016-07-27drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh
2016-03-03drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom
2015-11-06drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom
2015-08-12drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh
2015-08-12drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom
2015-08-05drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom
2015-08-05drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst
2015-03-11drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom
2014-11-12drm: Per-plane lockingDaniel Vetter
2014-10-31drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh
2014-10-31drm/vmwgfx: fix lock breakageRob Clark
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding
2014-07-18drm/vmwgfx: use helpersRob Clark
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom
2014-01-17drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter