|
@@ -339,6 +339,7 @@ struct adv7511 {
|
|
|
#ifdef CONFIG_DRM_I2C_ADV7533
|
|
|
void adv7533_dsi_power_on(struct adv7511 *adv);
|
|
|
void adv7533_dsi_power_off(struct adv7511 *adv);
|
|
|
+void adv7533_mode_set(struct adv7511 *adv, struct drm_display_mode *mode);
|
|
|
int adv7533_patch_registers(struct adv7511 *adv);
|
|
|
void adv7533_uninit_cec(struct adv7511 *adv);
|
|
|
int adv7533_init_cec(struct adv7511 *adv);
|
|
@@ -354,6 +355,11 @@ static inline void adv7533_dsi_power_off(struct adv7511 *adv)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+static inline void adv7533_mode_set(struct adv7511 *adv,
|
|
|
+ struct drm_display_mode *mode)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
static inline int adv7533_patch_registers(struct adv7511 *adv)
|
|
|
{
|
|
|
return -ENODEV;
|