Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A 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);
H A 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()
/openbmc/linux/include/drm/
H A Ddrm_rect.h250 void drm_rect_debug_print(const char *prefix,
/openbmc/linux/drivers/gpu/drm/i915/display/
H A 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()
H A 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()