summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-04-08drm/cirrus: rewrite and modernize driver.Gerd Hoffmann
2019-04-08drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann
2019-04-08drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann
2019-04-08drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann
2019-04-04drm/pl111: fix possible object reference leakWen Yang
2019-04-04drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot
2019-04-04drm/panel: Rocktech jh057n00900: Add terminating newlines to loggingJoe Perches
2019-04-04drm: Add ASPEED GFX driverJoel Stanley
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt
2019-04-03drm/panel: otm8009a: Set clock to 29.70 MhzYannick Fertré
2019-04-03drm/panel: rm68200: No error msg if probe deferredYannick Fertré
2019-04-03drm/panel: otm8009a: No error msg if probe deferredYannick Fertré
2019-04-03drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré
2019-04-03drm/panel: Add Rocktech jh057n00900 panel driverGuido Günther
2019-04-03drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki
2019-04-03drm/fb-helper: generic: Call drm_client_add() after setup is doneNoralf Trønnes
2019-04-03drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes
2019-04-03drm/fb-helper: dpms_legacy(): Only set on connectors in useNoralf Trønnes
2019-04-03drm/fb-helper: Remove unused gamma_size variableNoralf Trønnes
2019-04-02drm/cirrus: drop mode_info.mode_config_initializedGerd Hoffmann
2019-04-02drm/bochs: drop mode_config_initializedGerd Hoffmann
2019-04-02drm/cirrus: add missing drm_helper_force_disable_all() call.Gerd Hoffmann
2019-04-02drm/bochs: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann
2019-04-01drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu
2019-04-01drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.Eric Anholt
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt
2019-04-01drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt
2019-04-01drm: shmem: Off by one in drm_gem_shmem_fault()Dan Carpenter
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt
2019-04-01drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.Eric Anholt
2019-04-01drm/v3d: fix a NULL vs error pointer mixupDan Carpenter
2019-04-01drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt
2019-04-01drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou
2019-04-01drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou
2019-04-01drm/syncobj: use the timeline point in drm_syncobj_find_fence v4Christian König
2019-04-01drm/syncobj: add timeline payload query ioctl v6Chunming Zhou
2019-04-01drm/syncobj: add support for timeline point wait v8Chunming Zhou
2019-04-01drm/syncobj: add new drm_syncobj_add_point interface v4Christian König
2019-04-01dma-buf: add new dma_fence_chain container v7Christian König
2019-04-01drm: fallback to dma_alloc_coherent when memory encryption is activeChristian König
2019-04-01drm/sun4i: hdmi: add support for ddc-i2c-bus propertyMans Rullgard
2019-04-01drm/stm: add sleep power managementYannick Fertré
2019-04-01drm/stm: dw_mipi_dsi-stm: add sleep power managementYannick Fertré
2019-03-31drm: rockchip: introduce rk3066 hdmiZheng Yang