Merge "disp: msm: sde: add snapshot of SDE from 4.14 to 4.19"
This commit is contained in:

zatwierdzone przez
Gerrit - the friendly Code Review server

commit
13a11e75b0
@@ -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;
|
||||
|
Reference in New Issue
Block a user