summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-25vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom2-24/+20
2018-04-05vmwgfx: Remove primary memory validation against mode while creating fbDeepak Rawat1-13/+0
2018-04-05vmwgfx: Perform memory validations only when need full modeset.Deepak Rawat1-2/+21
2018-04-05vmwgfx: Use modeset display memory validation for layout ioctlDeepak Rawat1-69/+51
2018-04-05vmwgfx: Perform topology validation during atomic modeset.Deepak Rawat2-38/+177
2018-04-05vmwgfx: Use blocking buffer object reserves when evicting resourcesThomas Hellstrom1-10/+19
2018-04-05vmwgfx: Optimize the buffer object swap_notify callback somewhat.Thomas Hellstrom1-4/+6
2018-04-05vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom11-715/+851
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom20-610/+592
2018-03-19vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom1-8/+21
2018-03-19vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom4-17/+38
2018-03-19vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom3-5/+1
2018-03-19vmwgfx: Fix fbdev and atomic kms interaction during hibernationThomas Hellstrom3-36/+53
2018-03-19vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom1-5/+3
2018-03-19vmwgfx: Fix warnings on 4.16 kernelThomas Hellstrom1-1/+2
2018-03-12vmwgfx: Use kasprintfHimanshu Jha1-10/+3
2018-03-09vmwgfx: only unmap if a vbo has been mappedSinclair Yeh1-0/+3
2018-03-08vmwgfx: Improve on hibernationThomas Hellstrom3-21/+102
2018-03-06vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom5-51/+96
2018-03-06vmwgfx: Fix compilation failure on older kernelsThomas Hellstrom2-2/+2
2018-03-06vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom4-1/+25
2018-02-28vmwgfx: Fix multiple command buffer context useThomas Hellstrom3-33/+38
2018-02-28vmwgfx: Fix gdm-wayland missing cursor imageThomas Hellstrom1-18/+15
2018-02-28vmwgfx: Fix compilation failure on linux 4.15Thomas Hellstrom1-1/+1
2018-02-13vmwgfx: Fix "duplicate frame pointer save" warningJosh Poimboeuf3-1/+10
2018-02-13drm, vmwgfx: Fix compilation on CentOS 6.5Thomas Hellstrom5-37/+504
2018-01-19vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2-4/+4
2018-01-19vmwgfx: Fix a boot time warningWoody Suwalski1-1/+1
2018-01-19vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter1-0/+2
2017-12-22vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom6-91/+95
2017-12-22vmwgfx: Add a cpu blit utility that can be used for page-backed bos v4Thomas Hellstrom3-1/+551
2017-12-22vmwgfx/ttm: Export the ttm_k[un]map_atomic API.Thomas Hellstrom2-5/+30
2017-12-22vmwgfx: Cursor update fixesThomas Hellstrom1-16/+30
2017-12-22drm: Fix compilation on Fedora 32-bitThomas Hellstrom1-1/+1
2017-12-22vmwgfx: Replace the backend treatment of legacy hotspotsThomas Hellstrom3-8/+28
2017-12-22vmwgfx/drm: Add core support to supply legacy cursor hotspot pointersThomas Hellstrom2-1/+18
2017-12-22vmwgfx: Fix build on 4.15rcThomas Hellstrom2-6/+14
2017-12-22vmwgfx/ttm: Remove the "aliased" argument to ttm_bo_k[un]map_protThomas Hellstrom1-21/+11
2017-12-19vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat1-24/+1
2017-12-18vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat1-65/+79
2017-12-18vmwgfx: Move screen object page flip to atomic functionDeepak Rawat1-50/+64
2017-12-18vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat1-5/+1
2017-12-13vmwgfx: use monotonic event timestampsSinclair Yeh1-4/+5
2017-11-27vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat1-25/+22