summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_bridge.c
AgeCommit message (Expand)Author
2026-06-22drm/bridge: Remove atomic_reset supportMaxime Ripard
2026-06-22drm/bridge: Add new atomic_create_state callbackMaxime Ripard
2026-06-09drm/bridge: Document bridge chain format selectionNicolas Frattaroli
2026-06-09drm/bridge: Act on the DRM color format propertyNicolas Frattaroli
2026-06-08drm/bridge: split hpd_mutex into two mutexesDmitry Baryshkov
2026-05-19drm/bridge: add of_drm_get_bridge_by_endpoint()Luca Ceresoli
2026-05-19drm/bridge: drm_bridge_put(): ignore ERR_PTRLuca Ceresoli
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard
2026-04-29drm/bridge: prefer drm_printf_indent() over inline \tJani Nikula
2026-04-16drm/bridge: prevent encoder chain changes in pre_enable/post_disableLuca Ceresoli
2026-04-16drm/bridge: prevent encoder chain changes while iterating with list_for_each_...Luca Ceresoli
2026-04-16drm/bridge: prevent encoder chain changes while iterating with list_for_each_...Luca Ceresoli
2026-04-16drm/bridge: drm_bridge_attach: lock the encoder chain mutex during insertionLuca Ceresoli
2026-04-09drm/bridge: drm_bridge_get/put(): document NULL pointer behaviourLuca Ceresoli
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter
2026-03-26drm/bridge: Fix refcount shown via debugfs for encoder_bridges_show()Liu Ying
2026-03-24drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspaceMaxime Ripard
2026-03-20drm/bridge: add drm_bridge_clear_and_put()Luca Ceresoli
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10drm/bridge: Switch private_obj initialization to atomic_create_stateMaxime Ripard
2026-01-21drm/bridge: fix kdoc syntaxLuca Ceresoli
2025-12-30drm/bridge: add next_bridge pointer to struct drm_bridgeLuca Ceresoli
2025-12-30drm/bridge: make of_drm_find_bridge() a wrapper of of_drm_find_and_get_bridge()Luca Ceresoli
2025-12-30drm/bridge: deprecate of_drm_find_bridge()Luca Ceresoli
2025-12-30drm/bridge: add of_drm_find_and_get_bridge()Luca Ceresoli
2025-12-11drm/bridge: add drm_bridge_unplug() and drm_bridge_enter/exit()Luca Ceresoli
2025-11-03drm/bridge: add warning for bridges using neither devm_drm_bridge_alloc() nor...Luca Ceresoli
2025-11-03drm/bridge: add warning for bridges attached without being addedLuca Ceresoli
2025-11-03drm/bridge: document that adding a bridge is mandatory before attachLuca Ceresoli
2025-10-03drm/bridge: refcount last_bridge in drm_atomic_bridge_chain_select_bus_fmts()Luca Ceresoli
2025-09-23drm/bridge: adapt drm_bridge_add/remove() docs, mention the lingering listLuca Ceresoli
2025-09-23drm/debugfs: show lingering bridgesLuca Ceresoli
2025-09-23drm/bridge: add list of removed refcounted bridgesLuca Ceresoli
2025-09-16drm/bridge: put the bridge returned by drm_bridge_get_next_bridge()Luca Ceresoli
2025-09-16drm/bridge: use drm_for_each_bridge_in_chain_scoped()Luca Ceresoli
2025-09-02drm/debugfs: bridges_show: show refcountLuca Ceresoli
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-08-04drm/bridge: Describe the newly introduced drm_connector parameter for drm_bri...Andy Yan
2025-07-23drm/bridge: select_bus_fmt_recursive(): put the bridge obtained by drm_bridge...Luca Ceresoli
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan
2025-06-26drm/bridge: add warning for bridges not using devm_drm_bridge_alloc()Luca Ceresoli
2025-06-26drm/bridge: get/put the bridge reference in drm_bridge_attach/detach()Luca Ceresoli
2025-06-26drm/bridge: get/put the bridge reference in drm_bridge_add/remove()Luca Ceresoli
2025-06-16drm/bridge: Include <linux/export.h>Thomas Zimmermann
2025-06-06drm/bridge: add a .destroy funcLuca Ceresoli