Searched defs:monspec (Results 1 - 2 of 2) sorted by relevance

/drivers/video/fbdev/
H A Dsh_mobile_hdmi.c289 struct fb_monspecs monspec; member in struct:sh_hdmi
877 fb_edid_to_monspecs(edid, &hdmi->monspec);
881 hdmi->monspec.modedb_len, hdmi->edid_blocks - 1);
885 fb_edid_add_monspecs(edid, &hdmi->monspec);
907 dev_dbg(hdmi->dev, "%d main and extended modes\n", hdmi->monspec.modedb_len);
926 for (i = 0, mode = hdmi->monspec.modedb;
927 i < hdmi->monspec.modedb_len && scanning;
1206 &hdmi->mode, &hdmi->monspec);
1208 hdmi->monspec.modedb_len = 0;
1209 fb_destroy_modedb(hdmi->monspec
[all...]
H A Dsh_mobile_lcdcfb.c568 const struct fb_monspecs *monspec)
581 ch->display.width = monspec->max_x * 10;
582 ch->display.height = monspec->max_y * 10;
565 sh_mobile_lcdc_display_notify(struct sh_mobile_lcdc_chan *ch, enum sh_mobile_lcdc_entity_event event, const struct fb_videomode *mode, const struct fb_monspecs *monspec) argument

Completed in 64 milliseconds