Home
last modified time | relevance | path

Searched refs:drm_rect_debug_print (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/
Ddrm_rect.c227 void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point) in drm_rect_debug_print() function
234 EXPORT_SYMBOL(drm_rect_debug_print);
Ddrm_atomic_helper.c904 drm_rect_debug_print("src: ", &plane_state->src, true); in drm_atomic_helper_check_plane_state()
905 drm_rect_debug_print("dst: ", &plane_state->dst, false); in drm_atomic_helper_check_plane_state()
929 drm_rect_debug_print("dst: ", dst, false); in drm_atomic_helper_check_plane_state()
930 drm_rect_debug_print("clip: ", &clip, false); in drm_atomic_helper_check_plane_state()
/linux-6.12.1/include/drm/
Ddrm_rect.h265 void drm_rect_debug_print(const char *prefix,
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c964 drm_rect_debug_print("src: ", src, true); in intel_atomic_plane_check_clipping()
965 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_plane_check_clipping()
980 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_plane_check_clipping()
981 drm_rect_debug_print("clip: ", clip, false); in intel_atomic_plane_check_clipping()
Dskl_scaler.c471 drm_rect_debug_print("src: ", src, true); in intel_atomic_setup_scaler()
472 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_setup_scaler()