Lines Matching refs:drm_file
64 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
85 struct drm_file *file_priv) in drm_authmagic()
88 struct drm_file *file; in drm_authmagic()
125 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
135 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
204 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
216 struct drm_file *file_priv) in drm_setmaster_ioctl()
257 struct drm_file *fpriv) in drm_drop_master()
265 struct drm_file *file_priv) in drm_dropmaster_ioctl()
297 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
314 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
355 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()