Lines Matching defs:format
68 * struct zynqmp_disp_format - Display subsystem format information
69 * @drm_fmt: DRM format (4CC)
70 * @buf_fmt: AV buffer format
111 * @disp_fmt: Current format information
112 * @drm_fmt: Current DRM format information
373 * zynqmp_disp_avbuf_set_format - Set the input format for a layer
376 * @fmt: The format information
378 * Set the video buffer manager format for @layer to @fmt.
635 * zynqmp_disp_blend_set_output_format - Set the output format of the blender
637 * @format: Output format
639 * Set the output format of the blender to @format.
642 enum zynqmp_dpsub_format format)
652 u32 fmt = blend_output_fmts[format];
686 * format.
718 * Columns of the matrix are automatically swapped based on the input format to
851 * zynqmp_disp_layer_find_format - Find format information for a DRM format
853 * @drm_fmt: DRM format to search
855 * Search display subsystem format information corresponding to the given DRM
856 * format @drm_fmt for the @layer, and return a pointer to the format
859 * Return: A pointer to the format descriptor if found, NULL otherwise
939 * zynqmp_disp_layer_set_format - Set the layer format
941 * @info: The format info
943 * Set the format for @layer to @info. The layer must be disabled.
950 layer->disp_fmt = zynqmp_disp_layer_find_format(layer, info->format);