We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa57882 commit e96c2faCopy full SHA for e96c2fa
drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
@@ -38,7 +38,8 @@ static const struct rcar_hdmi_phy_params rcar_hdmi_phy_params[] = {
38
};
39
40
static enum drm_mode_status
41
-rcar_hdmi_mode_valid(struct dw_hdmi *hdmi, void *data,
+rcar_hdmi_mode_valid(struct drm_connector *connector,
42
+ void *data,
43
const struct drm_display_info *info,
44
const struct drm_display_mode *mode)
45
{
0 commit comments