Lines Matching defs:format
104 fb->format->cpp[plane] * x;
119 x /= fb->format->hsub;
120 y /= fb->format->vsub;
123 fb->format->cpp[1] * x - eba;
138 x /= fb->format->hsub;
139 y /= fb->format->vsub;
142 fb->format->cpp[2] * x - eba;
205 switch (ipu_plane->base.state->fb->format->format) {
321 uint32_t format, uint64_t modifier)
333 return ipu_prg_format_supported(ipu, format, modifier);
398 * We support resizing active plane or changing its format by
407 fb->format != old_fb->format))
421 switch (fb->format->format) {
441 if (old_fb && (fb->format == old_fb->format)) {
458 if (old_fb && (fb->format == old_fb->format)) {
474 if (((state->src.x1 >> 16) & (fb->format->hsub - 1)) ||
475 ((state->src.y1 >> 16) & (fb->format->vsub - 1)))
569 !fb->format->has_alpha, 0xff,
578 !fb->format->has_alpha, 0xff,
595 fb->pitches[0], fb->format->format,
615 ics = ipu_drm_fourcc_to_colorspace(fb->format->format);
630 info = drm_format_info(fb->format->format);
636 ipu_cpmem_set_fmt(ipu_plane->ipu_ch, fb->format->format);
644 switch (fb->format->format) {
653 if (fb->format->format == DRM_FORMAT_YVU420 ||
654 fb->format->format == DRM_FORMAT_YVU422 ||
655 fb->format->format == DRM_FORMAT_YVU444)
786 plane_state->fb->format->format,
812 plane_state->fb->format->format,