Searched refs:drm_format_plane_cpp (Results 1 – 5 of 5) sorted by relevance
66 int drm_format_plane_cpp(uint32_t format, int plane);
258 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function268 EXPORT_SYMBOL(drm_format_plane_cpp);
142 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
146 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
13845 int cpp = drm_format_plane_cpp(pixel_format, 0); in intel_fb_pitch_limit()