summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.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 drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* | Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-0/+5
|\ \
| * | drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat2018-07-061-0/+2
| * | drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat2018-07-061-0/+3
* | | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-43/+50
|\| | | |/ |/|
| * drm/vmwgfx: Add gui_x/y to vmw_connector_stateDeepak Rawat2018-07-031-11/+18
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-32/+32
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/vmwgfx: Stop using plane->fb in atomic_enable()Ville Syrjälä2018-06-111-1/+2
* drm/vmwgfx: Stop updating plane->fbVille Syrjälä2018-06-111-2/+0Star
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-2/+3
|\
| * drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-211-2/+3
* | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-221-69/+36Star
* | drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat2018-03-221-64/+77
* | drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat2018-03-221-25/+22Star
* | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-221-4/+11
|/
* drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom2018-01-091-29/+12Star
* drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard2017-10-201-2/+2
* Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-2/+2
|\
| * drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh2017-07-181-2/+2
* | drm: Plumb modifiers through plane initBen Widawsky2017-08-011-2/+2
* | drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* | drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* | drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-281-2/+2
* | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-5/+22
|\|
| * drm/vmwgfx: Fix large topology crashSinclair Yeh2017-06-071-5/+17
| * drm/vmwgfx: Make sure to update STDU when FB is updatedSinclair Yeh2017-06-071-0/+5
* | drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-26/+1Star
|/
* Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-031-2/+3
|\
| * drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-291-1/+2
| * drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-04-011-1/+15
* | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-04-011-0/+202
* | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-04-011-3/+8
* | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-04-011-1/+0Star
* | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-04-011-295/+30Star
* | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-04-011-0/+8
* | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-0/+244
* | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+117
* | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-2/+12
* | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+10
* | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+10
* | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-9/+80
|/
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-7/+0Star
* drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom2016-07-011-4/+4
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-0/+3
* drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom2016-03-141-1/+1
* drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-141-0/+2