summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom1-14/+13
2016-05-05drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-3/+3
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom1-2/+2
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom1-0/+30
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-0/+32
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom1-0/+92
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-3/+2
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-13/+51
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä1-1/+1
2015-12-08drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter1-16/+0
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom1-13/+51
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-11-06drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom1-1/+1
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-11/+12
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-3/+3
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer1-2/+1
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave 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-02drm: 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