Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILI9881 panel fixes #4969

Merged
merged 2 commits into from
Mar 31, 2022
Merged

ILI9881 panel fixes #4969

merged 2 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. drm/panel: ilitek-ili9881c: Clean up on mipi_dsi_attach failure

    mipi_dsi_attach is allowed to fail, and currently the probe
    code doesn't clean up (mainly drm_panel_remove) if this happens.
    
    Add cleanup code on failure.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    aa1c320 View commit details
    Browse the repository at this point in the history
  2. drm/panel: panel-ilitek9881c: Add prepare_upstream_first flag

    The panel sends MIPI DCS commands during prepare and is expecting
    the bus to remain in LP-11 state in-between.
    
    Set the prepare_upstream_first flag so that the upstream DSI host
    is prepared / pre_enabled first, and therefore the bus is in a
    defined state.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dd1a9d0 View commit details
    Browse the repository at this point in the history