RE: [EXT] Re: [PATCH v5 01/10] drm: bridge: cadence: convert mailbox functions to macro functions

2022-12-12 Thread Sandor Yu
g; > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > Cc: Oliver Brown ; dl-linux-imx > ; ker...@pengutronix.de > Subject: [EXT] Re: [PATCH v5 01/10] drm: bridge: cadence: convert mailbox > functions to macro functions > > Caution: EXT Email > > Hi Sandor,

Re: [PATCH v5 01/10] drm: bridge: cadence: convert mailbox functions to macro functions

2022-12-09 Thread Lucas Stach
Hi Sandor, Am Montag, dem 28.11.2022 um 15:36 +0800 schrieb Sandor Yu: > Mailbox access functions could be share to other mhdp driver and > HDP-TX HDMI/DP PHY drivers, move those functions to head file > include/drm/bridge/cdns-mhdp-mailbox.h and convert them to > macro functions. > This does no

[PATCH v5 01/10] drm: bridge: cadence: convert mailbox functions to macro functions

2022-11-27 Thread Sandor Yu
Mailbox access functions could be share to other mhdp driver and HDP-TX HDMI/DP PHY drivers, move those functions to head file include/drm/bridge/cdns-mhdp-mailbox.h and convert them to macro functions. Signed-off-by: Sandor Yu --- .../drm/bridge/cadence/cdns-mhdp8546-core.c | 197 +---