summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
2018-08-24drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2018-05-09drm/vmwgfx: Fix a buffer object leakThomas Hellstrom
2018-03-28drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-07-01drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh
2016-07-01drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom
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