Lines Matching full:format
13 * dpu_get_dpu_format_ext() - Returns dpu format structure pointer.
14 * @format: DRM FourCC Code
15 * @modifiers: format modifier array from client, one per plane
18 const uint32_t format,
24 * dpu_find_format - validate if the pixel format is supported
25 * @format: dpu format
29 * Return: false if not valid format, true on success
31 static inline bool dpu_find_format(u32 format, const u32 *supported_formats, in dpu_find_format() argument
38 if (format == supported_formats[i]) in dpu_find_format()
49 * @format: DRM FourCC Code
54 const uint32_t format,
58 * dpu_format_check_modified_format - validate format and buffers for
59 * dpu non-standard, i.e. modified format
74 * dpu_format_populate_layout - populate the given format layout based on
75 * mmu, fb, and format found in the fb
78 * @fmtl: format layout structure to populate