Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_fourcc.h66 int drm_format_plane_cpp(uint32_t format, int plane);
/dflybsd-src/sys/dev/drm/
H A Ddrm_fourcc.c258 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function
268 EXPORT_SYMBOL(drm_format_plane_cpp);
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_fb.c142 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_fb.c146 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_display.c13845 int cpp = drm_format_plane_cpp(pixel_format, 0); in intel_fb_pitch_limit()