Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1187 struct intel_tv_connector_state *tv_conn_state = in intel_tv_compute_config() local
1235 tv_conn_state->margins.top = top; in intel_tv_compute_config()
1236 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config()
1238 tv_conn_state->bypass_vfilter = true; in intel_tv_compute_config()
1246 tv_conn_state->margins.top = conn_state->tv.margins.top; in intel_tv_compute_config()
1247 tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1249 tv_conn_state->bypass_vfilter = false; in intel_tv_compute_config()
1324 tv_conn_state->margins.top, in intel_tv_compute_config()
1325 tv_conn_state->margins.bottom); in intel_tv_compute_config()
1424 const struct intel_tv_connector_state *tv_conn_state = in intel_tv_pre_enable() local
[all …]