return 0;
}
-int hdmi_phy_init(state_struct *state, struct drm_display_mode *mode, int format, int color_depth)
+int hdmi_phy_init_ss28fdsoi(state_struct *state, struct drm_display_mode *mode, int format, int color_depth)
{
struct imx_hdp *hdp = state_to_imx_hdp(state);
int ret;
return true;
}
-void hdmi_mode_set(state_struct *state, struct drm_display_mode *mode, int format, int color_depth, int temp)
+void hdmi_mode_set_ss28fdsoi(state_struct *state, struct drm_display_mode *mode, int format, int color_depth, int temp)
{
int ret;
void hdmi_fw_load(state_struct *state);
int hdmi_fw_init(state_struct *state);
-int hdmi_phy_init(state_struct *state, struct drm_display_mode *mode, int format, int color_depth);
-void hdmi_mode_set(state_struct *state, struct drm_display_mode *mode, int format, int color_depth, int temp);
+int hdmi_phy_init_ss28fdsoi(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth);
+void hdmi_mode_set_ss28fdsoi(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth, int temp);
+int hdmi_phy_init_t28hpc(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth);
+void hdmi_mode_set_t28hpc(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth, int temp);
int hdmi_get_edid_block(void *data, u8 *buf, u32 block, size_t len);
int hdmi_get_hpd_state(state_struct *state, u8 *hpd);
-int hdmi_phy_init_t28hpc(state_struct *state, struct drm_display_mode *mode, int format, int color_depth);
-void hdmi_mode_set_t28hpc(state_struct *state, struct drm_display_mode *mode, int format, int color_depth, int temp);
int hdmi_write_hdr_metadata(state_struct *state,
union hdmi_infoframe *hdr_infoframe);
.fw_load = hdmi_fw_load,
#endif
.fw_init = hdmi_fw_init,
- .phy_init = hdmi_phy_init,
- .mode_set = hdmi_mode_set,
+ .phy_init = hdmi_phy_init_ss28fdsoi,
+ .mode_set = hdmi_mode_set_ss28fdsoi,
.get_edid_block = hdmi_get_edid_block,
.get_hpd_state = hdmi_get_hpd_state,