On 6/24/2024 2:13 PM, Dmitry Baryshkov wrote:
The function msm_framebuffer_iova() can not fail, it always returns a
valid address. Drop the useless checks (that were already performed at
the time) and make dpu_format_populate_addrs() return void.

Signed-off-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org>
---
  .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c    |  6 +--
  drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c        | 62 +++++-----------------
  drivers/gpu/drm/msm/disp/dpu1/dpu_formats.h        | 10 ++--
  drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c          | 14 ++---
  4 files changed, 21 insertions(+), 71 deletions(-)


Reviewed-by: Abhinav Kumar <quic_abhin...@quicinc.com>

Reply via email to