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:

committed by
Jeykumar Sankaran

父節點
7f0c843da4
當前提交
a683fba2e8
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user