The function is_rockchip isn't used any more now that phy reset
operation is performed based on detected phy type.
Change-Id: I58e7a222bc1e1578f0d5d2fcd884b17171fb9601
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
unsigned long mpixelclock);
};
-static inline bool is_rockchip(enum dw_hdmi_devtype dev_type)
-{
- switch (dev_type) {
- case RK3288_HDMI:
- case RK3368_HDMI:
- case RK3399_HDMI:
- return true;
- default:
- return false;
- }
-}
-
void dw_hdmi_unbind(struct device *dev, struct device *master, void *data);
int dw_hdmi_bind(struct device *dev, struct device *master,
void *data, struct drm_encoder *encoder,