Lines Matching defs:drm_file
1066 if (pdd->drm_file)
1067 fput(pdd->drm_file);
1659 * @drm_file: Optional pointer to a DRM file descriptor
1661 * If @drm_file is specified, it will be used to acquire the VM from
1665 * If @drm_file is NULL, a new VM is created.
1670 struct file *drm_file)
1679 if (!drm_file)
1685 ret = amdgpu_file_to_fpriv(drm_file, &drv_priv);
1704 pdd->drm_priv = drm_file->private_data;
1721 pdd->drm_file = drm_file;