summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni2016-10-101-5/+5
* Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-0/+12
|\
| * drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-011-0/+5
| * drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-011-0/+7
* | drm/vmwgfx: Stop checking minor type directlyFrank Binns2016-07-121-2/+1
* | drm: Extract drm_is_current_masterDaniel Vetter2016-06-211-1/+1
* | drm: Refactor drop/set master code a bitDaniel Vetter2016-06-211-2/+1
|/
* drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh2016-05-201-1/+18
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-0/+1
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-1/+1
* Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-061-2/+0
|\
| * vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
* | drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodesThomas Hellstrom2016-03-141-1/+1
* | drm/vmwgfx: Send a hotplug event at master_setThomas Hellstrom2016-03-141-0/+1
|/
* Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-091-11/+0
|\
| * drm/vmwgfx: Nuke preclose hookDaniel Vetter2016-02-081-11/+0
* | drm/vmwgfx: respect 'nomodeset'Rob Clark2016-01-291-0/+7
|/
* drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-0/+1
* drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-061-1/+1
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-10/+4
* drm/vmwgfx: switch from ioremap_cache to memremapDan Williams2015-11-021-4/+10
* drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-27/+27
* drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter2015-09-301-8/+0
* drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2015-09-141-8/+2
* drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom2015-09-011-1/+6
* drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom2015-08-211-1/+0
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-171-199/+299
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-8/+46
| * drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-5/+7
| * drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2015-08-121-0/+1
| * drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom2015-08-121-2/+5
| * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-2/+2
| * drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-051-18/+4
| * drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-051-2/+0
| * drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-15/+16
| * drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-9/+15
| * drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-0/+26
| * vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-149/+188
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-061-1/+1
|/
* Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-04-011-2/+2
|\
| * drm: Drop ioctl->cmd_drvVille Syrjälä2015-03-271-2/+2
* | drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom2015-03-111-0/+1
* | drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-03-111-37/+40
|/
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-23/+5
* drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom2014-12-031-2/+6
* drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-11-211-2/+1
* drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2014-10-311-1/+5
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-081-1/+1