Is TX1 ISP support GRBG format?

Is TX1 ISP support GRBG format?It seems support GRRB only.
When I modify $SOURCEDIR/drivers/media/platform/tegra/camera/camera_common.c a format struct as below

static const struct camera_common_colorfmt camera_common_color_fmts[] = {
	{
		V4L2_MBUS_FMT_SGRBG12_1X12,
		V4L2_COLORSPACE_SRGB,
		V4L2_PIX_FMT_SGRBG12,
	},

};

Then the argus_camera not working properly.It didn’t show anything. The window was black
Thanks!

Issue was asked and answered in below link:
[url]https://devtalk.nvidia.com/default/topic/1004084/jetson-tx1/tx1-camera-driver-format-issue/post/5143281/#5143281[/url]