aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/media_tests/video_device_test.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-12selftests: media_tests: Add SPDX license identifierShuah Khan1-1/+2
Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2016-07-26selftests: media_tests add a new video device testShuah Khan1-0/+100
Add a new video device test that opens user specified Video Device and calls video ioctls in a loop once every 10 seconds. This test is intended for testing device removal and driver unbind while an ioctl is active. Clean device removal and driver unbind is expected without any use-after-free and panics. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>