This series moves the tidss to using new connectoe model, where the SoC driver (tidss) creates the connector and all the bridges are attached with the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR
Since the bridges do not create the connector, the bus format and bus_flag is set after the format negotiation. Support format negotiations in the tfp410 and mhdp bridge drivers.
Nikhil Devshatwar (5): drm/tidss: Move to newer connector model drm/tidss: Set bus_format correctly from bridge/connector drm: bridge: Propagate the bus flags from bridge->timings drm/bridge: tfp410: Support format negotiation drm/bridge: mhdp8564: Support format negotiation
.../drm/bridge/cadence/cdns-mhdp8546-core.c | 29 +++++++++++++++++ drivers/gpu/drm/bridge/ti-tfp410.c | 32 +++++++++++++++++++ drivers/gpu/drm/drm_bridge.c | 7 ++++ drivers/gpu/drm/tidss/tidss_drv.h | 3 ++ drivers/gpu/drm/tidss/tidss_encoder.c | 16 +++++++--- drivers/gpu/drm/tidss/tidss_kms.c | 15 ++++++++- 6 files changed, 96 insertions(+), 6 deletions(-)