summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-12-0737-508/+1008
|\
| * drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-055-13/+10
| * drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing2018-12-041-2/+1
| * drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing2018-12-041-2/+0
| * drm/sun4i: Add compatible for H6 display engineJernej Skrabec2018-12-041-0/+1
| * drm/v3d: Add more tracepoints for V3D GPU rendering.Eric Anholt2018-12-033-3/+121
| * drm/v3d: Add missing fence timeline name for TFU.Eric Anholt2018-12-031-2/+8
| * drm/syncobj: use dma_fence_get_stubChristian König2018-12-031-44/+14
| * drm/panel: simple: Add AUO G101EVN010 panel supportAlex Gonzalez2018-12-031-0/+27
| * drm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCsNeil Armstrong2018-12-033-0/+40
| * drm/v3d: Fix prime imports of buffers from other drivers.Eric Anholt2018-11-301-0/+1
| * drm/v3d: Drop the "dev" argument to lock/unlock of BO reservations.Eric Anholt2018-11-301-11/+9
| * drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-307-51/+402
| * drm: Fix up drm_atomic_state_helper.[hc] extractionDaniel Vetter2018-11-302-157/+157
| * drm: Fix compiler warning in drm_atomic_helper.cSean Paul2018-11-301-0/+3
| * drm/vc4: Allow YUV formats on cursor planesBoris Brezillon2018-11-301-12/+4
| * drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2
| * drm/vc4: Rework the async update logicBoris Brezillon2018-11-301-21/+66
| * drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-302-0/+16
| * drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-302-28/+54
| * drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon2018-11-301-3/+6
| * drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul2018-11-295-78/+24
| * drm: Move atomic_state_put after locks are droppedSean Paul2018-11-291-1/+1
| * drm: Move drm_mode_setcrtc() local re-init to failure pathSean Paul2018-11-291-7/+9
| * drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplica...Sean Paul2018-11-291-2/+6
| * drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes2018-11-293-34/+3
| * Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-29373-11224/+15556
| |\
| * | drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann2018-11-293-6/+4
| * | drm/virtio: fence: pass plain pointerGerd Hoffmann2018-11-295-27/+27
| * | drm/vkms: Fix plane duplicate_stateDaniel Vetter2018-11-291-2/+5
| * | drm/pl111: add of_node_put()Yangtao Li2018-11-281-0/+2
* | | Merge tag 'vmwgfx-next-2018-12-05' of git://people.freedesktop.org/~thomash/l...Dave Airlie2018-12-0619-563/+2340
|\ \ \
| * | | drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom2018-12-052-61/+2
| * | | drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing2018-12-051-3/+0
| * | | drm/vmwgfx: remove redundant return ret statementColin Ian King2018-12-051-2/+0
| * | | drm/vmwgfx: Fix a layout race conditionThomas Hellstrom2018-12-053-37/+39
| * | | drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom2018-12-056-292/+99
| * | | drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat2018-12-055-28/+3
| * | | drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat2018-12-051-64/+18
| * | | drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat2018-12-051-0/+2
| * | | drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat2018-12-051-15/+3
| * | | drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat2018-12-051-12/+5
| * | | drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat2018-12-051-0/+101
| * | | drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat2018-12-052-0/+172
| * | | drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat2018-12-051-0/+1
| * | | drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat2018-12-051-15/+3
| * | | drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat2018-12-051-34/+20
| * | | drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat2018-12-052-0/+227
| * | | drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat2018-12-051-1/+181
| * | | drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat2018-12-052-0/+233