Searched refs:drm_mode_legacy_fb_format (Results 1 – 5 of 5) sorted by relevance
61 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_create()
5361 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()
211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
1006 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
2094 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function2127 EXPORT_SYMBOL(drm_mode_legacy_fb_format);2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()