Home
last modified time | relevance | path

Searched refs:tv_conn_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1200 struct intel_tv_connector_state *tv_conn_state = in intel_tv_compute_config() local
1256 tv_conn_state->margins.top = top; in intel_tv_compute_config()
1257 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config()
1259 tv_conn_state->bypass_vfilter = true; in intel_tv_compute_config()
1270 tv_conn_state->bypass_vfilter = false; in intel_tv_compute_config()
1345 tv_conn_state->margins.top, in intel_tv_compute_config()
1346 tv_conn_state->margins.bottom); in intel_tv_compute_config()
1556 if (tv_conn_state->bypass_vfilter) in intel_tv_pre_enable()
1564 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable()
1567 ysize -= (tv_conn_state->margins.top + in intel_tv_pre_enable()
[all …]