Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_csc_table.h19 } csc_table[] = { variable
Dmdp.c441 for (n = 0; n < ARRAY_SIZE(csc_table); n++) in mdp_probe()
442 mdp_writel(mdp, csc_table[n].val, csc_table[n].reg); in mdp_probe()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.h289 struct csc_table { struct
Dhdmi5_core.c39 static const struct csc_table csc_table_deepcolor[] = {
476 struct csc_table csc_coeff) in hdmi_core_csc_config()
510 struct csc_table csc_coeff = { 0 }; in hdmi_core_configure_range()