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