summaryrefslogtreecommitdiff
path: root/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-14vmwgfx: Remove the resource avail fieldThomas Hellstrom1-1/+1
2018-08-09vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat1-0/+12
2018-08-09vmwgfx: Add SM4_1 flagDeepak Rawat1-2/+16
2018-08-09vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+17
2018-08-09vmwgfx: Update the device headersDeepak Rawat1-1/+1
2018-05-23vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom1-5/+0
2018-05-07vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat1-0/+1
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-9/+9
2018-03-19vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom1-3/+0
2018-03-19vmwgfx: Fix fbdev and atomic kms interaction during hibernationThomas Hellstrom1-26/+27
2018-03-08vmwgfx: Improve on hibernationThomas Hellstrom1-21/+50
2018-03-06vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom1-0/+13
2018-02-28vmwgfx: Fix multiple command buffer context useThomas Hellstrom1-0/+2
2017-12-22vmwgfx: Replace the backend treatment of legacy hotspotsThomas Hellstrom1-0/+2
2017-10-19vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh1-1/+1
2017-07-17vmwgfx: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-14vmwgfx: Update stand alone to v4.11Sinclair Yeh1-5/+2
2017-05-18vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-0/+1
2017-03-31vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+3
2017-03-27vmwgfx: Strip legacy cursor codeThomas Hellstrom1-0/+1
2017-03-02Work around drm removal of control nodesThomas Hellstrom1-1/+10
2017-03-02vmwgfx: Remove leftover debug messagesThomas Hellström1-20/+0
2017-02-24vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm1-4/+4
2017-02-23vmwgfx: Update TTM to Linux 4.10Thomas Hellstrom1-0/+3
2017-02-23vmwgfx: Build and Run on CentOS 6.5 and vanilla linux 2.6.35Thomas Hellstrom1-1/+22
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-165/+159
2017-01-05vmwgfx: Annotate ignored return valuesThomas Hellstrom1-1/+1
2017-01-05vmwgfx: Fix a pair of build warnings on CentOS 6.5Thomas Hellstrom1-0/+2
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-3/+3
2016-10-11drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni1-4/+4
2016-10-11drm/vmwgfx: Stop checking minor type directlyFrank Binns1-2/+1
2016-06-28vmwgfx: Add an option to change assumed FB bppSinclair Yeh1-0/+5
2016-06-20vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh1-0/+7
2016-04-08vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh1-1/+20
2016-02-10vmwgfx: Send a hotplug event at master_setThomas Hellstrom1-0/+1
2015-11-18vmwgfx: Restructure checking on driver private ioctls somewhatThomas Hellstrom1-6/+4
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-3/+2
2015-11-05vmwgfx: Relax irq locking somewhatThomas Hellstrom1-1/+1
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-10/+4
2015-11-05vmwgfx: switch from ioremap_cache to memremapDan Williams1-4/+10
2015-09-11vmwgfx: Map the fifo as cachedThomas Hellstrom1-11/+2
2015-09-08drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom1-1/+6
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-14/+49
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-3/+5
2015-09-07drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh1-0/+1
2015-09-07vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom1-1/+4
2015-09-07vmwgfx: Implement fbdev on kms v2Thomas Hellstrom1-29/+4
2015-09-07vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom1-2/+0
2015-09-07vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-15/+17