HomeSort by: relevance | last modified time | path
    Searched refs:drm_rect_debug_print (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_rect.h 220 void drm_rect_debug_print(const char *prefix,
  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 229 * drm_rect_debug_print - print the rectangle information
234 void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point) function in typeref:typename:void
241 EXPORT_SYMBOL(drm_rect_debug_print);
drm_atomic_helper.c 809 drm_rect_debug_print("src: ", &plane_state->src, true);
810 drm_rect_debug_print("dst: ", &plane_state->dst, false);
833 drm_rect_debug_print("dst: ", dst, false);
834 drm_rect_debug_print("clip: ", &clip, false);

Completed in 14 milliseconds