The following patches add fixes to the komeda DPU driver. Patch 1 fixes an issue where the crtc always expects both pipelines to always have remote nodes populated. Patch 2 is a cosmetic fix that ensures komeda does not print verbose pipeline information unless the entire pipeline is actually up. Patch 3 adds a 40 bit DMA mask for each pipeline. Amjad Ouled-Ameur (1): drm/arm/komeda: update DMA mask to 40 bits Faiz Abbas (2): drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline drm/arm/komeda: Move pipeline prints to after the entire pipeline has been enabled .../gpu/drm/arm/display/komeda/komeda_crtc.c | 45 ++++++++++++++----- .../gpu/drm/arm/display/komeda/komeda_drv.c | 4 ++ .../gpu/drm/arm/display/komeda/komeda_kms.h | 1 + .../drm/arm/display/komeda/komeda_pipeline.c | 4 +- 4 files changed, 41 insertions(+), 13 deletions(-) -- 2.25.1