Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_plane_helper.c163 drm_rect_debug_print("src: ", &state->src, true); in drm_plane_helper_check_state()
164 drm_rect_debug_print("dst: ", &state->dst, false); in drm_plane_helper_check_state()
184 drm_rect_debug_print("dst: ", dst, false); in drm_plane_helper_check_state()
185 drm_rect_debug_print("clip: ", clip, false); in drm_plane_helper_check_state()
H A Ddrm_rect.c282 void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point) in drm_rect_debug_print() function
289 EXPORT_SYMBOL(drm_rect_debug_print);
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_rect.h192 void drm_rect_debug_print(const char *prefix,
/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c941 drm_rect_debug_print("src: ", src, true); in intel_check_sprite_plane()
942 drm_rect_debug_print("dst: ", dst, false); in intel_check_sprite_plane()
950 drm_rect_debug_print("src: ", src, true); in intel_check_sprite_plane()
951 drm_rect_debug_print("dst: ", dst, false); in intel_check_sprite_plane()