Searched refs:intel_mst (Results 1 – 1 of 1) sorted by relevance
610 intel_mst->connector = NULL; in intel_mst_post_disable_dp()653 intel_mst->connector = connector; in intel_mst_pre_enable_dp()759 *pipe = intel_mst->pipe; in intel_dp_mst_enc_get_hw_state()760 if (intel_mst->connector) in intel_dp_mst_enc_get_hw_state()990 kfree(intel_mst); in intel_dp_mst_encoder_destroy()1112 intel_mst = kzalloc(sizeof(*intel_mst), GFP_KERNEL); in intel_dp_create_fake_mst_encoder()1114 if (!intel_mst) in intel_dp_create_fake_mst_encoder()1117 intel_mst->pipe = pipe; in intel_dp_create_fake_mst_encoder()1118 intel_encoder = &intel_mst->base; in intel_dp_create_fake_mst_encoder()1119 intel_mst->primary = dig_port; in intel_dp_create_fake_mst_encoder()[all …]
Completed in 5 milliseconds