Lines Matching refs:display
548 ch->display.mode.xres, ch->display.mode.yres, in sh_mobile_lcdc_must_reconfigure()
552 if (fb_mode_is_equal(&ch->display.mode, new_mode)) in sh_mobile_lcdc_must_reconfigure()
556 ch->display.mode.yres, new_mode->yres); in sh_mobile_lcdc_must_reconfigure()
557 ch->display.mode = *new_mode; in sh_mobile_lcdc_must_reconfigure()
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()
590 info->var.width = ch->display.width; in sh_mobile_lcdc_display_notify()
591 info->var.height = ch->display.height; in sh_mobile_lcdc_display_notify()
817 const struct fb_videomode *mode = &ch->display.mode; in sh_mobile_lcdc_geometry()
1911 if (fb_mode_is_equal(&ch->display.mode, &mode)) in sh_mobile_fb_reconfig()
1916 fb_videomode_to_var(&var, &ch->display.mode); in sh_mobile_fb_reconfig()
1917 var.width = ch->display.width; in sh_mobile_fb_reconfig()
1918 var.height = ch->display.height; in sh_mobile_fb_reconfig()
1931 event.data = &ch->display.mode; in sh_mobile_fb_reconfig()
2253 var->width = ch->display.width; in sh_mobile_lcdc_channel_fb_init()
2254 var->height = ch->display.height; in sh_mobile_lcdc_channel_fb_init()
2671 ch->display.width = cfg->panel_cfg.width; in sh_mobile_lcdc_channel_init()
2672 ch->display.height = cfg->panel_cfg.height; in sh_mobile_lcdc_channel_init()
2673 ch->display.mode = *mode; in sh_mobile_lcdc_channel_init()