Linus Walleij linus.walleij@linaro.org writes:
This replaces the custom connector in the TVE200 with the panel bridge helper. As long as we're just using panels and no other bridges, this works just fine.
Yeah, we definitely need a way to get the bus_flags/bus_formats from the next link in the bridge chain in general, rather than needing to reach into the panel's connector (or being just out of luck in a 2-bridge chain). That seems like it'll be straightforward to do later, and this is a good start.
I don't think you need the new #includes in tve200_drm.h, but other than maybe that change:
Reviewed-by: Eric Anholt eric@anholt.net