summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-14drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura3-9/+9
2018-12-12drm/rockchip: Add implicit fencing support for planesHeiko Stuebner1-0/+2
2018-12-12drm/xen: Don't set the dpms hookDaniel Vetter1-1/+0
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter1-1/+0
2018-12-11drm/syncobj: remove drm_syncobj_cb and cleanupChristian König1-61/+30
2018-12-11drm/etnaviv: fix for 64bit seqno changeChristian König1-1/+1
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark7-8/+29
2018-12-11drm/dp/mst: Validate REMOTE_I2C_READ harderVille Syrjälä1-7/+18
2018-12-10drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä1-0/+1
2018-12-10drm/ast: Remove set but not used variable 'bo'YueHaibing1-2/+0
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter5-39/+4
2018-12-08drm/vc4: Add support for X/Y reflectionBoris Brezillon1-12/+47
2018-12-08drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon1-0/+21
2018-12-07drm/v3d: Invalidate the caches from the outside in.Eric Anholt1-2/+6
2018-12-07drm/v3d: Stop trying to flush L2C on V3D 3.3+Eric Anholt1-3/+8
2018-12-07drm/v3d: Drop the wait for L2T flush to complete.Eric Anholt1-4/+4
2018-12-07drm/v3d: Don't bother flushing L1TD at job start.Eric Anholt1-12/+0
2018-12-07drm/v3d: Drop unused v3d_flush_caches().Eric Anholt2-22/+0
2018-12-07drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala5-22/+22
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König7-9/+9
2018-12-06drm/v3d: fix broken buildChristian König1-1/+1
2018-12-05drm: revert "expand replace_fence to support timeline point v2"Christian König5-13/+10
2018-12-04drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing1-2/+1
2018-12-04drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing1-2/+0
2018-12-04drm/sun4i: Add compatible for H6 display engineJernej Skrabec1-0/+1
2018-12-03drm/v3d: Add more tracepoints for V3D GPU rendering.Eric Anholt3-3/+121
2018-12-03drm/v3d: Add missing fence timeline name for TFU.Eric Anholt1-2/+8
2018-12-03drm/syncobj: use dma_fence_get_stubChristian König1-44/+14
2018-12-03dma-buf: add dma_fence_get_stubChristian König1-1/+35
2018-12-03drm/panel: simple: Add AUO G101EVN010 panel supportAlex Gonzalez1-0/+27
2018-12-03drm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCsNeil Armstrong3-0/+40
2018-12-01drm/v3d: Fix prime imports of buffers from other drivers.Eric Anholt1-0/+1
2018-12-01drm/v3d: Drop the "dev" argument to lock/unlock of BO reservations.Eric Anholt1-11/+9
2018-12-01drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt7-51/+402
2018-11-30drm: Fix up drm_atomic_state_helper.[hc] extractionDaniel Vetter2-157/+157
2018-11-30drm: Fix compiler warning in drm_atomic_helper.cSean Paul1-0/+3
2018-11-30drm/vc4: Allow YUV formats on cursor planesBoris Brezillon1-12/+4
2018-11-30drm/vc4: Allow scaling on cursor planeBoris Brezillon1-17/+2
2018-11-30drm/vc4: Rework the async update logicBoris Brezillon1-21/+66
2018-11-30drm/vc4: Don't check plane state more than onceBoris Brezillon2-0/+16
2018-11-30drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2-28/+54
2018-11-30drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon1-3/+6
2018-11-29drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul5-78/+24
2018-11-29drm: Move atomic_state_put after locks are droppedSean Paul1-1/+1
2018-11-29drm: Move drm_mode_setcrtc() local re-init to failure pathSean Paul1-7/+9
2018-11-29drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplica...Sean Paul1-2/+6
2018-11-29drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes3-34/+3
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst645-12909/+18627
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann3-6/+4
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann5-27/+27