mbox series

[v4,0/7] drm/tidss: Use new connector model for tidss

Message ID 20201201121830.29704-1-nikhil.nd@ti.com (mailing list archive)
Headers show
Series drm/tidss: Use new connector model for tidss | expand

Message

Nikhil Devshatwar Dec. 1, 2020, 12:18 p.m. UTC
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 via atomic hooks.
Support format negotiations in the tfp410 and mhdp bridge drivers
as a first step before moving the connector model.

Nikhil Devshatwar (7):
  drm/bridge: tfp410: Support format negotiation hooks
  drm/bridge: tfp410: Set input_bus_flags in atomic_check
  drm/bridge: mhdp8546: Add minimal format negotiation
  drm/bridge: mhdp8546: Set input_bus_flags from atomic_check
  drm/tidss: Set bus_format correctly from bridge/connector
  drm/tidss: Move to newer connector model
  drm/bridge: cdns-mhdp8546: Fix the interrupt enable/disable

 .../drm/bridge/cadence/cdns-mhdp8546-core.c   | 75 +++++++++++++------
 drivers/gpu/drm/bridge/ti-tfp410.c            | 49 ++++++++++++
 drivers/gpu/drm/tidss/tidss_drv.h             |  3 +
 drivers/gpu/drm/tidss/tidss_encoder.c         | 36 ++++-----
 drivers/gpu/drm/tidss/tidss_kms.c             | 19 ++++-
 5 files changed, 137 insertions(+), 45 deletions(-)