Home
last modified time | relevance | path

Searched refs:monspec (Results 1 – 3 of 3) sorted by relevance

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