Searched refs:drm_rect_clip_scaled (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_rect_test.c | 37 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 45 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 61 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 75 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 89 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 109 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 123 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 137 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 151 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 165 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() [all …]
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_rect.c | 91 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled() function 131 EXPORT_SYMBOL(drm_rect_clip_scaled);
|
D | drm_atomic_helper.c | 912 plane_state->visible = drm_rect_clip_scaled(src, dst, &clip); in drm_atomic_helper_check_plane_state()
|
/linux-6.12.1/include/drm/ |
D | drm_rect.h | 257 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_atomic_plane.c | 973 plane_state->uapi.visible = drm_rect_clip_scaled(src, dst, clip); in intel_atomic_plane_check_clipping()
|