diff options
author | Bingbu Cao <bingbu.cao@intel.com> | 2018-11-27 07:01:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-05 14:34:26 +0300 |
commit | ce6ebeacbef3b1f3567ccee2721731129af35399 (patch) | |
tree | eae9f72ce267cd98f5f826c8faadde9949fa3e4e /drivers/media/i2c/imx258.c | |
parent | 4cf9f8feb90b9acf621c6cfe28206f9442ef154c (diff) | |
download | linux-ce6ebeacbef3b1f3567ccee2721731129af35399.tar.xz |
media: unify some sony camera sensors pattern naming
Some Sony camera sensors have same test pattern
definitions, this patch unify the pattern naming
to make it more clear to the userspace.
Suggested-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/imx258.c')
-rw-r--r-- | drivers/media/i2c/imx258.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/i2c/imx258.c b/drivers/media/i2c/imx258.c index 1c14119ea993..f86ae18bc104 100644 --- a/drivers/media/i2c/imx258.c +++ b/drivers/media/i2c/imx258.c @@ -499,10 +499,10 @@ static const struct imx258_reg mode_1048_780_regs[] = { static const char * const imx258_test_pattern_menu[] = { "Disabled", - "Solid Color", - "Color Bars", - "Grey Color Bars", - "PN9" + "Solid Colour", + "Eight Vertical Colour Bars", + "Colour Bars With Fade to Grey", + "Pseudorandom Sequence (PN9)", }; /* Configurations for supported link frequencies */ |