Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/
Ddrm_rect.c228 void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point) in drm_rect_debug_print() function
235 EXPORT_SYMBOL(drm_rect_debug_print);
Ddrm_atomic_helper.c901 drm_rect_debug_print("src: ", &plane_state->src, true); in drm_atomic_helper_check_plane_state()
902 drm_rect_debug_print("dst: ", &plane_state->dst, false); in drm_atomic_helper_check_plane_state()
926 drm_rect_debug_print("dst: ", dst, false); in drm_atomic_helper_check_plane_state()
927 drm_rect_debug_print("clip: ", &clip, false); in drm_atomic_helper_check_plane_state()
/Linux-v6.6/include/drm/
Ddrm_rect.h250 void drm_rect_debug_print(const char *prefix,
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c922 drm_rect_debug_print("src: ", src, true); in intel_atomic_plane_check_clipping()
923 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_plane_check_clipping()
938 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_plane_check_clipping()
939 drm_rect_debug_print("clip: ", clip, false); in intel_atomic_plane_check_clipping()
Dskl_scaler.c470 drm_rect_debug_print("src: ", src, true); in intel_atomic_setup_scaler()
471 drm_rect_debug_print("dst: ", dst, false); in intel_atomic_setup_scaler()