kernel/drivers/gpu/drm/bridge/adv7511/adv7511.h
.. .. @@ -394,7 +394,8 @@ 394 394 395 395 void adv7533_dsi_power_on(struct adv7511 *adv); 396 396 void adv7533_dsi_power_off(struct adv7511 *adv); 397 -void adv7533_mode_set(struct adv7511 *adv, const struct drm_display_mode *mode);397 +enum drm_mode_status adv7533_mode_valid(struct adv7511 *adv,398 + const struct drm_display_mode *mode);398 399 int adv7533_patch_registers(struct adv7511 *adv); 399 400 int adv7533_patch_cec_registers(struct adv7511 *adv); 400 401 int adv7533_attach_dsi(struct adv7511 *adv);