summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt4-28/+49
2019-04-01drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt1-34/+14
2019-04-01drm: shmem: Off by one in drm_gem_shmem_fault()Dan Carpenter1-1/+1
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt9-414/+350
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt1-0/+28
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt4-14/+14
2019-04-01drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.Eric Anholt1-1/+2
2019-04-01drm/v3d: fix a NULL vs error pointer mixupDan Carpenter1-2/+2
2019-04-01drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt1-12/+11
2019-04-01drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou3-0/+77
2019-04-01drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou3-0/+78
2019-04-01drm/syncobj: use the timeline point in drm_syncobj_find_fence v4Christian König1-3/+47
2019-04-01drm/syncobj: add timeline payload query ioctl v6Chunming Zhou3-0/+66
2019-04-01drm/syncobj: add support for timeline point wait v8Chunming Zhou3-29/+128
2019-04-01drm/syncobj: add new drm_syncobj_add_point interface v4Christian König1-0/+40
2019-04-01dma-buf: add new dma_fence_chain container v7Christian König2-1/+243
2019-04-01drm: fallback to dma_alloc_coherent when memory encryption is activeChristian König1-0/+7
2019-04-01drm/sun4i: hdmi: add support for ddc-i2c-bus propertyMans Rullgard2-3/+38
2019-04-01drm/stm: add sleep power managementYannick Fertré3-0/+62
2019-04-01drm/stm: dw_mipi_dsi-stm: add sleep power managementYannick Fertré1-0/+28
2019-03-31drm: rockchip: introduce rk3066 hdmiZheng Yang6-0/+1117
2019-03-31drm/rockchip: vop: Support dithering to RGB666Urja Rannikko3-4/+41
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann6-91/+83
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann3-19/+32
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann4-15/+16
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann4-34/+35
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann1-68/+24
2019-03-28drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann1-1/+26
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing1-6/+0
2019-03-27drm/fb-helper: Fixup fill_info cleanupDaniel Vetter1-3/+2
2019-03-27drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERREDVille Syrjälä1-10/+0
2019-03-27drm: Kill drm_display_info.nameVille Syrjälä6-11/+0
2019-03-27drm/fb-helper: Unexport fill_{var,info}Daniel Vetter1-33/+5
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2019-03-27drm/vboxvideo: Use drm_fb_helper_fill_infoDaniel Vetter1-7/+1
2019-03-27drm/tegra: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/rockchip: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/radeon: Use drm_fb_helper_fill_infoDaniel Vetter1-8/+2
2019-03-27drm/omap: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/nouveau: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/msm: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter2-8/+2
2019-03-27drm/i915: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+1
2019-03-27drm/hibmc: Use drm_fb_helper_fill_infoDaniel Vetter2-9/+2
2019-03-27drm/gma500: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/exynos: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/cirrus: Use drm_fb_helper_fill_infoDaniel Vetter2-8/+2
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/armada: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/amdgpu: Use drm_fb_helper_fill_infoDaniel Vetter1-16/+8