Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/via/
Dvia_aux_edid.c20 struct fb_monspecs *spec = drv->data; in query_edid()
49 struct fb_monspecs *spec = drv->data; in get_preferred_mode()
66 struct fb_monspecs *spec = drv->data; in cleanup()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbmon.c292 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block()
311 struct fb_monspecs *specs) in get_dpms_capabilities()
326 static void get_chroma(unsigned char *block, struct fb_monspecs *specs) in get_chroma()
495 int ver, int rev, const struct fb_monspecs *specs) in get_std_timing()
554 int ver, int rev, const struct fb_monspecs *specs) in get_dst_timing()
616 const struct fb_monspecs *specs) in fb_create_modedb()
694 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits()
775 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs()
936 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
950 memset(specs, 0, sizeof(struct fb_monspecs)); in fb_edid_to_monspecs()
[all …]
Dmodedb.c1143 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display()
/Linux-v5.4/drivers/video/fbdev/nvidia/
Dnv_setup.c280 struct fb_monspecs *monitorA, *monitorB; in NVCommonSetup()
281 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup()
290 monitorA = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup()
291 monitorB = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup()
Dnvidia.c1101 struct fb_monspecs *specs = &info->monspecs; in nvidia_set_fbinfo()
/Linux-v5.4/include/linux/
Dfb.h63 struct fb_monspecs { struct
452 struct fb_monspecs monspecs; /* Current Monitor specs */
719 struct fb_monspecs *specs);
753 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
/Linux-v5.4/include/video/
Datmel_lcdc.h32 struct fb_monspecs *default_monspecs;
/Linux-v5.4/drivers/video/fbdev/
Dacornfb.c58 static struct fb_monspecs monspecs[NR_MONTYPES] = {
414 struct fb_monspecs *monspecs) in acornfb_validate_timing()
Dau1200fb.c325 struct fb_monspecs monspecs; /* FB monitor specs */
1530 memcpy(&fbi->monspecs, &panel->monspecs, sizeof(struct fb_monspecs)); in au1200fb_init_fbinfo()
Dtdfxfb.c1347 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector()
1378 struct fb_monspecs *specs; in tdfxfb_probe()
Dsa1100fb.c1069 static struct fb_monspecs monspecs = {
Dfsl-diu-fb.c1522 struct fb_monspecs *specs = &info->monspecs; in install_fb()
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_monitor.c908 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes()
/Linux-v5.4/drivers/video/fbdev/riva/
Dfbdev.c1788 struct fb_monspecs *specs = &info->monspecs; in riva_update_default_var()
/Linux-v5.4/drivers/video/fbdev/i810/
Di810_main.c1900 struct fb_monspecs *specs = &info->monspecs; in i810fb_find_init_mode()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c2236 struct fb_monspecs *specs; in omapfb_find_best_mode()