Searched refs:fb_edid_to_monspecs (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 49 fb_edid_to_monspecs(edid, spec); in query_edid()
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 430 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup() 518 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup() 526 fb_edid_to_monspecs(edidB, monB); in NVCommonSetup()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmon.c | 936 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs() function 1497 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs() function 1610 EXPORT_SYMBOL(fb_edid_to_monspecs);
|
/linux-4.4.14/drivers/video/fbdev/ |
D | smscufx.c | 1518 fb_edid_to_monspecs(edid, &info->monspecs); in ufx_setup_modes() 1532 fb_edid_to_monspecs(dev->edid, &info->monspecs); in ufx_setup_modes() 1541 fb_edid_to_monspecs(default_edid, &info->monspecs); in ufx_setup_modes()
|
D | udlfb.c | 1261 fb_edid_to_monspecs(edid, &info->monspecs); in dlfb_setup_modes() 1276 fb_edid_to_monspecs(dev->edid, &info->monspecs); in dlfb_setup_modes() 1285 fb_edid_to_monspecs(default_edid, &info->monspecs); in dlfb_setup_modes()
|
D | sh_mobile_hdmi.c | 877 fb_edid_to_monspecs(edid, &hdmi->monspec); in sh_hdmi_read_edid()
|
D | i740fb.c | 1075 fb_edid_to_monspecs(edid, &info->monspecs); in i740fb_probe()
|
D | s3fb.c | 1281 fb_edid_to_monspecs(edid, &info->monspecs); in s3_pci_probe()
|
D | tdfxfb.c | 1354 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
|
D | fsl-diu-fb.c | 1498 fb_edid_to_monspecs(data->edid_data, &info->monspecs); in install_fb()
|
D | tridentfb.c | 1642 fb_edid_to_monspecs(edid, &info->monspecs); in trident_pci_probe()
|
D | sm501fb.c | 1759 fb_edid_to_monspecs(info->edid_data, &fb->monspecs); in sm501fb_init_fb()
|
D | uvesafb.c | 663 fb_edid_to_monspecs(task->buf, &info->monspecs); in uvesafb_vbe_getedid()
|
/linux-4.4.14/include/linux/ |
D | fb.h | 717 extern void fb_edid_to_monspecs(unsigned char *edid,
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 830 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs); in radeon_check_modes()
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1027 fb_edid_to_monspecs(edid_d, in intelfb_init_var()
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | fbdev.c | 1839 fb_edid_to_monspecs(par->EDID, &info->monspecs); in riva_get_edidinfo()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 1923 fb_edid_to_monspecs(par->edid, specs); in i810fb_find_init_mode()
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 2216 fb_edid_to_monspecs(par->edid, &info->monspecs); in savagefb_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2272 fb_edid_to_monspecs(edid, specs); in omapfb_find_best_mode()
|