Lines Matching refs:hdisplay
1724 WARN(in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX || in drm_crtc_convert_to_umode()
1732 out->hdisplay = in->hdisplay; in drm_crtc_convert_to_umode()
1770 out->hdisplay = in->hdisplay; in drm_crtc_convert_umode()
2675 int *hdisplay, int *vdisplay) in drm_crtc_get_hv_timing() argument
2681 *hdisplay = adjusted.crtc_hdisplay; in drm_crtc_get_hv_timing()
2701 int hdisplay, vdisplay; in drm_crtc_check_viewport() local
2703 drm_crtc_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
2706 swap(hdisplay, vdisplay); in drm_crtc_check_viewport()
2708 if (hdisplay > fb->width || in drm_crtc_check_viewport()
2710 x > fb->width - hdisplay || in drm_crtc_check_viewport()
2713 fb->width, fb->height, hdisplay, vdisplay, x, y, in drm_crtc_check_viewport()