Lines Matching defs:width
121 /* Due to HW limitations, changing plane height or width after
124 if ((init_disp_cfg.width && init_disp_cfg.height) &&
125 (init_disp_cfg.width != fb->width ||
127 drm_dbg(&kmb->drm, "Cannot change plane height or width after initial configuration");
350 unsigned int width;
393 width = fb->width;
395 dma_len = (width * height * fb->format->cpp[0]);
402 (width * fb->format->cpp[0]));
412 width * fb->format->cpp[0]);
414 (width * fb->format->cpp[0]));
431 ((width) * fb->format->cpp[0]));
435 ((width) * fb->format->cpp[0]));
529 if (!init_disp_cfg->width ||
532 init_disp_cfg->width = width;