aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_rect.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-02-06 20:32:04 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-02-07 13:14:06 +0200
commit2ebb2428c3d4732bb0fab9522c605e6af55c2fa5 (patch)
treeb74730202e417798b0cdfd1d89df409750aa4cfc /include/drm/drm_rect.h
parentdrm/doc: Make igts for cross-driver stuff strongly suggested (diff)
downloadwireguard-linux-2ebb2428c3d4732bb0fab9522c605e6af55c2fa5.tar.xz
wireguard-linux-2ebb2428c3d4732bb0fab9522c605e6af55c2fa5.zip
drm: Nuke drm_calc_{h,v}scale_relaxed()
The fuzzy drm_calc_{h,v}scale_relaxed() helpers are no longer used. Throw them in the bin. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190206183204.21127-1-ville.syrjala@linux.intel.com Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/drm/drm_rect.h')
-rw-r--r--include/drm/drm_rect.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h
index 6c54544a4be7..6195820aa5c5 100644
--- a/include/drm/drm_rect.h
+++ b/include/drm/drm_rect.h
@@ -182,12 +182,6 @@ int drm_rect_calc_hscale(const struct drm_rect *src,
int drm_rect_calc_vscale(const struct drm_rect *src,
const struct drm_rect *dst,
int min_vscale, int max_vscale);
-int drm_rect_calc_hscale_relaxed(struct drm_rect *src,
- struct drm_rect *dst,
- int min_hscale, int max_hscale);
-int drm_rect_calc_vscale_relaxed(struct drm_rect *src,
- struct drm_rect *dst,
- int min_vscale, int max_vscale);
void drm_rect_debug_print(const char *prefix,
const struct drm_rect *r, bool fixed_point);
void drm_rect_rotate(struct drm_rect *r,