Home
last modified time | relevance | path

Searched refs:drm_rect_equals (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c96 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()
/linux/include/drm/
H A Ddrm_rect.h221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function