Lines Matching refs:format
14 #include <linux/media-bus-format.h>
898 dev_dbg(dispc->dev, "%s: Unsupported bus format: %u\n",
1670 u32 fourcc = state->fb->format->format;
1972 u32 fourcc = state->fb->format->format;
2016 return gem->dma_addr + fb->offsets[0] + x * fb->format->cpp[0] +
2028 if (WARN_ON(state->fb->format->num_planes != 2))
2034 (x * fb->format->cpp[1] / fb->format->hsub) +
2035 (y * fb->pitches[1] / fb->format->vsub);
2043 u32 fourcc = state->fb->format->format;
2044 u16 cpp = state->fb->format->cpp[0];
2061 /* For YUV422 format we use the macropixel size for pixel inc */
2074 if (state->fb->format->num_planes == 2) {
2075 u16 cpp_uv = state->fb->format->cpp[1];