Searched refs:drm_rect_debug_print (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_rect.c | 227 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);
|
| H A D | drm_atomic_helper.c | 936 drm_rect_debug_print("src: ", &plane_state->src, true); in drm_atomic_helper_check_plane_state() 937 drm_rect_debug_print("dst: ", &plane_state->dst, false); in drm_atomic_helper_check_plane_state() 961 drm_rect_debug_print("dst: ", dst, false); in drm_atomic_helper_check_plane_state() 962 drm_rect_debug_print("clip: ", &clip, false); in drm_atomic_helper_check_plane_state()
|
| /linux/include/drm/ |
| H A D | drm_rect.h | 265 void drm_rect_debug_print(const char *prefix,
|