Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
HDdrm_fourcc.h66 int drm_format_plane_cpp(uint32_t format, int plane);
/dragonfly/sys/dev/drm/
HDdrm_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);
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_fb.c142 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
/dragonfly/sys/dev/drm/radeon/
HDradeon_fb.c146 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
/dragonfly/sys/dev/drm/i915/
HDintel_display.c13845 int cpp = drm_format_plane_cpp(pixel_format, 0); in intel_fb_pitch_limit()