• Sam Ravnborg's avatar
    drm/panel: panel-simple: validate panel description · ddb8e853
    Sam Ravnborg authored
    Warn if we detect a panel with incomplete/wrong description.
    This is inspired by a similar patch by Laurent that introduced checks
    for LVDS panels - this extends the checks to the remaining type of
    connectors.
    
    This is known to warn for some of the existing panels but added
    despite this as we need help from people using the panels to
    add the missing info.
    The checks are not complete but will catch the most common mistakes.
    
    The checks at the same time serve as documentation for the minimum
    required description for a panel.
    
    The checks uses dev_warn() as we know this will hit. WARN() was
    too noisy at the moment for anything else than LVDS.
    
    v3:
      - %d => %u for bpc (Laurent)
    v2:
      - Use dev_warn (Laurent)
      - Check for empty bus_flags
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: Thierry Reding <thierry.reding@gmail.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Link: https://patchwork.freedesktop.org/patch/msgid/20200726203324.3722593-2-sam@ravnborg.org
    ddb8e853
panel-simple.c 107 KB