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

/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c219 int forced_fourcc; /* 2 channel LCDC must share fourcc setting */ member in struct:sh_mobile_lcdc_priv
2021 /* only accept the forced_fourcc for dual channel configurations */
2022 if (p->forced_fourcc &&
2023 p->forced_fourcc != sh_mobile_format_fourcc(var))
2782 priv->forced_fourcc = pdata->ch[0].fourcc;

Completed in 73 milliseconds