Lines Matching refs:format

79  * struct zynqmp_disp_format - Display subsystem format information
80 * @drm_fmt: DRM format (4CC)
81 * @buf_fmt: AV buffer format
145 * @disp_fmt: Current format information
146 * @drm_fmt: Current DRM format information
439 * zynqmp_disp_avbuf_set_format - Set the input format for a layer
442 * @fmt: The format information
444 * Set the video buffer manager format for @layer to @fmt.
704 * zynqmp_disp_blend_set_output_format - Set the output format of the blender
706 * @format: Output format
708 * Set the output format of the blender to @format.
711 enum zynqmp_dpsub_format format)
721 u32 fmt = blend_output_fmts[format];
755 * format.
787 * Columns of the matrix are automatically swapped based on the input format to
996 * zynqmp_disp_layer_find_format - Find format information for a DRM format
998 * @drm_fmt: DRM format to search
1000 * Search display subsystem format information corresponding to the given DRM
1001 * format @drm_fmt for the @layer, and return a pointer to the format
1004 * Return: A pointer to the format descriptor if found, NULL otherwise
1055 * zynqmp_disp_layer_set_format - Set the layer format
1059 * Set the format for @layer based on @state->fb->format. The layer must be
1065 const struct drm_format_info *info = state->fb->format;
1068 layer->disp_fmt = zynqmp_disp_layer_find_format(layer, info->format);
1184 old_state->fb->format->format != plane->state->fb->format->format)
1188 * If the format has changed (including going from a previously
1189 * disabled state to any format), reconfigure the format. Disable the
1201 /* Enable or re-enable the plane is the format has changed. */