Lines Matching defs:drm_file
1035 if (pdd->drm_file) {
1038 fput(pdd->drm_file);
1633 * @drm_file: Optional pointer to a DRM file descriptor
1635 * If @drm_file is specified, it will be used to acquire the VM from
1639 * If @drm_file is NULL, a new VM is created.
1644 struct file *drm_file)
1652 if (!drm_file)
1658 ret = amdgpu_file_to_fpriv(drm_file, &drv_priv);
1673 pdd->drm_priv = drm_file->private_data;
1687 pdd->drm_file = drm_file;