Searched refs:drm_rect_clip_scaled (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tests/ |
D | drm_rect_test.c | 24 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 32 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 48 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 62 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 76 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 96 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 110 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 124 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 138 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() 152 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_clipped() [all …]
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_rect.c | 92 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled() function 132 EXPORT_SYMBOL(drm_rect_clip_scaled);
|
D | drm_atomic_helper.c | 900 plane_state->visible = drm_rect_clip_scaled(src, dst, &clip); in drm_atomic_helper_check_plane_state()
|
/linux-6.1.9/include/drm/ |
D | drm_rect.h | 242 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_atomic_plane.c | 885 plane_state->uapi.visible = drm_rect_clip_scaled(src, dst, clip); in intel_atomic_plane_check_clipping()
|