Home
last modified time | relevance | path

Searched refs:osd_depth (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtvfb.c48 static int osd_depth; variable
58 module_param(osd_depth, int, 0444);
85 MODULE_PARM_DESC(osd_depth,
970 if (osd_depth != 8 && osd_depth != 16 && osd_depth != 32) in ivtvfb_init_vidmode()
971 osd_depth = 8; in ivtvfb_init_vidmode()
972 oi->bits_per_pixel = osd_depth; in ivtvfb_init_vidmode()
981 if (osd_depth == 8) in ivtvfb_init_vidmode()
983 else if (osd_depth == 16) in ivtvfb_init_vidmode()