aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2019-08-07 10:20:54 -0400
committerSean Paul <seanpaul@chromium.org>2019-08-07 10:44:13 -0400
commit87160d2bfc5ed2eeb61d0d8921a38377a6ea3a36 (patch)
tree61fd8041a3750c075bae7b346c8690044751b368 /include/drm
parentdrm/sti: fix opencoded use of drm_panel_* (diff)
downloadlinux-dev-87160d2bfc5ed2eeb61d0d8921a38377a6ea3a36.tar.xz
linux-dev-87160d2bfc5ed2eeb61d0d8921a38377a6ea3a36.zip
Revert "Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()""
This reverts commit 415d2e9e07574d3de63b8df77dc686e0ebf64865. Mandatory review was missing from this patch. Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190807142101.251400-2-sean@poorly.run
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_gem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_gem.h b/include/drm/drm_gem.h
index ae693c0666cd..0d6445fa9541 100644
--- a/include/drm/drm_gem.h
+++ b/include/drm/drm_gem.h
@@ -401,8 +401,8 @@ int drm_gem_fence_array_add(struct xarray *fence_array,
int drm_gem_fence_array_add_implicit(struct xarray *fence_array,
struct drm_gem_object *obj,
bool write);
-int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
- u32 handle, u64 *offset);
+int drm_gem_map_offset(struct drm_file *file, struct drm_device *dev,
+ u32 handle, u64 *offset);
int drm_gem_dumb_destroy(struct drm_file *file,
struct drm_device *dev,
uint32_t handle);