aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul27-1169/+3569
2018-10-05drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom1-12/+12
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter3-3/+0
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie27-1169/+3569
2018-09-28drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom3-133/+187
2018-09-28drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom4-10/+6
2018-09-28drm/vmwgfx: Don't refcount command-buffer managed resource lookups during command buffer validationThomas Hellstrom2-45/+27
2018-09-28drm/vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom1-55/+30
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom2-0/+53
2018-09-28drm/vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom2-6/+74
2018-09-27drm/vmwgfx: Look up objects without taking a referenceThomas Hellstrom2-0/+50
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom10-62/+65
2018-09-27drm/vmwgfx: Remove the user resource destructor checkThomas Hellstrom1-3/+0
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom10-73/+68
2018-09-27drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counterpartThomas Hellstrom3-6/+6
2018-09-27drm/vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom1-4/+5
2018-09-27drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom4-64/+132
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom4-216/+86
2018-09-27drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom3-594/+360
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom5-9/+12
2018-09-27drm/vmwgfx: Add a validation module v2Thomas Hellstrom3-0/+862
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom9-6/+1663
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie4-48/+45
2018-09-20drm/vmwgfx: Fix buffer object evictionThomas Hellstrom1-1/+1
2018-09-20drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat2-35/+14
2018-09-20drm/vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat1-3/+7
2018-09-20drm/vmwgfx: limit screen size to stdu_max during check_modesetDeepak Rawat1-8/+22
2018-09-20drm/vmwgfx: don't check for old_crtc_state enable statusDeepak Rawat1-1/+1
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul32-2591/+3914
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-29/+12
2018-08-21drm/vmwgfx: Convert to new IDA APIMatthew Wilcox1-29/+12
2018-08-08drm/vmwgfx: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-3/+1
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-4/+4
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter3-3/+3
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie15-969/+1925
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie24-1605/+1989
2018-07-06drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat2-3/+6
2018-07-06drm/vmwgfx: Add support for multisamplingDeepak Rawat3-5/+34
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat5-175/+335
2018-07-06drm/vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfxDeepak Rawat2-9/+16
2018-07-06drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat3-2/+35
2018-07-06drm/vmwgfx: Add SM4_1 flagDeepak Rawat2-2/+17
2018-07-06drm/vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy commandNeha Bhende1-0/+28
2018-07-06drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende3-0/+21
2018-07-04drm/vmwgfx: Update the device headersDeepak Rawat11-778/+1438
2018-07-03drm/vmwgfx: Remove an obsolete __le32 conversionThomas Hellstrom1-2/+2
2018-07-03drm/vmwgfx: Fix host message module function declarationsThomas Hellstrom2-6/+6
2018-07-03drm/vmwgfx: Reorganize the fence wait loopThomas Hellstrom1-12/+26
2018-07-03drm/vmwgfx: Improve on host message error messagesThomas Hellstrom1-6/+7