Lines Matching refs:hactive
205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len +
251 .repeat_count = sig->mode.hactive,
268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len +
307 .repeat_count = sig->mode.hactive,
348 .repeat_count = sig->mode.hactive,
510 if (!IS_ALIGNED(mode->hactive, 8) &&
511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) {
512 dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n",
513 mode->hactive);
568 di->id, sig->mode.hactive, sig->mode.vactive);