Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dp_mst.c174 intel_mst->connector = NULL; in intel_mst_post_disable_dp()
200 intel_mst->connector = connector; in intel_mst_pre_enable_dp()
257 *pipe = intel_mst->pipe; in intel_dp_mst_enc_get_hw_state()
258 if (intel_mst->connector) in intel_dp_mst_enc_get_hw_state()
434 kfree(intel_mst); in intel_dp_mst_encoder_destroy()
559 intel_mst = kzalloc(sizeof(*intel_mst), GFP_KERNEL); in intel_dp_create_fake_mst_encoder()
561 if (!intel_mst) in intel_dp_create_fake_mst_encoder()
564 intel_mst->pipe = pipe; in intel_dp_create_fake_mst_encoder()
565 intel_encoder = &intel_mst->base; in intel_dp_create_fake_mst_encoder()
566 intel_mst->primary = intel_dig_port; in intel_dp_create_fake_mst_encoder()
[all …]
H A Dintel_dpll_mgr.c1832 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in bxt_get_dpll() local
1834 intel_dig_port = intel_mst->primary; in bxt_get_dpll()