summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()Lyude Paul2018-12-131-0/+1
* | drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura2018-12-134-12/+12
* | drm/rockchip: Add implicit fencing support for planesHeiko Stuebner2018-12-121-0/+2
* | drm/xen: Don't set the dpms hookDaniel Vetter2018-12-121-1/+0
* | drm/qxl: Don't set the dpms hookDaniel Vetter2018-12-121-1/+0
* | drm/syncobj: remove drm_syncobj_cb and cleanupChristian König2018-12-112-82/+30
* | drm/etnaviv: fix for 64bit seqno changeChristian König2018-12-111-1/+1
* | drm/atomic: integrate modeset lock with private objectsRob Clark2018-12-119-9/+74
* | drm/dp/mst: Validate REMOTE_I2C_READ harderVille Syrjälä2018-12-101-7/+18
* | drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä2018-12-101-0/+1
* | drm/ast: Remove set but not used variable 'bo'YueHaibing2018-12-101-2/+0
* | drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter2018-12-106-41/+4
* | drm/vc4: Add support for X/Y reflectionBoris Brezillon2018-12-081-12/+47
* | drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon2018-12-081-0/+21
* | drm/v3d: Invalidate the caches from the outside in.Eric Anholt2018-12-071-2/+6
* | drm/v3d: Stop trying to flush L2C on V3D 3.3+Eric Anholt2018-12-071-3/+8
* | drm/v3d: Drop the wait for L2T flush to complete.Eric Anholt2018-12-071-4/+4
* | drm/v3d: Don't bother flushing L1TD at job start.Eric Anholt2018-12-071-12/+0
* | drm/v3d: Drop unused v3d_flush_caches().Eric Anholt2018-12-072-22/+0
* | drm/v3d: Document cache flushing ABI.Eric Anholt2018-12-071-0/+8
* | drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-075-22/+22
* | dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-078-16/+24
* | drm/qxl: add spice-devel list to MAINTAINERSGerd Hoffmann2018-12-061-0/+1
* | drm/v3d: fix broken buildChristian König2018-12-061-1/+1
* | drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-056-14/+11
* | 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
* | dma-buf: add dma_fence_get_stubChristian König2018-12-032-1/+36
* | drm/panel: simple: Add AUO G101EVN010 panel supportAlex Gonzalez2018-12-032-0/+39
* | 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-308-51/+427
* | drm: Fix up drm_atomic_state_helper.[hc] extractionDaniel Vetter2018-11-304-164/+164
* | drm: Fix compiler warning in drm_atomic_helper.cSean Paul2018-11-301-0/+3
* | Merge drm/drm-next into drm-misc-nextSean Paul2018-11-301-3/+0
|\ \
| * | Documentation: drm: Remove dangling pointer from drm-mm.rstSean Paul2018-11-291-3/+0
* | | 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: TODO: Add DRM_MODESET_LOCK_ALL* conversion to todo.rstSean Paul2018-11-291-0/+15
* | | drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul2018-11-296-78/+83
* | | drm: Move atomic_state_put after locks are droppedSean Paul2018-11-291-1/+1