Lines Matching refs:file_priv
36 struct drm_file *file_priv) in vmw_getparam_ioctl() argument
41 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv); in vmw_getparam_ioctl()
123 struct drm_file *file_priv) in vmw_get_cap_3d_ioctl() argument
132 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv); in vmw_get_cap_3d_ioctl()
171 struct drm_file *file_priv) in vmw_present_ioctl() argument
173 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
214 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
229 ret = vmw_kms_present(dev_priv, file_priv, in vmw_present_ioctl()
248 struct drm_file *file_priv) in vmw_present_readback_ioctl() argument
291 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
305 ret = vmw_kms_readback(dev_priv, file_priv, in vmw_present_readback_ioctl()