Quoting Dmitry Baryshkov (2022-02-15 18:13:09) > On Wed, 16 Feb 2022 at 05:00, Stephen Boyd <swb...@chromium.org> wrote: > > > > Quoting Dmitry Baryshkov (2022-02-15 06:16:42) > > > All physical encoders used by virtual encoder share the same connector, > > > so pull the connector field from dpu_encoder_phys into dpu_encoder_virt > > > structure. > > > > What is the benefit? Less code? Clearer association? > > Clearer association. Otherwise code suggests that different phys_encs > can have different connectors.
Got it. With that info added to the commit text Reviewed-by: Stephen Boyd <swb...@chromium.org>