aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2018-04-26drm/vmwgfx: Fix a buffer object leakGravatar Thomas Hellstrom 1-0/+1
2018-04-26drm/vmwgfx: Clean up fbdev modeset lockingGravatar Thomas Hellstrom 2-24/+20
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 6-17/+58
2018-03-23Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Gravatar Dave Airlie 17-423/+1171
2018-03-22drm/vmwgfx: Bump version patchlevel and dateGravatar Thomas Hellstrom 1-2/+2
2018-03-22drm/vmwgfx: use monotonic event timestampsGravatar Arnd Bergmann 1-4/+5
2018-03-22drm/vmwgfx: Unpin the screen object backup buffer when not usedGravatar Thomas Hellstrom 1-8/+21
2018-03-22drm/vmwgfx: Stricter count of legacy surface device resourcesGravatar Thomas Hellstrom 1-5/+3
2018-03-22drm/vmwgfx: Use kasprintfGravatar Himanshu Jha 1-10/+3
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberGravatar Thomas Hellstrom 3-5/+1
2018-03-22drm/vmwgfx: Improve on hibernationGravatar Thomas Hellstrom 4-33/+130
2018-03-22drm/vmwgfx: Avoid pinning fbdev framebuffersGravatar Thomas Hellstrom 5-49/+98
2018-03-22drm/vmwgfx: Fix multiple command buffer context useGravatar Thomas Hellstrom 3-33/+38
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsGravatar Thomas Hellstrom 6-91/+97
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosGravatar Thomas Hellstrom 3-1/+555
2018-03-22drm/vmwgfx: Cursor update fixesGravatar Thomas Hellstrom 1-2/+13
2018-03-22drm/vmwgfx: Send the correct nonblock option for atomic_commitGravatar Deepak Rawat 1-26/+1
2018-03-22drm/vmwgfx: Move the stdu vblank event to atomic functionGravatar Deepak Rawat 1-64/+77
2018-03-22drm/vmwgfx: Move screen object page flip to atomic functionGravatar Deepak Rawat 1-50/+64
2018-03-22drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushGravatar Deepak Rawat 1-5/+1
2018-03-22drm/vmwgfx: Move surface copy cmd to atomic functionGravatar Deepak Rawat 1-25/+22
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableGravatar Deepak Rawat 4-26/+56
2018-03-21Merge airlied/drm-next into drm-misc-nextGravatar Sean Paul 4-14/+10
2018-03-21drm/vmwgfx: Fix a destoy-while-held mutex problem.Gravatar Thomas Hellstrom 4-16/+34
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevGravatar Thomas Hellstrom 4-1/+25
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackGravatar Christian König 1-5/+5
2018-03-14drm/vmwgfx: replace drm_*_unreference with drm_*_putGravatar Haneen Mohammed 2-3/+3
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 1-6/+1
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Gravatar Ville Syrjälä 1-6/+1
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coGravatar Christian König 3-6/+5
2018-02-26drm/ttm: drop ttm->dummy_read_pageGravatar Christian König 1-6/+3
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-4/+3
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 14-64/+114
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2018-01-23drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleGravatar Ville Syrjälä 1-4/+3
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextGravatar Dave Airlie 4-36/+15
2018-01-17drm/vmwgfx: fix memory corruption with legacy/sou connectorsGravatar Rob Clark 2-4/+4
2018-01-17drm/vmwgfx: Fix a boot time warningGravatar Woody Suwalski 1-1/+1
2018-01-10drm/vmwgfx: Potential off by one in vmw_view_add()Gravatar Dan Carpenter 1-0/+2
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsGravatar Thomas Hellstrom 3-36/+13
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Gravatar Roger He 2-10/+16
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocGravatar Roger He 9-14/+65
2017-12-27drm/vmwgfx: remove the default io_mem_pfn setGravatar Tan Xiaojun 1-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Gravatar Christian König 5-17/+25
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-27/+13
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 2-2/+2
2017-11-21Merge airlied/drm-next into drm-misc-nextGravatar Daniel Vetter 4-7/+7
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cGravatar Ville Syrjälä 1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Gravatar Ville Syrjälä 1-1/+1
2017-11-20drm/vmwgfx: Try to fix plane clippingGravatar Ville Syrjälä 1-10/+13