Commit ce6ebeac authored by Bingbu Cao's avatar Bingbu Cao Committed by Mauro Carvalho Chehab
Browse files

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: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarBingbu Cao <bingbu.cao@intel.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 4cf9f8fe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 */
+4 −4
Original line number Diff line number Diff line
@@ -1648,10 +1648,10 @@ static const struct imx319_reg mode_1280x720_regs[] = {

static const char * const imx319_test_pattern_menu[] = {
	"Disabled",
	"Solid color",
	"100% color bars",
	"Fade to gray color bars",
	"PN9"
	"Solid Colour",
	"Eight Vertical Colour Bars",
	"Colour Bars With Fade to Grey",
	"Pseudorandom Sequence (PN9)",
};

/* supported link frequencies */
+4 −4
Original line number Diff line number Diff line
@@ -876,10 +876,10 @@ static const struct imx355_reg mode_820x616_regs[] = {

static const char * const imx355_test_pattern_menu[] = {
	"Disabled",
	"Solid color",
	"100% color bars",
	"Fade to gray color bars",
	"PN9"
	"Solid Colour",
	"Eight Vertical Colour Bars",
	"Colour Bars With Fade to Grey",
	"Pseudorandom Sequence (PN9)",
};

/* supported link frequencies */