Lines Matching refs:file_priv

172 	struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */  member
187 struct drm_file *file_priv; member
366 extern int radeon_cp_init(struct drm_device *dev, void *data, struct drm_file *file_priv);
367 extern int radeon_cp_start(struct drm_device *dev, void *data, struct drm_file *file_priv);
368 extern int radeon_cp_stop(struct drm_device *dev, void *data, struct drm_file *file_priv);
369 extern int radeon_cp_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
370 extern int radeon_cp_idle(struct drm_device *dev, void *data, struct drm_file *file_priv);
371 extern int radeon_cp_resume(struct drm_device *dev, void *data, struct drm_file *file_priv);
372 extern int radeon_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
373 extern int radeon_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv);
374 extern int radeon_cp_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv);
390 extern int radeon_mem_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv);
391 extern int radeon_mem_free(struct drm_device *dev, void *data, struct drm_file *file_priv);
392 extern int radeon_mem_init_heap(struct drm_device *dev, void *data, struct drm_file *file_priv);
394 extern void radeon_mem_release(struct drm_file *file_priv,
403 extern int radeon_irq_emit(struct drm_device *dev, void *data, struct drm_file *file_priv);
404 extern int radeon_irq_wait(struct drm_device *dev, void *data, struct drm_file *file_priv);
422 struct drm_file *file_priv);
424 struct drm_file *file_priv);
427 struct drm_file *file_priv);
438 struct drm_file *file_priv,
445 struct drm_file *file_priv);
446 extern int r600_do_resume_cp(struct drm_device *dev, struct drm_file *file_priv);
456 extern void r600_cp_dispatch_swap(struct drm_device *dev, struct drm_file *file_priv);
458 struct drm_file *file_priv,
462 extern int r600_prepare_blit_copy(struct drm_device *dev, struct drm_file *file_priv);
2010 struct drm_radeon_master_private *master_priv = file_priv->master->driver_priv; \