Searched refs:drm_rect_equals (Results 1 – 2 of 2) sorted by relevance
96 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->src, &expected), in check_src_eq()107 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->dst, &expected), in check_crtc_eq()
221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function