summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-1/+12
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-0/+14
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-0/+2
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-1/+0
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+1
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-3/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-16/+1
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-0/+5
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom1-9/+0
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-2/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-3/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-2/+1
2018-09-28drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom1-3/+15
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom1-0/+12
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-8/+36
2018-09-27drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom1-10/+2
2018-09-27drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom1-17/+48
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-1/+1
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom1-2/+2
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-6/+18
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-76/+82
2018-07-06drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat1-3/+3
2018-07-06drm/vmwgfx: Add support for multisamplingDeepak Rawat1-1/+1
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat1-0/+8
2018-07-06drm/vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfxDeepak Rawat1-2/+2
2018-07-06drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat1-0/+2
2018-07-06drm/vmwgfx: Add SM4_1 flagDeepak Rawat1-0/+1
2018-07-06drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+1
2018-07-03drm/vmwgfx: Fix host message module function declarationsThomas Hellstrom1-6/+5
2018-07-03drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat1-0/+9
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-38/+35
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-64/+65
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-05-23drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom1-1/+0
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-0/+1
2018-03-22drm/vmwgfx: Bump version patchlevel and dateThomas Hellstrom1-2/+2
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom1-1/+0
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom1-0/+5
2018-03-22drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom1-0/+5
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom1-0/+1
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom1-0/+48
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom1-0/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-08-28drm/vmwgfx: Bump the version for fence FD supportSinclair Yeh1-2/+2
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-2/+6
2017-08-28drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom1-1/+1
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-8/+12
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom1-3/+2
2017-06-07drm/vmwgfx: Bump driver minor and dateThomas Hellstrom1-2/+2
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-0/+1