# @name FBDEV IOCTL test
# @desc Tests for all ioctls
# @requires graphics
FBDEV_XS_FUNC_GETVSCREENINFO source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 0
FBDEV_XS_FUNC_PUTVSCREENINFO source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 1
FBDEV_XS_FUNC_GETFSCREENINFO source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 2
FBDEV_XS_FUNC_BLANK source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 3
FBDEV_XS_FUNC_GETCMAP source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 4
FBDEV_XS_FUNC_PUTCMAP source 'common.sh'; install_modules.sh "graphics"; do_cmd fbdev_tests -device "/dev/fb0" -ioctl 5

