Re: [PATCH v18 1/8] drm: bridge: Cadence: Create MHDP helper driver

2024-11-05 Thread Sandor Yu
> > On Tue, Oct 29, 2024 at 02:02:09PM +0800, Sandor Yu wrote: > > Mailbox access functions in MHDP8546 will be share to other MHDP > > driver and Cadence HDP-TX HDMI/DP PHY drivers. > > > > Create a new MHDP helper driver and move all mailbox access functions > into. > > According the mailbox acc

Re: [PATCH v18 1/8] drm: bridge: Cadence: Create MHDP helper driver

2024-10-31 Thread Dmitry Baryshkov
On Tue, Oct 29, 2024 at 02:02:09PM +0800, Sandor Yu wrote: > Mailbox access functions in MHDP8546 will be share to other MHDP driver > and Cadence HDP-TX HDMI/DP PHY drivers. > > Create a new MHDP helper driver and move all mailbox access functions into. > According the mailbox access sequence and

[PATCH v18 1/8] drm: bridge: Cadence: Create MHDP helper driver

2024-10-28 Thread Sandor Yu
Mailbox access functions in MHDP8546 will be share to other MHDP driver and Cadence HDP-TX HDMI/DP PHY drivers. Create a new MHDP helper driver and move all mailbox access functions into. According the mailbox access sequence and type of security. Six mailbox access API functions are introduced. T