Searched refs:drm_rect_equals (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/tests/ |
H A D | drm_plane_helper_test.c | 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()
|
/linux/include/drm/ |
H A D | drm_rect.h | 221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
|
/linux/drivers/gpu/drm/ |
H A D | drm_damage_helper.c | 245 !drm_rect_equals(&state->src, &old_state->src)) { in drm_atomic_helper_damage_iter_init()
|
H A D | drm_atomic_helper.c | 926 if (!can_position && !drm_rect_equals(dst, &clip)) { in drm_atomic_helper_check_plane_state()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_atomic_plane.c | 957 !drm_rect_equals(dst, clip)) { in intel_atomic_plane_check_clipping()
|
H A D | intel_overlay.c | 983 if (!drm_rect_equals(&clipped, &req)) in check_overlay_dst()
|
H A D | intel_psr.c | 2639 !drm_rect_equals(&new_plane_state->uapi.dst, in intel_psr2_sel_fetch_update()
|