summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_bridge.c
AgeCommit message (Expand)AuthorLines
2025-01-13drm/bridge: Prioritize supported_formats over ycbcr_420_allowedCristian Ciocaltea-0/+4
2024-07-18drm/bridge: Silence error messages upon probe deferralAlexander Stein-2/+7
2024-06-10drm/bridge: Drop drm_bridge_chain_mode_fixupSam Ravnborg-37/+0
2024-05-08drm/drm-bridge: Drop conditionals around of_node pointersSui Jingfeng-5/+0
2024-03-05drm/bridge: Document bridge init order with pre_enable_prev_firstJagan Teki-0/+14
2024-03-05drm/bridge: Fix improper bridge init order with pre_enable_prev_firstJagan Teki-2/+8
2024-02-09drm/bridge: remove ->get_edid callbackJani Nikula-19/+0
2024-02-08drm/bridge: remove drm_bridge_get_edid() in favour of drm_bridge_edid_read()Jani Nikula-26/+2
2024-02-08drm/bridge: add ->edid_read hook and drm_bridge_edid_read()Jani Nikula-1/+45
2023-12-04drm/bridge: migrate bridge_chains to per-encoder fileDmitry Baryshkov-44/+0
2023-09-01drm/debugfs: rework debugfs directory creation v5Christian König-2/+2
2023-08-02drm/bridge: Add debugfs print for bridge chainsTomi Valkeinen-0/+46
2022-12-08drm/bridge: Document the expected behaviour of DSI host controllersDave Stevenson-0/+39
2022-12-08drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson-24/+121
2022-12-08drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg-110/+0
2022-07-08drm/bridge: Avoid uninitialized variable warningDan Carpenter-2/+2
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-02drm/bridge: Add devm_drm_bridge_add()Douglas Anderson-0/+23
2021-09-24drm/bridge: Document the probe issue with MIPI-DSI bridgesMaxime Ripard-0/+57
2021-09-24drm/bridge: Add documentation sectionsMaxime Ripard-5/+9
2021-09-22drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.cMaxime Ripard-34/+0
2021-09-14drm/bridge: Add a function to abstract away panelsMaxime Ripard-4/+37
2021-08-02drm: Fix typo in commentsCai Huoqing-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart-0/+10
2021-04-20drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()Douglas Anderson-0/+3
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart-1/+3
2020-06-23drm: bridge: Return NULL on error from drm_bridge_get_edid()Laurent Pinchart-3/+3
2020-02-26drm: Add helper to create a connector for a chain of bridgesLaurent Pinchart-0/+6
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart-2/+18
2020-02-26drm/bridge: Add connector-related bridge operations and dataLaurent Pinchart-1/+200
2020-02-26drm/bridge: Improve overview documentationLaurent Pinchart-25/+76
2020-01-31drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon-1/+252
2020-01-31drm/bridge: Add an ->atomic_check() hookBoris Brezillon-0/+66
2020-01-31drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon-12/+49
2020-01-31drm/bridge: Add a drm_bridge_state objectBoris Brezillon-5/+54
2020-01-08Revert "drm/bridge: Add a drm_bridge_state object"Boris Brezillon-133/+6
2020-01-08Revert "drm/bridge: Patch atomic hooks to take a drm_bridge_state"Boris Brezillon-49/+12
2020-01-08Revert "drm/bridge: Add an ->atomic_check() hook"Boris Brezillon-62/+0
2020-01-08Revert "drm/bridge: Add the necessary bits to support bus format negotiation"Boris Brezillon-266/+1
2020-01-08Revert "drm/bridge: Fix a NULL pointer dereference in drm_atomic_bridge_chain...Boris Brezillon-5/+1
2020-01-07drm/bridge: Fix a NULL pointer dereference in drm_atomic_bridge_chain_check()Boris Brezillon-1/+5
2020-01-07drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon-1/+266
2020-01-07drm/bridge: Add an ->atomic_check() hookBoris Brezillon-0/+62
2020-01-07drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon-12/+49
2020-01-07drm/bridge: Add a drm_bridge_state objectBoris Brezillon-6/+133
2019-12-09drm/bridge: Clarify the atomic enable/disable hooks semanticsBoris Brezillon-12/+12
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon-60/+111
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon-61/+64
2019-06-13drm: Add atomic variants for bridge enable/disableSean Paul-0/+110
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart-2/+2