summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_bridge.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-15drm/bridge: Remove legacy bridge callback supportMaxime Ripard1-41/+20
2026-07-14drm/bridge: rename drm_for_each_bridge_in_chain_scoped() to drm_for_each_brid...Luca Ceresoli1-1/+1
2026-07-14drm/bridge: fix wording in commentLuca Ceresoli1-1/+1
2026-06-22drm/bridge: Remove atomic_reset supportMaxime Ripard1-6/+2
2026-06-22drm/bridge: Add new atomic_create_state callbackMaxime Ripard1-2/+6
2026-06-09drm/bridge: Document bridge chain format selectionNicolas Frattaroli1-0/+40
2026-06-09drm/bridge: Act on the DRM color format propertyNicolas Frattaroli1-1/+63
2026-06-08drm/bridge: split hpd_mutex into two mutexesDmitry Baryshkov1-3/+13
2026-05-19drm/bridge: add of_drm_get_bridge_by_endpoint()Luca Ceresoli1-0/+41
2026-05-19drm/bridge: drm_bridge_put(): ignore ERR_PTRLuca Ceresoli1-2/+2
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+7
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-41/+42
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-7/+7
2026-04-29drm/bridge: prefer drm_printf_indent() over inline \tJani Nikula1-7/+6
2026-04-16drm/bridge: prevent encoder chain changes in pre_enable/post_disableLuca Ceresoli1-0/+4
2026-04-16drm/bridge: prevent encoder chain changes while iterating with list_for_each_...Luca Ceresoli1-16/+20
2026-04-16drm/bridge: prevent encoder chain changes while iterating with list_for_each_...Luca Ceresoli1-23/+12
2026-04-16drm/bridge: drm_bridge_attach: lock the encoder chain mutex during insertionLuca Ceresoli1-0/+4
2026-04-09drm/bridge: drm_bridge_get/put(): document NULL pointer behaviourLuca Ceresoli1-2/+2
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter1-5/+11
2026-03-26drm/bridge: Fix refcount shown via debugfs for encoder_bridges_show()Liu Ying1-5/+11
2026-03-24drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspaceMaxime Ripard1-1/+1
2026-03-20drm/bridge: add drm_bridge_clear_and_put()Luca Ceresoli1-0/+34
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-1/+0
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-10drm/bridge: Switch private_obj initialization to atomic_create_stateMaxime Ripard1-15/+16
2026-01-21drm/bridge: fix kdoc syntaxLuca Ceresoli1-0/+3
2025-12-30drm/bridge: add next_bridge pointer to struct drm_bridgeLuca Ceresoli1-0/+2
2025-12-30drm/bridge: make of_drm_find_bridge() a wrapper of of_drm_find_and_get_bridge()Luca Ceresoli1-11/+9
2025-12-30drm/bridge: deprecate of_drm_find_bridge()Luca Ceresoli1-4/+18
2025-12-30drm/bridge: add of_drm_find_and_get_bridge()Luca Ceresoli1-0/+25
2025-12-11drm/bridge: add drm_bridge_unplug() and drm_bridge_enter/exit()Luca Ceresoli1-0/+62
2025-11-03drm/bridge: add warning for bridges using neither devm_drm_bridge_alloc() nor...Luca Ceresoli1-0/+3
2025-11-03drm/bridge: add warning for bridges attached without being addedLuca Ceresoli1-0/+3
2025-11-03drm/bridge: document that adding a bridge is mandatory before attachLuca Ceresoli1-0/+3
2025-10-03drm/bridge: refcount last_bridge in drm_atomic_bridge_chain_select_bus_fmts()Luca Ceresoli1-3/+3
2025-09-23drm/bridge: adapt drm_bridge_add/remove() docs, mention the lingering listLuca Ceresoli1-2/+10
2025-09-23drm/debugfs: show lingering bridgesLuca Ceresoli1-5/+11
2025-09-23drm/bridge: add list of removed refcounted bridgesLuca Ceresoli1-1/+17
2025-09-16drm/bridge: put the bridge returned by drm_bridge_get_next_bridge()Luca Ceresoli1-2/+1
2025-09-16drm/bridge: use drm_for_each_bridge_in_chain_scoped()Luca Ceresoli1-2/+1
2025-09-02drm/debugfs: bridges_show: show refcountLuca Ceresoli1-0/+3
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+2
2025-08-04drm/bridge: Describe the newly introduced drm_connector parameter for drm_bri...Andy Yan1-0/+1
2025-07-23drm/bridge: select_bus_fmt_recursive(): put the bridge obtained by drm_bridge...Luca Ceresoli1-2/+2
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan1-2/+3
2025-06-26drm/bridge: add warning for bridges not using devm_drm_bridge_alloc()Luca Ceresoli1-0/+3
2025-06-26drm/bridge: get/put the bridge reference in drm_bridge_attach/detach()Luca Ceresoli1-4/+13