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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fourcc.h 321 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info,
  /src/sys/external/bsd/drm2/dist/drm/
drm_fourcc.c 381 * drm_format_info_min_pitch - computes the minimum required pitch in bytes
390 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info, function in typeref:typename:uint64_t
400 EXPORT_SYMBOL(drm_format_info_min_pitch);
drm_framebuffer.c 211 u64 min_pitch = drm_format_info_min_pitch(info, i, width);

Completed in 27 milliseconds