1
0

disp: msm: sde: use common naming for version/revision in catalog

Align the HW catalog to use common naming amongst the "revision"
and "version" structure members.

Change-Id: Ib6c81aee6cb49208b0699db4a75b4eb9dc79e800
Signed-off-by: Steve Cohen <quic_cohens@quicinc.com>
Este cometimento está contido em:
Steve Cohen
2021-04-07 23:07:29 -04:00
cometido por Jeykumar Sankaran
ascendente 7f0c843da4
cometimento a683fba2e8
25 ficheiros modificados com 95 adições e 110 eliminações

Ver ficheiro

@@ -368,7 +368,7 @@ static struct sde_vdc_cfg *_vdc_offset(enum sde_vdc vdc,
b->base_off = addr;
b->blk_off = m->vdc[i].base;
b->length = m->vdc[i].len;
b->hwversion = m->hwversion;
b->hw_rev = m->hw_rev;
b->log_mask = SDE_DBG_MASK_VDC;
return &m->vdc[i];
}