On Wed, Dec 05, 2018 at 09:36:45AM +0100, Paul Kocialkowski wrote:
The helper returning the input mode needs to know the number of planes for the provided format. Passing the fourcc requires iterating through the format info list in order to return the number of planes.
Pass the DRM format info structure directly instead to all helpers related to configuring the input format, since it's available to the caller. Also rename the input format in the caller function to keep things consistent.
Signed-off-by: Paul Kocialkowski paul.kocialkowski@bootlin.com
Acked-by: Maxime Ripard maxime.ripard@bootlin.com
Maxime