summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter2020-08-211-4/+4
* drm/vmwgfx: Fix a buffer object leakThomas Hellstrom2018-05-161-0/+1
* drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-281-9/+19
* drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-271-8/+1
* drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-271-0/+3
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-03-031-1/+5
* drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-13/+51
* 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
* drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom2014-01-171-3/+3
* drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom2014-01-171-1/+1
* drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria2014-01-081-6/+6
* drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä2013-12-181-2/+16
* drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom2013-12-041-0/+1
* drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-061-1/+1
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2