media: staging/ipu7: Disallow source multiplexing#38
Open
vicamo wants to merge 1 commit intointel:mainfrom
Open
media: staging/ipu7: Disallow source multiplexing#38vicamo wants to merge 1 commit intointel:mainfrom
vicamo wants to merge 1 commit intointel:mainfrom
Conversation
The IPU7 ISYS driver can't capture multiple streams on the same video device. Disallow source multiplexing in the routes of the internal subdev to reflect that limitation. As a result we can hardcode the source stream to 0, simplifying the driver. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org> Bug-Ubuntu: https://bugs.launchpad.net/bugs/2130334 Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=49cec2b5a316ce2669e17ce1d458a8dfc1157f09 Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v6.18-rc1 commit 5195b777552d2 ("media: v4l2-subdev: Make struct v4l2_subdev_stream_config private") stripped the use of v4l2_subdev_stream_config from the public. The "solution" should be same v6.18-rc1 commit 49cec2b5a316c (media: staging/ipu7: Disallow source multiplexing") that removed the use of stream_configs due to stream multiplexing.