Lines Matching refs:file_priv
34 struct drm_file *file_priv) in vmw_getparam_ioctl() argument
39 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv); in vmw_getparam_ioctl()
117 struct drm_file *file_priv) in vmw_get_cap_3d_ioctl() argument
126 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv); in vmw_get_cap_3d_ioctl()
165 struct drm_file *file_priv) in vmw_present_ioctl() argument
167 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
208 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
223 ret = vmw_kms_present(dev_priv, file_priv, in vmw_present_ioctl()
242 struct drm_file *file_priv) in vmw_present_readback_ioctl() argument
285 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
299 ret = vmw_kms_readback(dev_priv, file_priv, in vmw_present_readback_ioctl()