summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-201-1/+1
|\
| * drm: drop _mode_ from remaining connector functionsDaniel Vetter2018-07-131-1/+1
* | Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-9/+11
|\ \
| * | drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat2018-07-061-9/+11
* | | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-212/+356
|\| | | |/ |/|
| * drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat2018-07-031-10/+27
| * drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat2018-07-031-11/+27
| * drm/vmwgfx: Remove primary memory validation against mode while creating fbDeepak Rawat2018-07-031-13/+0Star
| * drm/vmwgfx: Perform memory validations only when need full modeset.Deepak Rawat2018-07-031-2/+21
| * drm/vmwgfx: Use modeset display memory validation for layout ioctlDeepak Rawat2018-07-031-69/+51Star
| * drm/vmwgfx: Perform topology validation during atomic modeset.Deepak Rawat2018-07-031-36/+148
| * drm/vmwgfx: Fix atomic mode set checkSinclair Yeh2018-07-031-14/+26
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-1/+1
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-102/+101Star
* | drm/vmwgfx: Use drm_plane_mask() & co.Ville Syrjälä2018-07-021-2/+2
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-3/+11
|\
| * Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2018-05-151-3/+11
| |\
| | * drm/vmwgfx: Fix a buffer object leakThomas Hellstrom2018-04-261-0/+1
| | * drm/vmwgfx: Clean up fbdev modeset lockingThomas Hellstrom2018-04-261-3/+10
* | | drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()Ville Syrjälä2018-06-111-1/+2
* | | drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()Ville Syrjälä2018-06-111-3/+4
* | | drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()Ville Syrjälä2018-06-111-3/+7
|/ /
* | Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-301-72/+143
|\|
| * Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-9/+29
| |\
| | * drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-211-9/+19
| | * drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom2018-03-211-0/+11
| * | drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-221-0/+48
| * | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-221-18/+32
| * | 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: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat2018-03-221-5/+1Star
| * | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-221-12/+19
* | | drm/vmwgfx: Stop consulting plane->fbVille Syrjälä2018-03-291-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-021-27/+13Star
|\|
| * BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-6/+0Star
| |\
| * \ Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-1/+1
| |\ \
| * | | 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
* | | | drm/vmwgfx: Fix a boot time warningWoody Suwalski2018-01-171-1/+1
| |_|/ |/| |
* | | drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom2018-01-091-6/+0Star
| |/ |/|
* | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
|/
* Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-041-10/+5Star
|\
| * drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-281-1/+1