summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-037-1/+50
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-0312-165/+125
* drm/panel: otm8009a: Set clock to 29.70 MhzYannick Fertré2019-04-031-7/+7
* drm/panel: rm68200: No error msg if probe deferredYannick Fertré2019-04-031-1/+2
* drm/panel: otm8009a: No error msg if probe deferredYannick Fertré2019-04-031-1/+2
* drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré2019-04-031-0/+3
* drm/panel: Add Rocktech jh057n00900 panel driverGuido Günther2019-04-033-0/+400
* drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki2019-04-033-0/+282
* drm/fb-helper: generic: Call drm_client_add() after setup is doneNoralf Trønnes2019-04-031-2/+2
* drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes2019-04-031-2/+4
* drm/fb-helper: dpms_legacy(): Only set on connectors in useNoralf Trønnes2019-04-031-6/+5
* drm/fb-helper: Remove unused gamma_size variableNoralf Trønnes2019-04-031-5/+1
* drm/cirrus: drop mode_info.mode_config_initializedGerd Hoffmann2019-04-022-8/+2
* drm/bochs: drop mode_config_initializedGerd Hoffmann2019-04-022-7/+2
* drm/cirrus: add missing drm_helper_force_disable_all() call.Gerd Hoffmann2019-04-021-0/+1
* drm/bochs: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu2019-04-011-0/+2
* drm/lima: driver for ARM Mali4xx GPUsQiang Yu2019-04-0135-0/+4079
* drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.Eric Anholt2019-04-011-12/+17
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-014-28/+49
* drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt2019-04-011-34/+14
* drm: shmem: Off by one in drm_gem_shmem_fault()Dan Carpenter2019-04-011-1/+1
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-019-414/+350
* drm: Add a helper function for printing a debugfs_regset32.Eric Anholt2019-04-011-0/+28
* drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt2019-04-014-14/+14
* drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.Eric Anholt2019-04-011-1/+2
* drm/v3d: fix a NULL vs error pointer mixupDan Carpenter2019-04-011-2/+2
* drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt2019-04-011-12/+11
* drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou2019-04-013-0/+77
* drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou2019-04-013-0/+78
* drm/syncobj: use the timeline point in drm_syncobj_find_fence v4Christian König2019-04-011-3/+47
* drm/syncobj: add timeline payload query ioctl v6Chunming Zhou2019-04-013-0/+66
* drm/syncobj: add support for timeline point wait v8Chunming Zhou2019-04-013-29/+128
* drm/syncobj: add new drm_syncobj_add_point interface v4Christian König2019-04-011-0/+40
* dma-buf: add new dma_fence_chain container v7Christian König2019-04-012-1/+243
* drm: fallback to dma_alloc_coherent when memory encryption is activeChristian König2019-04-011-0/+7
* drm/sun4i: hdmi: add support for ddc-i2c-bus propertyMans Rullgard2019-04-012-3/+38
* drm/stm: add sleep power managementYannick Fertré2019-04-013-0/+62
* drm/stm: dw_mipi_dsi-stm: add sleep power managementYannick Fertré2019-04-011-0/+28
* drm: rockchip: introduce rk3066 hdmiZheng Yang2019-03-316-0/+1117
* drm/rockchip: vop: Support dithering to RGB666Urja Rannikko2019-03-303-4/+41
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-286-91/+83
* drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-283-19/+32
* drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-284-15/+16
* drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-284-34/+35
* drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann2019-03-281-68/+24
* drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann2019-03-281-1/+26
* drm/virtio: remove set but not used variable 'vgdev'YueHaibing2019-03-281-6/+0
* drm/fb-helper: Fixup fill_info cleanupDaniel Vetter2019-03-271-3/+2