Re: [PATCH RFC 03/19] drm/vc4: Get rid of the dsi->bridge field

2019-08-08 Thread Eric Anholt
Boris Brezillon writes: > Now that we have an official way to request custom encoder/bridge > enable/disable sequences we can get rid of the extra ->bridge field > and use the encoder one. Patch 2, 3 are: Reviewed-by: Eric Anholt signature.asc Description: PGP signature

[PATCH RFC 03/19] drm/vc4: Get rid of the dsi->bridge field

2019-08-08 Thread Boris Brezillon
Now that we have an official way to request custom encoder/bridge enable/disable sequences we can get rid of the extra ->bridge field and use the encoder one. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/vc4/vc4_dsi.c | 35 ++- 1 file changed, 18