summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)Author
2017-11-15drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh
2016-07-27drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh
2016-07-27drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh
2016-03-03drm/vmwgfx: respect 'nomodeset'Rob Clark
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom
2015-11-06drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom
2015-11-02drm/vmwgfx: switch from ioremap_cache to memremapDan Williams
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-09-30drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter
2015-09-14drm/vmwgfx: Map the fifo as cachedThomas Hellstrom
2015-09-01drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom
2015-08-21drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh
2015-08-12drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh
2015-08-12drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä
2015-03-11drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom
2015-03-11drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom
2014-12-03drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom
2014-11-21drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring
2014-10-31drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter
2014-04-03drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Enable render nodesThomas Hellstrom
2014-03-28drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee