Searched refs:hdmi_reg_writev (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_hdmi.c | 686 static inline void hdmi_reg_writev(struct hdmi_context *hdata, u32 reg_id, in hdmi_reg_writev() function 1044 hdmi_reg_writev(hdata, HDMI_ACR_N0, 3, n); in hdmi_reg_acr() 1045 hdmi_reg_writev(hdata, HDMI_ACR_MCTS0, 3, cts); in hdmi_reg_acr() 1046 hdmi_reg_writev(hdata, HDMI_ACR_CTS0, 3, cts); in hdmi_reg_acr() 1206 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay); in hdmi_v13_mode_apply() 1207 hdmi_reg_writev(hdata, HDMI_V13_H_V_LINE_0, 3, in hdmi_v13_mode_apply() 1211 hdmi_reg_writev(hdata, HDMI_VSYNC_POL, 1, val); in hdmi_v13_mode_apply() 1214 hdmi_reg_writev(hdata, HDMI_INT_PRO_MODE, 1, val); in hdmi_v13_mode_apply() 1219 hdmi_reg_writev(hdata, HDMI_V13_H_SYNC_GEN_0, 3, val); in hdmi_v13_mode_apply() 1231 hdmi_reg_writev(hdata, HDMI_V13_V_SYNC_GEN_1_0, 3, val); in hdmi_v13_mode_apply() [all …]
|