summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2022-03-11drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin1-12/+15
2021-12-09drm/vmwgfx: Allow checking for gl43 contextsZack Rusin1-0/+3
2021-10-04Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...Sean Paul1-7/+4
2021-10-01drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-4/+7
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-1/+1
2021-06-12drm/vmwgfx: Simplify devcaps codeZack Rusin1-98/+11
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-47/+2
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-11/+0
2021-01-19drm/vmwgfx/vmwgfx_ioctl: Provide missing '@' sign required by kernel-docLee Jones1-1/+1
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-1/+1
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-7/+6
2020-03-24drm/vmwgfx: Add SM5 param for userspaceDeepak Rawat1-0/+3
2020-03-24drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-2/+2
2020-03-24drm/vmwgfx: Sync legacy multisampling device capabilityDeepak Rawat1-4/+7
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-6/+6
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-9/+12
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-2/+2
2018-07-06drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat1-0/+3
2018-07-06drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+3
2018-07-04drm/vmwgfx: Update the device headersDeepak Rawat1-9/+6
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-2/+2
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-03-14drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-2/+2
2017-03-30drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-03-30drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-8/+8
2015-11-02drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom1-2/+20
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Command parser fixes for DXCharmaine Lee1-2/+2
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-2/+5
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-0/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-4/+4
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-0/+4
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-4/+4
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-6/+4
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee1-0/+3
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom1-16/+77
2014-01-17drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom1-0/+3
2014-01-17drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom1-3/+34
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-1/+1
2013-11-06drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-2/+2
2013-01-21drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter1-5/+3
2013-01-21drm: create drm_framebuffer_lookupDaniel Vetter1-12/+12
2013-01-21drm: revamp locking around fb creation/destructionDaniel Vetter1-0/+4
2013-01-21drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter1-14/+4
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+2
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-2/+5