Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media: rp1: csi2: Fix set_fmt for the source #6169

Open
wants to merge 1 commit into
base: rpi-6.6.y
Choose a base branch
from

Conversation

tomba
Copy link
Contributor

@tomba tomba commented May 15, 2024

The driver allows changing the source pad's format to the 16-bit or the compressed version, but doesn't allow changing it back to the sink's format. A work-around for the user is to set the format to the sink side, which then gets propagated correctly.

Fix the driver to allow changing the source format back to the sink's format.

The driver allows changing the source pad's format to the 16-bit or the
compressed version, but doesn't allow changing it back to the sink's
format. A work-around for the user is to set the format to the sink
side, which then gets propagated correctly.

Fix the driver to allow changing the source format back to the sink's
format.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
@tomba
Copy link
Contributor Author

tomba commented May 15, 2024

@naushir jfyi

@tomba
Copy link
Contributor Author

tomba commented May 15, 2024

Hmm, I think we have the same issue in the FE. I'll refresh the series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant