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