Re: (subset) [PATCH v2] drm/msm/disp/dpu: fix sc7280_pp base offset

2023-03-15 Thread Abhinav Kumar
On Mon, 27 Feb 2023 13:36:40 -0800, Kuogee Hsieh wrote: > At sc7280, pingpong block is used to management the dither effects > to reduce distortion at panel. Currently pingpong-0 base offset is > wrongly set at 0x59000. This mistake will not cause system to crash. > However it will make dither no

Re: [PATCH v2] drm/msm/disp/dpu: fix sc7280_pp base offset

2023-02-28 Thread Dmitry Baryshkov
On 27/02/2023 23:36, Kuogee Hsieh wrote: At sc7280, pingpong block is used to management the dither effects to reduce distortion at panel. Currently pingpong-0 base offset is wrongly set at 0x59000. This mistake will not cause system to crash. However it will make dither not work. This patch corr

Re: [PATCH v2] drm/msm/disp/dpu: fix sc7280_pp base offset

2023-02-28 Thread Abhinav Kumar
On 2/27/2023 1:36 PM, Kuogee Hsieh wrote: At sc7280, pingpong block is used to management the dither effects to reduce distortion at panel. Currently pingpong-0 base offset is wrongly set at 0x59000. This mistake will not cause system to crash. However it will make dither not work. This patch

[PATCH v2] drm/msm/disp/dpu: fix sc7280_pp base offset

2023-02-27 Thread Kuogee Hsieh
At sc7280, pingpong block is used to management the dither effects to reduce distortion at panel. Currently pingpong-0 base offset is wrongly set at 0x59000. This mistake will not cause system to crash. However it will make dither not work. This patch correct sc7280 ping pong-0 block base offset.