Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
drm/bridge: synopsys: Fix the problem that HDMI sound card is not rec…
Browse files Browse the repository at this point in the history
…ognized when booting (torvalds#109)

Signed-off-by: Feng Zhang <feng@radxa.com>
  • Loading branch information
vamrs-feng authored and RadxaStephen committed Jul 3, 2023
1 parent a56de29 commit 27984f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,8 @@ dw_hdmi_connector_detect(struct drm_connector *connector, bool force)
result = connector_status_disconnected;
}

hdmi->last_connector_result = result;

return result;
}

Expand Down

0 comments on commit 27984f4

Please sign in to comment.