diff options
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2016-05-17 16:07:46 +0300 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2016-05-19 15:36:48 +0300 |
commit | ef58319d3fcf90050ac417e918b0c1e6373863bd (patch) | |
tree | 313e2242202ccf422b2314da1c58b4174053484a /drivers/gpu/drm/i915/intel_drv.h | |
parent | 55d80d230178a7ec21f12ee9b3fda5e1f2aa98ca (diff) | |
download | linux-ef58319d3fcf90050ac417e918b0c1e6373863bd.tar.xz |
drm/i915: Remove intel_finish_page_flip_plane.
This function is duplicated with intel_finish_page_flip,
and is only ever used from planes that could use the
other function anyway.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463490484-19540-4-git-send-email-maarten.lankhorst@linux.intel.com
Reviewed-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index afde6a132b46..ff268567cc0e 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h @@ -1201,7 +1201,6 @@ __intel_framebuffer_create(struct drm_device *dev, struct drm_i915_gem_object *obj); void intel_prepare_page_flip(struct drm_i915_private *dev_priv, int plane); void intel_finish_page_flip(struct drm_i915_private *dev_priv, int pipe); -void intel_finish_page_flip_plane(struct drm_i915_private *dev_priv, int plane); void intel_check_page_flip(struct drm_i915_private *dev_priv, int pipe); int intel_prepare_plane_fb(struct drm_plane *plane, const struct drm_plane_state *new_state); |