[PATCH 0/6] dev_err_probe usage for imx8qxp DPU pipeline

Alexander Stein alexander.stein at ew.tq-group.com
Mon Dec 18 02:57:12 PST 2023


Hi everyone,

while working on i.MX8QXP DPU/LVDS output I come across these fixes simplifying
the code and improving debugging, while also creating less noise.
It touches several files as the output pipeline is rather complex.

Best regards,
Alexander

Alexander Stein (6):
  drm/bridge: imx8qxp-pxl2dpi: Use dev_err_probe
  drm/bridge: imx: imx8qxp-ldb: Use dev_err_probe
  drm/bridge: imx: imx-ldb-helper: Use dev_err_probe
  drm/bridge: imx8qxp-pixel-link: Use dev_err_probe
  drm/bridge: dpu-dprc: Use dev_err_probe
  drm/bridge: dpu-core: Don't print error on -EPROBE_DEFER

 drivers/gpu/drm/bridge/imx/imx-ldb-helper.c   | 13 ++-----
 drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c      | 37 ++++++-------------
 .../gpu/drm/bridge/imx/imx8qxp-pixel-link.c   | 19 +++-------
 drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c  | 26 ++++---------
 drivers/gpu/drm/imx/dpu/dpu-core.c            |  7 ++--
 drivers/gpu/drm/imx/dpu/dpu-dprc.c            | 12 +++---
 6 files changed, 39 insertions(+), 75 deletions(-)

-- 
2.34.1




More information about the linux-arm-kernel mailing list