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

Fixes: driver/gpu/drm/bridge adv7511_drv.c determines EDID read success when the DDC communication error #22

Open
wants to merge 1 commit into
base: lf-6.6.y
Choose a base branch
from

Commits on Sep 2, 2024

  1. Fixes the issue adv7511_drv.c determines EDID read successfully when …

    …the DDC communication error has occurred.
    
    HDCP_ERROR_INT means HDCP/DDC controller error occurred, it does not
    mean EDID read success. However, the current implementation determines
    both ADV7511_INT0_EDID_READY and ADV7511_INT1_DDC_ERROR are EDID read
    successfully. ADV7511_INT1_DDC_ERROR should be handled as EDID read
    failed or EDID read timeout. The EDID read timeout sequence is already
    implemented in the adv7511_wait_for_edid(), so it is safe to ignore
    DDC_ERROR.
    ymh-ryutaro1-okada committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3e6378c View commit details
    Browse the repository at this point in the history