Re: [PATCH] msm:disp:dpu1: add UBWC support for display on SC7180
From: Doug Anderson <dianders@chromium.org>
Date: 2020-01-31 22:38:29
Also in:
dri-devel, linux-arm-msm, lkml
From: Doug Anderson <dianders@chromium.org>
Date: 2020-01-31 22:38:29
Also in:
dri-devel, linux-arm-msm, lkml
Hi, On Thu, Jan 23, 2020 at 2:19 AM Kalyan Thota [off-list ref] wrote:
Add UBWC global configuration for display on SC7180 target. Signed-off-by: Kalyan Thota <redacted> --- 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@chromium.org> ...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