|
@@ -67,8 +67,6 @@ struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
|
|
void tegra_bo_free_object(struct drm_gem_object *gem);
|
|
void tegra_bo_free_object(struct drm_gem_object *gem);
|
|
int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
|
|
int tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm,
|
|
struct drm_mode_create_dumb *args);
|
|
struct drm_mode_create_dumb *args);
|
|
-int tegra_bo_dumb_map_offset(struct drm_file *file, struct drm_device *drm,
|
|
|
|
- u32 handle, u64 *offset);
|
|
|
|
|
|
|
|
int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma);
|
|
int tegra_drm_mmap(struct file *file, struct vm_area_struct *vma);
|
|
|
|
|