Searched refs:crtc_req (Results 1 – 1 of 1) sorted by relevance
1874 struct drm_mode_crtc *crtc_req = data; in drm_mode_setcrtc() local1889 if (crtc_req->x > INT_MAX || crtc_req->y > INT_MAX) in drm_mode_setcrtc()1893 obj = drm_mode_object_find(dev, crtc_req->crtc_id, in drm_mode_setcrtc()1896 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", crtc_req->crtc_id); in drm_mode_setcrtc()1903 if (crtc_req->mode_valid) { in drm_mode_setcrtc()1907 if (crtc_req->fb_id == -1) { in drm_mode_setcrtc()1915 obj = drm_mode_object_find(dev, crtc_req->fb_id, in drm_mode_setcrtc()1919 crtc_req->fb_id); in drm_mode_setcrtc()1932 ret = drm_crtc_convert_umode(mode, &crtc_req->mode); in drm_mode_setcrtc()1952 crtc_req->x > fb->width - hdisplay || in drm_mode_setcrtc()[all …]