Searched refs:drm_rect_equals (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
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-6.3-rc2/include/drm/ |
A D | drm_rect.h | 221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_damage_helper.c | 244 if (!iter->clips || !drm_rect_equals(&state->src, &old_state->src)) { in drm_atomic_helper_damage_iter_init()
|
A D | drm_atomic_helper.c | 914 if (!can_position && !drm_rect_equals(dst, &clip)) { in drm_atomic_helper_check_plane_state()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_atomic_plane.c | 928 !drm_rect_equals(dst, clip)) { in intel_atomic_plane_check_clipping()
|
A D | intel_overlay.c | 972 !drm_rect_equals(&clipped, &req)) in check_overlay_dst()
|
A D | intel_psr.c | 1789 !drm_rect_equals(&new_plane_state->uapi.dst, in intel_psr2_sel_fetch_update()
|
A D | intel_display.c | 6597 if (!drm_rect_equals(&old_plane_state->uapi.src, &new_plane_state->uapi.src) || in intel_async_flip_check_hw() 6598 !drm_rect_equals(&old_plane_state->uapi.dst, &new_plane_state->uapi.dst)) { in intel_async_flip_check_hw()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_plane.c | 933 drm_rect_equals(fb_rect, src); in dpu_plane_validate_src()
|
Completed in 36 milliseconds