summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä
2015-12-08drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
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