HomeSort by: relevance | last modified time | path
    Searched defs:drm_mode_legacy_fb_format (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_fourcc.c 44 * drm_mode_legacy_fb_format - compute drm fourcc code from legacy description
51 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) function in typeref:typename:uint32_t
101 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
110 * Unlike drm_mode_legacy_fb_format() this looks at the drivers mode_config,
117 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth);
drm_fourcc.c 44 * drm_mode_legacy_fb_format - compute drm fourcc code from legacy description
51 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) function in typeref:typename:uint32_t
101 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
110 * Unlike drm_mode_legacy_fb_format() this looks at the drivers mode_config,
117 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth);

Completed in 22 milliseconds