Searched refs:tilcdc_crtc_max_width (Results 1 – 3 of 3) sorted by relevance
161 int tilcdc_crtc_max_width(struct drm_crtc *crtc);
727 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width() function753 if (mode->hdisplay > tilcdc_crtc_max_width(crtc)) in tilcdc_crtc_mode_valid()
108 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); in modeset_init()