Commit 5dfc1b2e authored by Dmitry Baryshkov's avatar Dmitry Baryshkov

drm/msm/dpu: disable DSC blocks for SM8350

SM8350 has newer version of DSC blocks, which are not supported by the
driver yet. Remove them for now until these blocks are supported by the
driver.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/517629/
Link: https://lore.kernel.org/r/20230109214309.586130-1-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 7eb75dbd
...@@ -1525,11 +1525,6 @@ static struct dpu_dsc_cfg sdm845_dsc[] = { ...@@ -1525,11 +1525,6 @@ static struct dpu_dsc_cfg sdm845_dsc[] = {
DSC_BLK("dsc_3", DSC_3, 0x80c00), DSC_BLK("dsc_3", DSC_3, 0x80c00),
}; };
static struct dpu_dsc_cfg sm8350_dsc[] = {
DSC_BLK("dsc_0", DSC_0, 0x80000),
DSC_BLK("dsc_1", DSC_1, 0x81000),
};
/************************************************************* /*************************************************************
* INTF sub blocks config * INTF sub blocks config
*************************************************************/ *************************************************************/
...@@ -2339,8 +2334,6 @@ static const struct dpu_mdss_cfg sm8350_dpu_cfg = { ...@@ -2339,8 +2334,6 @@ static const struct dpu_mdss_cfg sm8350_dpu_cfg = {
.dspp = sm8150_dspp, .dspp = sm8150_dspp,
.pingpong_count = ARRAY_SIZE(sm8350_pp), .pingpong_count = ARRAY_SIZE(sm8350_pp),
.pingpong = sm8350_pp, .pingpong = sm8350_pp,
.dsc_count = ARRAY_SIZE(sm8350_dsc),
.dsc = sm8350_dsc,
.merge_3d_count = ARRAY_SIZE(sm8350_merge_3d), .merge_3d_count = ARRAY_SIZE(sm8350_merge_3d),
.merge_3d = sm8350_merge_3d, .merge_3d = sm8350_merge_3d,
.intf_count = ARRAY_SIZE(sm8350_intf), .intf_count = ARRAY_SIZE(sm8350_intf),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment