summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-06-23drm: edid: Constify connector argument to infoframe functionsLaurent Pinchart
2020-06-23drm: bridge: simple-bridge: Make connector creation optionalLaurent Pinchart
2020-06-23drm: bridge: simple-bridge: Delegate operations to next bridgeLaurent Pinchart
2020-06-23drm: bridge: Return NULL on error from drm_bridge_get_edid()Laurent Pinchart
2020-06-23drm: bridge: adv7511: Make connector creation optionalLaurent Pinchart
2020-06-23drm: bridge: adv7511: Implement bridge connector operationsLaurent Pinchart
2020-06-23drm: bridge: adv7511: Split connector creation to a separate functionLaurent Pinchart
2020-06-23drm: bridge: adv7511: Split EDID read to a separate functionLaurent Pinchart
2020-06-23drm/mm/selftests: fix wrong return type castingNirmoy Das
2020-06-23drm/mm: cleanup and improve next_hole_*_addr()Christian König
2020-06-23drm/mm: optimize find_hole() as wellChristian König
2020-06-23drm/mm: remove unused rb_hole_size()Christian König
2020-06-22drm/ast: Use per-device logging macrosThomas Zimmermann
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann
2020-06-22drm/ast: Remove test for device from ast_pm_freeze()Thomas Zimmermann
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann
2020-06-21drm/panel: simple: add Tianma TM070JVHG33Max Merchel
2020-06-21drm/panel: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44Michael Krummsdorf
2020-06-20drm/bridge: tfp410: Fix setup and hold time calculationRicardo Cañuelo
2020-06-20drm/bridge: tfp410: fix de-skew value retrieval from DTRicardo Cañuelo
2020-06-20drm/panel-simple: Add missing connector type for some panelsDmitry Osipenko
2020-06-20drm/panel: otm8009a: Drop unnessary backlight_device_unregister()Wei Yongjun
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King
2020-06-19drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsBen Davis
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price
2020-06-18drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIODouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrsDouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local arrayDouglas Anderson
2020-06-18drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIODouglas Anderson
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski
2020-06-17drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski
2020-06-16drm/shmem-helper: Only dma-buf imports are private objDaniel Vetter
2020-06-16drm/shmem-helper: Fix obj->filp derefenceDaniel Vetter
2020-06-16drm/kselftest: fix spellint typo in test-drm_mm.cMasanari Iida
2020-06-16drm/ast: Use managed pci functionsDaniel Vetter
2020-06-15drm/malidp: convert platform driver to use dev_groupsEmil Velikov
2020-06-15drm/arm: Kconfig annotate drivers as COMPILE_TESTEmil Velikov
2020-06-15drm/auth: make drm_{set,drop}master_ioctl symmetricalEmil Velikov
2020-06-15drm: vmwgfx: remove drm_driver::master_set() return typeEmil Velikov
2020-06-15drm/mm: remove invalid entry based optimizationChristian König
2020-06-11drm/dp_mst: Fix flushing the delayed port/mstb destroy workImre Deak
2020-06-11drm/dp_mst: Fix the DDC I2C device registration of an MST portImre Deak
2020-06-11drm/dp_mst: Fix the DDC I2C device unregistration of an MST portImre Deak
2020-06-11drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak
2020-06-11drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()Imre Deak
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann