Lines Matching defs:width
117 new_omap_state->overlay->name, info.width, info.height,
133 r_info.width, r_info.height,
215 u16 width, height;
224 dispc_ovl_get_max_size(priv->dispc, &width, &height);
225 max_width = width << 16;
274 if (new_plane_state->src_w > max_width || new_plane_state->crtc_w > width) {
280 * When calculating the split overlay width
282 * the indivual width +/- 1. So make sure it fits
284 if (new_plane_state->src_w <= ((2 * width - 1) << 16) &&
285 new_plane_state->crtc_w <= (2 * width - 1))
291 new_plane_state->crtc_w <= (2 * width))