Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 281322ba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: Correct the method to get the QSEED3 offset" into msm-4.14

parents 6c9053fa 1ebf7214
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2408,8 +2408,7 @@ void reg_dmav1_setup_vig_qseed3(struct sde_hw_pipe *ctx,
		return;
	}

	offset = ctx->catalog->sspp[ctx->idx].sblk->scaler_blk.base -
		REG_DMA_VIG_SWI_DIFF;
	offset = ctx->cap->sblk->scaler_blk.base - REG_DMA_VIG_SWI_DIFF;
	dma_ops = sde_reg_dma_get_ops();
	dma_ops->reset_reg_dma_buf(sspp_buf[QSEED][ctx->idx]);