Lines Matching defs:file_priv
530 * @file_priv: drm file for the ioctl call
540 void *data, struct drm_file *file_priv)
549 crtc = drm_crtc_find(dev, file_priv, crtc_resp->crtc_id);
591 if (!file_priv->aspect_ratio_allowed)
696 * @file_priv: drm file for the ioctl call
706 struct drm_file *file_priv)
730 crtc = drm_crtc_find(dev, file_priv, crtc_req->crtc_id);
740 if (crtc_req->mode_valid && !drm_lease_held(file_priv, plane->base.id))
767 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id);
781 if (!file_priv->aspect_ratio_allowed &&
861 connector = drm_connector_lookup(dev, file_priv, out_id);