Re: [PATCH v6 6/8] drm/bridge: sii902x: Set input_bus_flags in atomic_check

2023-05-16 Thread Neil Armstrong
On 09/05/2023 11:30, Aradhya Bhatia wrote: input_bus_flags are specified in drm_bridge_timings (legacy) as well as drm_bridge_state->input_bus_cfg.flags The flags from the timings will be deprecated. Bridges are supposed to validate and set the bridge state flags from atomic_check. Implement at

[PATCH v6 6/8] drm/bridge: sii902x: Set input_bus_flags in atomic_check

2023-05-09 Thread Aradhya Bhatia
input_bus_flags are specified in drm_bridge_timings (legacy) as well as drm_bridge_state->input_bus_cfg.flags The flags from the timings will be deprecated. Bridges are supposed to validate and set the bridge state flags from atomic_check. Implement atomic_check hook for the same. Signed-off-by: