Searched refs:fb_edid_to_monspecs (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 49 fb_edid_to_monspecs(edid, spec); in query_edid()
|
/Linux-v4.19/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 431 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup() 519 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup() 527 fb_edid_to_monspecs(edidB, monB); in NVCommonSetup()
|
/Linux-v4.19/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 1498 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-v4.19/drivers/video/fbdev/ |
D | smscufx.c | 1510 fb_edid_to_monspecs(edid, &info->monspecs); in ufx_setup_modes() 1524 fb_edid_to_monspecs(dev->edid, &info->monspecs); in ufx_setup_modes() 1533 fb_edid_to_monspecs(default_edid, &info->monspecs); in ufx_setup_modes()
|
D | udlfb.c | 1290 fb_edid_to_monspecs(edid, &info->monspecs); in dlfb_setup_modes() 1304 fb_edid_to_monspecs(dlfb->edid, &info->monspecs); in dlfb_setup_modes() 1313 fb_edid_to_monspecs(default_edid, &info->monspecs); in dlfb_setup_modes()
|
D | i740fb.c | 1074 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 | 1355 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
|
D | fsl-diu-fb.c | 1494 fb_edid_to_monspecs(data->edid_data, &info->monspecs); in install_fb()
|
D | sm501fb.c | 1761 fb_edid_to_monspecs(info->edid_data, &fb->monspecs); in sm501fb_init_fb()
|
D | tridentfb.c | 1639 fb_edid_to_monspecs(edid, &info->monspecs); in trident_pci_probe()
|
D | uvesafb.c | 654 fb_edid_to_monspecs(task->buf, &info->monspecs); in uvesafb_vbe_getedid()
|
/Linux-v4.19/include/linux/ |
D | fb.h | 737 extern void fb_edid_to_monspecs(unsigned char *edid,
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 831 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs); in radeon_check_modes()
|
/Linux-v4.19/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1027 fb_edid_to_monspecs(edid_d, in intelfb_init_var()
|
/Linux-v4.19/drivers/video/fbdev/riva/ |
D | fbdev.c | 1840 fb_edid_to_monspecs(par->EDID, &info->monspecs); in riva_get_edidinfo()
|
/Linux-v4.19/drivers/video/fbdev/i810/ |
D | i810_main.c | 1923 fb_edid_to_monspecs(par->edid, specs); in i810fb_find_init_mode()
|
/Linux-v4.19/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 2216 fb_edid_to_monspecs(par->edid, &info->monspecs); in savagefb_probe()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2273 fb_edid_to_monspecs(edid, specs); in omapfb_find_best_mode()
|