Searched defs:file_priv (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_main.c132 struct drm_file *file_priv,
131 vbox_user_framebuffer_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, unsigned flags, unsigned color, struct drm_clip_rect *pRects, unsigned cRects) argument
H A Dvbox_ttm.c504 struct drm_file *file_priv; local
510 file_priv = filp->private_data;
511 vbox = file_priv->minor->dev->dev_private;
H A Dvbox_mode.c57 static int vbox_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv,
652 static int vbox_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, argument
676 obj = drm_gem_object_lookup(crtc->dev, file_priv, handle);

Completed in 47 milliseconds