Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_tv.c1194 struct intel_tv_connector_state *tv_conn_state = in intel_tv_compute_config() local
1250 tv_conn_state->margins.top = top; in intel_tv_compute_config()
1251 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config()
1253 tv_conn_state->bypass_vfilter = true; in intel_tv_compute_config()
1261 tv_conn_state->margins.top = conn_state->tv.margins.top; in intel_tv_compute_config()
1262 tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1264 tv_conn_state->bypass_vfilter = false; in intel_tv_compute_config()
1339 tv_conn_state->margins.top, in intel_tv_compute_config()
1340 tv_conn_state->margins.bottom); in intel_tv_compute_config()
1439 const struct intel_tv_connector_state *tv_conn_state = in intel_tv_pre_enable() local
[all …]