Searched refs:drm_rect_debug_print (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_rect.c | 228 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 D | drm_atomic_helper.c | 901 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 D | drm_rect.h | 250 void drm_rect_debug_print(const char *prefix,
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_atomic_plane.c | 922 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 D | skl_scaler.c | 470 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()
|