-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Improve video sw generator #69817
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
Improve video sw generator #69817
Conversation
VIDEO_PATTERN_FPS should be coherently used across the entire code file. Signed-off-by: Phi Bang Nguyen <[email protected]>
Add XRGB32 pixel format Signed-off-by: Phi Bang Nguyen <[email protected]>
Add support for XRGB32 pixel format as this is useful to test camera and display drivers on i.MX RT11xx Signed-off-by: Phi Bang Nguyen <[email protected]>
Hi @loicpoulain , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat!
Add code to handle invalid formats when setting format Signed-off-by: Phi Bang Nguyen <[email protected]>
@loicpoulain I made a mistake in the commit "drivers: video: sw_generator: Fix set_format Instead of moving |
Added @loicpoulain as the assignee as he is the maintainer of the drivers\video @danieldegrasse can you give this a review? |
This PR add support for XRGB32 format to the video sw generator as this is useful to test camera and display pipeline on i.MX RT11XX. It also contains some minor fixes.
The first commit (which adds XRGB fourcc) is part of another PR and could be dropped if that PR is merged first :