Re: [RFC PATCH 2/4] drm/msm/mdss: correct the ubwc version for sm6115 platform

2023-01-13 Thread Abhinav Kumar
On 1/13/2023 1:16 PM, Dmitry Baryshkov wrote: On Fri, 13 Jan 2023 at 21:47, Abhinav Kumar wrote: On 12/7/2022 4:08 PM, Dmitry Baryshkov wrote: According to the vendor DT, sm6115 has UBWC 1.0, not 2.0. Can you please point me to which file you are referring to? The internal docs I have a

Re: [RFC PATCH 2/4] drm/msm/mdss: correct the ubwc version for sm6115 platform

2023-01-13 Thread Dmitry Baryshkov
On Fri, 13 Jan 2023 at 21:47, Abhinav Kumar wrote: > On 12/7/2022 4:08 PM, Dmitry Baryshkov wrote: > > According to the vendor DT, sm6115 has UBWC 1.0, not 2.0. > > > > Can you please point me to which file you are referring to? > > The internal docs I have are still showing 2.0. If I understood

Re: [RFC PATCH 2/4] drm/msm/mdss: correct the ubwc version for sm6115 platform

2023-01-13 Thread Abhinav Kumar
On 12/7/2022 4:08 PM, Dmitry Baryshkov wrote: According to the vendor DT, sm6115 has UBWC 1.0, not 2.0. Can you please point me to which file you are referring to? The internal docs I have are still showing 2.0. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/msm_mdss.c | 2 +-

[RFC PATCH 2/4] drm/msm/mdss: correct the ubwc version for sm6115 platform

2022-12-07 Thread Dmitry Baryshkov
According to the vendor DT, sm6115 has UBWC 1.0, not 2.0. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/msm_mdss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/msm_mdss.c b/drivers/gpu/drm/msm/msm_mdss.c index 2219c1bd59a9..4401f945b966 100644