[0/3] Fixes for the komeda driver

Message ID 20240219100915.192475-1-faiz.abbas@arm.com
Headers
Series Fixes for the komeda driver |

Message

Faiz Abbas Feb. 19, 2024, 10:09 a.m. UTC
  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(-)
  

Comments

Liviu Dudau Feb. 27, 2024, 10:52 a.m. UTC | #1
Hi Faiz,

On Mon, Feb 19, 2024 at 03:39:12PM +0530, Faiz Abbas wrote:
> 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.

Sorry for the delay in replying, I was on holiday last week.

Patch series looks good, I will push it into drm-misc-next-fixes at the end
of the week.

Best regards,
Liviu


> 
> 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
>