<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 6/24/25 11:14, Jayesh Choudhary
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20250624054448.192801-1-j-choudhary@ti.com">
      <pre wrap="" class="moz-quote-pre">With the introduction of DBANC framework, the connector is no longer
initialised in bridge_attach if that flag is set by the display
controller.

This series does some cleanup for legacy !(DRM_BRIDGE_ATTACH_NO_CONNECTOR)
usecase and adds fixes for DRM_BRIDGE_ATTACH_NO_CONNECTOR usecase.

v3 patch link:
<a class="moz-txt-link-rfc2396E" href="https://lore.kernel.org/all/20250529142517.188786-1-j-choudhary@ti.com/"><https://lore.kernel.org/all/20250529142517.188786-1-j-choudhary@ti.com/></a>
</pre>
    </blockquote>
    <pre id="b"
style="font-size: 13px; font-family: monospace; background: rgb(255, 255, 255); color: rgb(0, 0, 51); white-space: pre-wrap; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">For the series

Reviewed-by: Harikrishna Shenoy <a class="moz-txt-link-rfc2396E" href="mailto:h-shenoy@ti.com"><h-shenoy@ti.com></a>

Tested-by: Harikrishna Shenoy <a class="moz-txt-link-rfc2396E" href="mailto:h-shenoy@ti.com"><h-shenoy@ti.com></a>

</pre>
    <blockquote type="cite"
      cite="mid:20250624054448.192801-1-j-choudhary@ti.com">
      <pre wrap="" class="moz-quote-pre">
Changelog v3->v4:
- Fix kernel test robot build warning:
  <a class="moz-txt-link-rfc2396E" href="https://lore.kernel.org/all/202505300201.2s6r12yc-lkp@intel.com/"><https://lore.kernel.org/all/202505300201.2s6r12yc-lkp@intel.com/></a>

v2 patch link:
<a class="moz-txt-link-rfc2396E" href="https://lore.kernel.org/all/20250521073237.366463-1-j-choudhary@ti.com/"><https://lore.kernel.org/all/20250521073237.366463-1-j-choudhary@ti.com/></a>

Changelog v2->v3:
- Add mode_valid in drm_bridge_funcs to a separate patch
- Remove "if (mhdp->connector.dev)" conditions that were missed in v2
- Split out the move of drm_atomic_get_new_connector_for_encoder()
  to a separate patch
- Drop "R-by" considering the changes in v2[1/3]
- Add Fixes tag to first 4 patches:
  commit c932ced6b585 ("drm/tidss: Update encoder/bridge chain connect model")
  This added DBANC flag in tidss while attaching bridge to the encoder
- Drop RFC prefix

v1 patch link:
<a class="moz-txt-link-rfc2396E" href="https://lore.kernel.org/all/20250116111636.157641-1-j-choudhary@ti.com/"><https://lore.kernel.org/all/20250116111636.157641-1-j-choudhary@ti.com/></a>

Changelog v1->v2:
- Remove !DRM_BRIDGE_ATTACH_NO_CONNECTOR entirely
- Add mode_valid in drm_bridge_funcs[0]
- Fix NULL POINTER differently since we cannot access atomic_state
- Reduce log level in cdns_mhdp_transfer call

[0]: <a class="moz-txt-link-freetext" href="https://lore.kernel.org/all/20240530091757.433106-1-j-choudhary@ti.com/">https://lore.kernel.org/all/20240530091757.433106-1-j-choudhary@ti.com/</a>

Jayesh Choudhary (5):
  drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for
    connector initialisation in bridge
  drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from
    structure to pointer
  drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector
    earlier in atomic_enable()
  drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook to
    drm_bridge_funcs
  drm/bridge: cadence: cdns-mhdp8546-core: Reduce log level for DPCD
    read/write

 .../drm/bridge/cadence/cdns-mhdp8546-core.c   | 235 ++++--------------
 .../drm/bridge/cadence/cdns-mhdp8546-core.h   |   2 +-
 .../drm/bridge/cadence/cdns-mhdp8546-hdcp.c   |   8 +-
 3 files changed, 49 insertions(+), 196 deletions(-)

</pre>
    </blockquote>
  </body>
</html>