Lines Matching defs:file_priv
377 * @file_priv: drm file for the ioctl call
387 void *data, struct drm_file *file_priv)
396 crtc = drm_crtc_find(dev, file_priv, crtc_resp->crtc_id);
438 if (!file_priv->aspect_ratio_allowed)
543 * @file_priv: drm file for the ioctl call
553 struct drm_file *file_priv)
577 crtc = drm_crtc_find(dev, file_priv, crtc_req->crtc_id);
587 if (crtc_req->mode_valid && !drm_lease_held(file_priv, plane->base.id))
614 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id);
628 if (!file_priv->aspect_ratio_allowed &&
711 connector = drm_connector_lookup(dev, file_priv, out_id);