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

drm/amd/display: Properly reuse completion structure #236

Merged
merged 1 commit into from
Mar 8, 2023

Commits on Mar 8, 2023

  1. drm/amd/display: Properly reuse completion structure

    [Why]
    Connecting displays to TBT3 docks often produces invalid
    replies for DPIA AUX requests. It turns out the completion
    structure was not re-initialized before reusing it, resulting
    in immature wake up to completion.
    
    [How]
    Properly call reinit_completion() on reused completion structure.
    
    Cc: stable@vger.kernel.org
    
    Reviewed-by: Solomon Chiu <solomon.chiu@amd.com>
    Acked-by: Alan Liu <HaoPing.Liu@amd.com>
    Signed-off-by: Stylon Wang <stylon.wang@amd.com>
    Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Stylon Wang authored and 13r0ck committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9dff306 View commit details
    Browse the repository at this point in the history