Merge "disp: msm: sde: add snapshot of SDE from 4.14 to 4.19"

This commit is contained in:
qctecmdr
2019-06-13 11:29:01 -07:00
zatwierdzone przez Gerrit - the friendly Code Review server
5 zmienionych plików z 41 dodań i 10 usunięć

Wyświetl plik

@@ -158,11 +158,12 @@ static inline int _sspp_subblk_offset(struct sde_hw_pipe *ctx,
u32 *idx)
{
int rc = 0;
const struct sde_sspp_sub_blks *sblk = ctx->cap->sblk;
const struct sde_sspp_sub_blks *sblk;
if (!ctx)
return -EINVAL;
sblk = ctx->cap->sblk;
switch (s_id) {
case SDE_SSPP_SRC:
*idx = sblk->src_blk.base;