|
@@ -46,9 +46,6 @@ struct mtk_drm_gem_obj *mtk_drm_gem_create(struct drm_device *dev, size_t size,
|
|
bool alloc_kmap);
|
|
bool alloc_kmap);
|
|
int mtk_drm_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
|
|
int mtk_drm_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
|
|
struct drm_mode_create_dumb *args);
|
|
struct drm_mode_create_dumb *args);
|
|
-int mtk_drm_gem_dumb_map_offset(struct drm_file *file_priv,
|
|
|
|
- struct drm_device *dev, uint32_t handle,
|
|
|
|
- uint64_t *offset);
|
|
|
|
int mtk_drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
|
|
int mtk_drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
|
|
int mtk_drm_gem_mmap_buf(struct drm_gem_object *obj,
|
|
int mtk_drm_gem_mmap_buf(struct drm_gem_object *obj,
|
|
struct vm_area_struct *vma);
|
|
struct vm_area_struct *vma);
|