disp: msm: sde: rename qseed_type to qseed_sw_lib_rev

Rename the property to qseed_sw_lib_rev to indicate that it
represents the qseed sw library revision that is compatible with
the targets qseed hw version.

Change-Id: I5a588dc20cf4a4f76f5c71301538bfc630ea220d
Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
This commit is contained in:
Jeykumar Sankaran
2020-05-19 19:11:51 -07:00
والد 0545182f17
کامیت 7f35be34eb
4فایلهای تغییر یافته به همراه28 افزوده شده و 25 حذف شده

مشاهده پرونده

@@ -220,7 +220,7 @@ uint32_t sde_get_linetime(struct drm_display_mode *mode,
static inline bool is_qseed3_rev_qseed3lite(struct sde_mdss_cfg *sde_cfg)
{
return ((sde_cfg->qseed_type == SDE_SSPP_SCALER_QSEED3LITE) ?
return ((sde_cfg->qseed_sw_lib_rev == SDE_SSPP_SCALER_QSEED3LITE) ?
true : false);
}
#endif /* _SDE_HW_UTIL_H */