aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20drm/vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat1-3/+7
2018-09-20drm/vmwgfx: limit screen size to stdu_max during check_modesetDeepak Rawat1-8/+22
2018-09-20drm/vmwgfx: don't check for old_crtc_state enable statusDeepak Rawat1-1/+1
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-9/+11
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-212/+356
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat1-9/+11
2018-07-03drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat1-10/+27
2018-07-03drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat1-11/+27
2018-07-03drm/vmwgfx: Remove primary memory validation against mode while creating fbDeepak Rawat1-13/+0
2018-07-03drm/vmwgfx: Perform memory validations only when need full modeset.Deepak Rawat1-2/+21
2018-07-03drm/vmwgfx: Use modeset display memory validation for layout ioctlDeepak Rawat1-69/+51
2018-07-03drm/vmwgfx: Perform topology validation during atomic modeset.Deepak Rawat1-36/+148
2018-07-03drm/vmwgfx: Fix atomic mode set checkSinclair Yeh1-14/+26
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-1/+1
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-102/+101
2018-07-02drm/vmwgfx: Use drm_plane_mask() & co.Ville Syrjälä1-2/+2
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-3/+11
2018-06-11drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()Ville Syrjälä1-1/+2
2018-06-11drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()Ville Syrjälä1-3/+4
2018-06-11drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()Ville Syrjälä1-3/+7
2018-05-15Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie1-3/+11
2018-04-26drm/vmwgfx: Fix a buffer object leakThomas Hellstrom1-0/+1
2018-04-26drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom1-3/+10
2018-03-30Merge airlied/drm-next into drm-misc-nextSean Paul1-72/+143
2018-03-29drm/vmwgfx: Stop consulting plane->fbVille Syrjälä1-3/+3
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-9/+29
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom1-0/+48
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom1-18/+32
2018-03-22drm/vmwgfx: Cursor update fixesThomas Hellstrom1-2/+13
2018-03-22drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat1-26/+1
2018-03-22drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat1-5/+1
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat1-12/+19
2018-03-21drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom1-9/+19
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom1-0/+11
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+3
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-27/+13
2018-01-23drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-4/+3
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-6/+0
2018-01-17drm/vmwgfx: Fix a boot time warningWoody Suwalski1-1/+1
2018-01-09drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom1-6/+0
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+1
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state()Ville Syrjälä1-1/+1
2017-11-20drm/vmwgfx: Try to fix plane clippingVille Syrjälä1-10/+13
2017-11-20drm/vmwgfx: Use drm_plane_helper_check_state()Ville Syrjälä1-14/+3
2017-11-20drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä1-6/+0