Skip to content

Commit e96c2fa

Browse files
committed
drm/rcar-du: dw-hdmi: use connector on mode_valid
1 parent fa57882 commit e96c2fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ static const struct rcar_hdmi_phy_params rcar_hdmi_phy_params[] = {
3838
};
3939

4040
static enum drm_mode_status
41-
rcar_hdmi_mode_valid(struct dw_hdmi *hdmi, void *data,
41+
rcar_hdmi_mode_valid(struct drm_connector *connector,
42+
void *data,
4243
const struct drm_display_info *info,
4344
const struct drm_display_mode *mode)
4445
{

0 commit comments

Comments
 (0)