disp: msm: sde: add dt property for QSEED scalar HW revision
QSEED scalar block HW revision is constant for a given MDSS revision. Both SSPP and DS HW files invoke this API to read the revision register at various points of time. Expose this revision information through DT binding and maintain in the catalog to avoid repeated register reads. Change-Id: I95c0a5242cfda0aaa4ec5c2ff5c7cc0bed191b59 Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
This commit is contained in:
@@ -3561,9 +3561,9 @@ static void _sde_plane_setup_capabilities_blob(struct sde_plane *psde,
|
||||
sde_kms_info_stop(info);
|
||||
}
|
||||
|
||||
if (psde->pipe_hw && psde->pipe_hw->ops.get_scaler_ver)
|
||||
if (psde->pipe_hw && catalog->qseed_hw_version)
|
||||
sde_kms_info_add_keyint(info, "scaler_step_ver",
|
||||
psde->pipe_hw->ops.get_scaler_ver(psde->pipe_hw));
|
||||
catalog->qseed_hw_version);
|
||||
|
||||
sde_kms_info_add_keyint(info, "max_linewidth",
|
||||
psde->pipe_sblk->maxlinewidth);
|
||||
|
Reference in New Issue
Block a user