summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1
* Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-161-4/+3
|\
| * drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-4/+3
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-011-27/+13
|\ \ | |/
| * BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-6/+0
| |\
| * \ 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/+3
| * | | drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä2017-11-201-6/+0
* | | | drm/vmwgfx: Fix a boot time warningWoody Suwalski2018-01-171-1/+1
| |_|/ |/| |
* | | drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom2018-01-091-6/+0
| |/ |/|
* | 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-031-10/+5
|\
| * drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-281-1/+1
| * Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-0/+9
| |\
| * | drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst2017-07-131-3/+2
| * | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-114/+1
| |\ \
| * | | drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-6/+2
* | | | drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh2017-08-291-1/+25
| |_|/ |/| |
* | | Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-241-0/+9
|\ \ \ | |_|/ |/| |
| * | drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh2017-07-171-0/+9
* | | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-114/+1
|\ \ \ | |/ / | | / | |/ |/|
| * drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh2017-06-071-114/+0
| * drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh2017-06-071-0/+1
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-2/+2
|/
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-031-2/+3
|\
* | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-311-0/+3
* | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-03-311-1/+47
* | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-03-311-0/+20
* | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-03-311-0/+48
* | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-0/+256
* | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+55
* | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-0/+139
* | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+90
* | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+81
* | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-138/+133
* | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-311-2/+0
|/
* drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-261-1/+1
* drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-261-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-2/+2
* drm/vmwgfx: Switch to mode_cmd2Daniel Vetter2016-12-021-74/+42
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+2
* drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart2016-10-181-2/+10
* Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-7/+3
|\
| * drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-011-0/+3
| * drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-011-8/+1
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
|/
OpenPOWER on IntegriCloud