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>
This commit is contained in:
Steve Cohen
2021-04-07 23:07:29 -04:00
committed by Jeykumar Sankaran
父節點 7f0c843da4
當前提交 a683fba2e8
共有 25 個文件被更改,包括 95 次插入110 次删除

查看文件

@@ -4624,7 +4624,7 @@ static int _sde_kms_hw_init_blocks(struct sde_kms *sde_kms,
sde_kms->catalog = NULL;
goto power_error;
}
sde_kms->core_rev = sde_kms->catalog->hwversion;
sde_kms->core_rev = sde_kms->catalog->hw_rev;
pr_info("sde hardware revision:0x%x\n", sde_kms->core_rev);