Searched refs:video_start (Results 1 – 13 of 13) sorted by relevance
638 u32 dsiclk, dsibclk, video_start; in tc358768_bridge_pre_enable() local673 video_start = (mode->htotal - mode->hsync_start) * 3; in tc358768_bridge_pre_enable()679 video_start = (mode->htotal - mode->hsync_start) * 3; in tc358768_bridge_pre_enable()686 video_start = (mode->htotal - mode->hsync_start) * 18 / 8; in tc358768_bridge_pre_enable()693 video_start = (mode->htotal - mode->hsync_start) * 2; in tc358768_bridge_pre_enable()704 video_start = max(video_start, internal_delay + 1) - internal_delay; in tc358768_bridge_pre_enable()705 tc358768_write(priv, TC358768_VSDLY, video_start); in tc358768_bridge_pre_enable()
37 unsigned int video_start; /* start of video RAM */ member
116 .video_start = 0x000a0000,
763 .video_start = 0x000a0000,
58 desc->video_start = 0x02000000; in parse_tag_acorn()
113 bool video_start; member
2019 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()2041 pi->video_start || (rdev->pm.dpm.new_active_crtc_count >= 3) || in kv_apply_state_adjust_rules()2100 (rdev->pm.dpm.new_active_crtc_count >= 3) || pi->video_start); in kv_calculate_nbps_level_settings()
139 bool video_start; member
2288 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()2310 pi->video_start || (adev->pm.dpm.new_active_crtc_count >= 3) || in kv_apply_state_adjust_rules()2369 (adev->pm.dpm.new_active_crtc_count >= 3) || pi->video_start); in kv_calculate_nbps_level_settings()
223 bool video_start; member
237 bool video_start; member
906 if (mdesc->video_start) { in request_standard_resources()907 video_ram.start = mdesc->video_start; in request_standard_resources()
267 video_start(struct ia_css_pipe *pipe);4495 err = video_start(pipe); in sh_css_pipe_start()4521 err = video_start(stream->pipes[i]); in sh_css_pipe_start()5210 static int video_start(struct ia_css_pipe *pipe) in video_start() function