diff options
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.h')
-rw-r--r-- | drivers/gpu/drm/tegra/drm.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/gpu/drm/tegra/drm.h b/drivers/gpu/drm/tegra/drm.h index 3a843a77ddc7..741b5dc2742c 100644 --- a/drivers/gpu/drm/tegra/drm.h +++ b/drivers/gpu/drm/tegra/drm.h | |||
@@ -204,24 +204,6 @@ extern int tegra_output_parse_dt(struct tegra_output *output); | |||
204 | extern int tegra_output_init(struct drm_device *drm, struct tegra_output *output); | 204 | extern int tegra_output_init(struct drm_device *drm, struct tegra_output *output); |
205 | extern int tegra_output_exit(struct tegra_output *output); | 205 | extern int tegra_output_exit(struct tegra_output *output); |
206 | 206 | ||
207 | /* from gem.c */ | ||
208 | extern struct tegra_gem_object *tegra_gem_alloc(struct drm_device *drm, | ||
209 | size_t size); | ||
210 | extern int tegra_gem_handle_create(struct drm_device *drm, | ||
211 | struct drm_file *file, size_t size, | ||
212 | unsigned long flags, uint32_t *handle); | ||
213 | extern int tegra_gem_dumb_create(struct drm_file *file, struct drm_device *drm, | ||
214 | struct drm_mode_create_dumb *args); | ||
215 | extern int tegra_gem_dumb_map_offset(struct drm_file *file, | ||
216 | struct drm_device *drm, uint32_t handle, | ||
217 | uint64_t *offset); | ||
218 | extern int tegra_gem_dumb_destroy(struct drm_file *file, | ||
219 | struct drm_device *drm, uint32_t handle); | ||
220 | extern int tegra_drm_gem_mmap(struct file *filp, struct vm_area_struct *vma); | ||
221 | extern int tegra_gem_init_object(struct drm_gem_object *obj); | ||
222 | extern void tegra_gem_free_object(struct drm_gem_object *obj); | ||
223 | extern struct vm_operations_struct tegra_gem_vm_ops; | ||
224 | |||
225 | /* from fb.c */ | 207 | /* from fb.c */ |
226 | extern int tegra_drm_fb_init(struct drm_device *drm); | 208 | extern int tegra_drm_fb_init(struct drm_device *drm); |
227 | extern void tegra_drm_fb_exit(struct drm_device *drm); | 209 | extern void tegra_drm_fb_exit(struct drm_device *drm); |