Re: [PATCH v2 1/6] drm: bridge: Propagate the bus flags from bridge->timings

2020-11-11 Thread Tomi Valkeinen
On 09/11/2020 19:05, Nikhil Devshatwar wrote: > bus_flags can be specified by a bridge in the timings. > If the bridge provides it, Override the bus_flags when propagating > from next bridge. > > Signed-off-by: Nikhil Devshatwar > --- > drivers/gpu/drm/drm_bridge.c | 8 > 1 file changed

[PATCH v2 1/6] drm: bridge: Propagate the bus flags from bridge->timings

2020-11-09 Thread Nikhil Devshatwar
bus_flags can be specified by a bridge in the timings. If the bridge provides it, Override the bus_flags when propagating from next bridge. Signed-off-by: Nikhil Devshatwar --- drivers/gpu/drm/drm_bridge.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/drm_bridge.c b