diff options
author | Phi-Bang Nguyen <pnguyen@baylibre.com> | 2021-05-06 20:06:06 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-05-25 04:56:32 +0300 |
commit | a25a611bb3f7a994475fa21d663bc18aa8420863 (patch) | |
tree | c6b574955f9634f6c4f951e523747a8782d6cc14 /test/message.cpp | |
parent | 34bee5e84ecba01e0ded5cacbc46c277c5a0edba (diff) |
pipeline: simple: Rework the supportedDevices list
The supportedDevices may contain entries which have the same driver
but different converters. For example, if we add these two entries:
{ "mtk-seninf", "mtk-mdp", 3 },
{ "mtk-seninf", "mtk-mdp3", 3 },
the simple pipeline handler will always take the first one where it
can acquire the driver and skip the rest.
So, make the changes to support this usecase.
Signed-off-by: Phi-Bang Nguyen <pnguyen@baylibre.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/message.cpp')
0 files changed, 0 insertions, 0 deletions