summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-14/+13
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-3/+3
* drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-141-2/+2
* drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-141-0/+30
* drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-141-0/+32
* drm/vmwgfx: Break out implicit fb codeThomas Hellstrom2016-03-141-0/+92
* drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom2016-03-141-3/+2
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-141-1/+5
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-241-13/+51
|\
| * drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-13/+51
* | drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* | drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-1/+1
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-081-16/+0
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
|/
* drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom2015-11-061-1/+1
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-11/+12
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-3/+3
* drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer2015-09-241-2/+1
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-171-826/+825
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-5/+10
| * drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2015-08-121-24/+18
| * drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh2015-08-121-11/+22
| * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-16/+16
| * drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom2015-08-051-4/+2
| * drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom2015-08-051-3/+6
| * drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-051-3/+60
| * drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-051-66/+96
| * drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-30/+119
| * drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-051-275/+44
| * drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-0/+292
| * drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-1/+1
| * drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-6/+101
| * drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-8/+54
| * drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-051-2/+2
| * vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-051-478/+84
| * drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-0/+4
* | drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-271-1/+2
|/
* drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-111-11/+3
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-2/+0
* drm: Per-plane lockingDaniel Vetter2014-11-121-2/+2
* drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2014-10-311-3/+13
* drm/vmwgfx: fix lock breakageRob Clark2014-10-311-4/+4
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-221-2/+2
* drm/vmwgfx: use helpersRob Clark2014-07-181-4/+2
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-1/+1
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-4/+4
* drm: try harder to avoid regression when merging mode bitsDave Airlie2014-05-011-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-7/+7
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-9/+6
OpenPOWER on IntegriCloud