diff options
Diffstat (limited to 'include/drm/drm_rect.h')
-rw-r--r-- | include/drm/drm_rect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h index de24f16a3c4f..fe767b757c8c 100644 --- a/include/drm/drm_rect.h +++ b/include/drm/drm_rect.h | |||
@@ -140,5 +140,6 @@ int drm_rect_calc_hscale_relaxed(struct drm_rect *src, | |||
140 | int drm_rect_calc_vscale_relaxed(struct drm_rect *src, | 140 | int drm_rect_calc_vscale_relaxed(struct drm_rect *src, |
141 | struct drm_rect *dst, | 141 | struct drm_rect *dst, |
142 | int min_vscale, int max_vscale); | 142 | int min_vscale, int max_vscale); |
143 | void drm_rect_debug_print(const struct drm_rect *r, bool fixed_point); | ||
143 | 144 | ||
144 | #endif | 145 | #endif |