Home
last modified time | relevance | path

Searched refs:drm_mode_legacy_fb_format (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_fb.c61 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_create()
Dintel_display.c5361 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_fb.c211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/freebsd-10-stable/sys/dev/drm2/
Ddrm_crtc.h1006 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
Ddrm_crtc.c2094 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
2127 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()