summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-05drm/vmwgfx: Remove set but not used variable 'file_priv'HEADmasterYueHaibing1-2/+0
2018-10-05drm/vmwgfx: remove redundant return ret statementColin Ian King1-2/+0
2018-09-25vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom3-133/+187
2018-09-25vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom4-10/+6
2018-09-25vmwgfx: Don't refcount command-buffer managed resource lookups during command...Thomas Hellstrom2-45/+27
2018-09-25vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom1-55/+30
2018-09-25vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom2-0/+53
2018-09-25vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom2-6/+74
2018-09-25vmwgfx/ttm: Export ttm_bo_reference_unless_doomed()Thomas Hellstrom2-2/+19
2018-09-25vmwgfx/ttm: Look up objects without taking a referenceThomas Hellstrom2-0/+50
2018-09-18vmwgfx: Make the object handles idr-generatedThomas Hellstrom10-62/+65
2018-09-14vmwgfx: Remove the user resource destructor checkThomas Hellstrom1-3/+0
2018-09-14vmwgfx: Remove the resource avail fieldThomas Hellstrom10-73/+68
2018-09-10vmwgfx: Fix a buffer object eviction regressionThomas Hellstrom1-1/+1
2018-09-07vmwgfx: Move texture max limit on topology to layout ioctl handlerDeepak Rawat1-16/+16
2018-08-31vmwgfx: Fix compilation on 4.19Thomas Hellstrom2-30/+20
2018-08-31vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counterpartThomas Hellstrom3-6/+6
2018-08-29vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom1-4/+5
2018-08-27vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom4-64/+132
2018-08-27vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom4-217/+86
2018-08-27vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom3-597/+360
2018-08-27vmwgfx: Modify the resource validation interfaceThomas Hellstrom5-9/+12
2018-08-27vmwgfx: Add a validation module v2Thomas Hellstrom4-2/+858
2018-08-21vmwgfx: for STDU limit surface size to max texture sizeDeepak Rawat1-10/+14
2018-08-21vmwgfx: don't limit mode_config max_width/height to STDU maxDeepak Rawat1-25/+0
2018-08-21vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat1-3/+7
2018-08-21vmwgfx: limit screen size to stdu_max during check_modesetDeepak Rawat1-3/+17
2018-08-16vmwgfx: don't check for old_crtc_state enable statusDeepak Rawat1-1/+1
2018-08-09vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat3-3/+10
2018-08-09vmwgfx: Add support for multisamplingDeepak Rawat3-5/+34
2018-08-09vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat6-175/+437
2018-08-09vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfxDeepak Rawat2-9/+16
2018-08-09vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat3-2/+35
2018-08-09vmwgfx: Add SM4_1 flagDeepak Rawat2-2/+17
2018-08-09vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy commandNeha Bhende1-0/+28
2018-08-09vmwgfx: Add CAP2 support in vmwgfxNeha Bhende4-0/+22
2018-08-09vmwgfx: Update the device headersDeepak Rawat11-783/+1439
2018-07-05vmwgfx: Fix build on RHEL 7.5Thomas Hellstrom1-1/+2
2018-06-25vmwgfx: Silence page flip error printout on -EBUSYThomas Hellstrom2-2/+4
2018-06-25vmwgfx: Fix host message module function declarationsThomas Hellstrom2-5/+6
2018-06-19vmwgfx: Don't time out on fence waitsThomas Hellstrom1-2/+23
2018-06-19vmwgfx: Reorganize the fence wait loopThomas Hellstrom1-6/+22
2018-05-23vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom3-21/+7
2018-05-17vmwgfx: Improve on host message error messagesThomas Hellstrom1-6/+7
2018-05-17vmwgfx: Fix host logging / guestinfo reading error pathsThomas Hellstrom1-17/+31
2018-05-17vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom1-8/+17
2018-05-15vmwgfx: Fix a buffer object leakThomas Hellstrom1-0/+1
2018-05-07vmwgfx: Set bo_size when vmw_bo_init is successfulDeepak Rawat1-0/+2
2018-05-07vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat4-36/+86
2018-05-07vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat3-11/+37