summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom2018-05-233-21/+7Star
* drm/vmwgfx: Fix host logging / guestinfo reading error pathsThomas Hellstrom2018-05-231-17/+31
* drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom2018-05-231-8/+17
* drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat2018-05-161-0/+2
* drm/vmwgfx: Fix a buffer object leakThomas Hellstrom2018-04-261-0/+1
* drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom2018-04-262-24/+20Star
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-286-17/+58
|\
| * drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-214-16/+34
| * drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom2018-03-214-1/+25
* | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-03-2217-423/+1171
|\ \
| * | drm/vmwgfx: Bump version patchlevel and dateThomas Hellstrom2018-03-221-2/+2
| * | drm/vmwgfx: use monotonic event timestampsArnd Bergmann2018-03-221-4/+5
| * | drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom2018-03-221-8/+21
| * | drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom2018-03-221-5/+3Star
| * | drm/vmwgfx: Use kasprintfHimanshu Jha2018-03-221-10/+3Star
| * | drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom2018-03-223-5/+1Star
| * | drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-224-33/+130
| * | drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom2018-03-225-49/+98
| * | drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom2018-03-223-33/+38
| * | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-226-91/+97
| * | drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom2018-03-223-1/+555
| * | drm/vmwgfx: Cursor update fixesThomas Hellstrom2018-03-221-2/+13
| * | drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat2018-03-221-26/+1Star
| * | drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat2018-03-221-64/+77
| * | drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat2018-03-221-50/+64
| * | drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat2018-03-221-5/+1Star
| * | drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat2018-03-221-25/+22Star
| * | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-224-26/+56
* | | Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-214-14/+10Star
|\| |
| * | drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-5/+5
| * | Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-03-141-6/+1Star
| |\ \
| * | | drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-273-6/+5Star
| * | | drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-6/+3Star
* | | | drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed2018-03-142-3/+3
| |/ / |/| |
* | | drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1Star
|/ /
* | Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-161-4/+3Star
|\ \ | |/ |/|
| * drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-4/+3Star
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-0214-64/+114
|\|
| * BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-184-36/+15Star
| |\
| * | drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-282-10/+16
| * | drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-279-14/+65
| * | drm/vmwgfx: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0Star
| * | drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-065-17/+25
| * | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-031-27/+13Star
| |\ \
| | * \ Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-214-7/+7
| | |\ \
| | * | | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-4/+4
| | * | | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-1/+1
| | * | | drm/vmwgfx: Try to fix plane clippingVille Syrjälä2017-11-201-10/+13
| | * | | drm/vmwgfx: Use drm_plane_helper_check_state()Ville Syrjälä2017-11-201-14/+3Star
| | * | | drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä2017-11-201-6/+0Star