Skip to content

Commit

Permalink
drm/rcar-du: dw-hdmi: use connector on mode_valid
Browse files Browse the repository at this point in the history
  • Loading branch information
scpcom committed Oct 27, 2022
1 parent fa57882 commit e96c2fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ static const struct rcar_hdmi_phy_params rcar_hdmi_phy_params[] = {
};

static enum drm_mode_status
rcar_hdmi_mode_valid(struct dw_hdmi *hdmi, void *data,
rcar_hdmi_mode_valid(struct drm_connector *connector,
void *data,
const struct drm_display_info *info,
const struct drm_display_mode *mode)
{
Expand Down

0 comments on commit e96c2fa

Please sign in to comment.