diff options
author | Ville Syrjälä | 2019-11-22 19:56:23 +0200 |
---|---|---|
committer | Ville Syrjälä | 2019-11-28 13:33:43 +0200 |
commit | 30218eb77d6b9a89e08ad9ea19b35c6bf1be468e (patch) | |
tree | 4c81b1fc30da38807c36bac1787a4862e36bb9b0 /include | |
parent | 2020af2dbf734a16886d5e9e1f65841641db5f33 (diff) |
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.h | 2 |
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 * |