Searched refs:tvout_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 152 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write() function 178 tvout_write(tvout, val, reg); in tvout_vip_set_color_order() 194 tvout_write(tvout, val, reg); in tvout_vip_set_clip_mode() 210 tvout_write(tvout, val, reg); in tvout_vip_set_rnd() 251 tvout_write(tvout, val, reg); in tvout_vip_set_sel_input() 268 tvout_write(tvout, val, reg); in tvout_vip_set_in_vid_fmt() 293 tvout_write(tvout, val, TVO_DVO_SYNC_SEL); in tvout_dvo_start() 301 tvout_write(tvout, val, TVO_DVO_SYNC_SEL); in tvout_dvo_start() 349 tvout_write(tvout, TVO_SYNC_MAIN_VTG_SET_1, TVO_HDMI_SYNC_SEL); in tvout_hdmi_start() 354 tvout_write(tvout, TVO_SYNC_AUX_VTG_SET_1, TVO_HDMI_SYNC_SEL); in tvout_hdmi_start() [all …]
|