ipu_cpmem_set_resolution
ipu_cpmem_set_resolution(ipu_plane->ipu_ch, width, height);
ipu_cpmem_set_resolution(ipu_plane->alpha_ch, width, height);
EXPORT_SYMBOL_GPL(ipu_cpmem_set_resolution);
ipu_cpmem_set_resolution(ch, image->rect.width, image->rect.height);
ipu_cpmem_set_resolution(priv->idmac_ch,
void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres);