Home
last modified time | relevance | path

Searched refs:forced_fourcc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c218 int forced_fourcc; /* 2 channel LCDC must share fourcc setting */ member
1870 /* only accept the forced_fourcc for dual channel configurations */ in sh_mobile_lcdc_check_var()
1871 if (p->forced_fourcc && in sh_mobile_lcdc_check_var()
1872 p->forced_fourcc != sh_mobile_format_fourcc(var)) in sh_mobile_lcdc_check_var()
2589 priv->forced_fourcc = pdata->ch[0].fourcc; in sh_mobile_lcdc_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c217 int forced_fourcc; /* 2 channel LCDC must share fourcc setting */ member
1865 /* only accept the forced_fourcc for dual channel configurations */ in sh_mobile_lcdc_check_var()
1866 if (p->forced_fourcc && in sh_mobile_lcdc_check_var()
1867 p->forced_fourcc != sh_mobile_format_fourcc(var)) in sh_mobile_lcdc_check_var()
2585 priv->forced_fourcc = pdata->ch[0].fourcc; in sh_mobile_lcdc_probe()

Completed in 7 milliseconds