Re: [PATCH] msm:disp:dpu1: add UBWC support for display on SC7180

From: Doug Anderson
Date: Fri Jan 31 2020 - 17:38:30 EST


Hi,

On Thu, Jan 23, 2020 at 2:19 AM Kalyan Thota <kalyan_t@xxxxxxxxxxxxxx> wrote:
>
> Add UBWC global configuration for display on
> SC7180 target.
>
> Signed-off-by: Kalyan Thota <kalyan_t@xxxxxxxxxxxxxx>
> ---
> drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c | 58 +++++++++++++++++++++++++++++++-
> 1 file changed, 57 insertions(+), 1 deletion(-)

I didn't do any sort of review of this patch, but I can say that
without it the screen on my sc7180-based device is super glitchy and
when I add this patch in the glitchies are gone. Thus:

Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

...one note is that the subject of this patch seems a bit
non-standard. I would have expected a tag more like "drm/msm/dpu:"
instead of "msm:disp:dpu1:". Presumably if the maintainer cares when
landing he/she could fix that up, but something to think about for
future patches.

-Doug