summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh1-1/+1
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom1-8/+3
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-4/+4
2017-07-17drm/vmwgfx: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-3/+3
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-04-21drm/vmwgfx: Convert macro to octal representationØyvind A. Holm1-1/+1
2017-03-31drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm1-4/+4
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+3
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-0/+1
2017-02-26drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom1-1/+10
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-10-10drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni1-5/+5
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+12
2016-07-12drm/vmwgfx: Stop checking minor type directlyFrank Binns1-2/+1
2016-07-01drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh1-0/+5
2016-07-01drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh1-0/+7
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter1-1/+1
2016-06-21drm: Refactor drop/set master code a bitDaniel Vetter1-2/+1
2016-05-20drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh1-1/+18
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom1-0/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-03-14drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodesThomas Hellstrom1-1/+1
2016-03-14drm/vmwgfx: Send a hotplug event at master_setThomas Hellstrom1-0/+1
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-11/+0
2016-02-08drm/vmwgfx: Nuke preclose hookDaniel Vetter1-11/+0
2016-01-29drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom1-0/+1
2015-11-06drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom1-1/+1
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-10/+4
2015-11-02drm/vmwgfx: switch from ioremap_cache to memremapDan Williams1-4/+10
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-27/+27
2015-09-30drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter1-8/+0
2015-09-14drm/vmwgfx: Map the fifo as cachedThomas Hellstrom1-8/+2
2015-09-01drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom1-1/+6
2015-08-21drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom1-1/+0
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-199/+299
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-8/+46
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-5/+7
2015-08-12drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh1-0/+1
2015-08-12drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom1-2/+5
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-2/+2
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-18/+4
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom1-2/+0