Re: [PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

2023-07-14 Thread Javier Martinez Canillas
Aradhya Bhatia writes: Hello Aradhya, > Hi Sam, > [...] >> >> It would be even better to walk through other implementations of >> get_input_bus_fmts and update them accordingly. >> >> Again, sorry for being late here. Feel free to ignore if you already >> moved on with something else. >> >

Re: [PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

2023-07-13 Thread Aradhya Bhatia
Hi Sam, On 10-Jul-23 20:38, Sam Ravnborg wrote: > Hi Aradhya, > > On Tue, Jun 06, 2023 at 01:51:39PM +0530, Aradhya Bhatia wrote: >> With new connector model, sii902x will not create the connector, when >> DRM_BRIDGE_ATTACH_NO_CONNECTOR is set and SoC driver will rely on format >> negotiation to

Re: [PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

2023-07-10 Thread Sam Ravnborg
Hi Aradhya, On Tue, Jun 06, 2023 at 01:51:39PM +0530, Aradhya Bhatia wrote: > With new connector model, sii902x will not create the connector, when > DRM_BRIDGE_ATTACH_NO_CONNECTOR is set and SoC driver will rely on format > negotiation to setup the encoder format. > > Support format

[PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

2023-06-06 Thread Aradhya Bhatia
With new connector model, sii902x will not create the connector, when DRM_BRIDGE_ATTACH_NO_CONNECTOR is set and SoC driver will rely on format negotiation to setup the encoder format. Support format negotiations hooks in the drm_bridge_funcs. Use helper functions for state management. Input