aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-11-22 19:56:23 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-11-28 13:33:43 +0200
commit30218eb77d6b9a89e08ad9ea19b35c6bf1be468e (patch)
tree4c81b1fc30da38807c36bac1787a4862e36bb9b0 /include
parentdrm/rect: Keep the clipped dst rectangle in place (diff)
downloadlinux-dev-30218eb77d6b9a89e08ad9ea19b35c6bf1be468e.tar.xz
linux-dev-30218eb77d6b9a89e08ad9ea19b35c6bf1be468e.zip
drm/selftests: Add drm_rect selftests
Add selftests for drm_rect. A few basic ones for clipped and unclipped cases, and a few special ones for specific bugs we had in the code. I'm too lazy to think of more corner cases to check at this time. Maybe later. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191122175623.13565-5-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_rect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h
index cd0106135b6a..57a3be9e53e4 100644
--- a/include/drm/drm_rect.h
+++ b/include/drm/drm_rect.h
@@ -24,6 +24,8 @@
#ifndef DRM_RECT_H
#define DRM_RECT_H
+#include <linux/types.h>
+
/**
* DOC: rect utils
*