summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2018-03-22drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom
2018-03-22drm/vmwgfx: Use kasprintfHimanshu Jha
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom
2018-03-22drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom
2018-03-22drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom
2018-03-22drm/vmwgfx: Cursor update fixesThomas Hellstrom
2018-03-22drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat
2018-03-22drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat
2018-03-22drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat
2018-03-22drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat
2018-03-22drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-23drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie
2018-01-17drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark
2018-01-17drm/vmwgfx: Fix a boot time warningWoody Suwalski
2018-01-10drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He
2017-12-27drm/vmwgfx: remove the default io_mem_pfn setTan Xiaojun
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä
2017-11-20drm/vmwgfx: Try to fix plane clippingVille Syrjälä
2017-11-20drm/vmwgfx: Use drm_plane_helper_check_state()Ville Syrjälä
2017-11-20drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh
2017-11-01drm/vmwgfx: constify vmw_fence_opsArvind Yadav
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard