Searched refs:intel_mst (Results 1 – 1 of 1) sorted by relevance
453 intel_mst->connector = NULL; in intel_mst_post_disable_dp()494 intel_mst->connector = connector; in intel_mst_pre_enable_dp()599 *pipe = intel_mst->pipe; in intel_dp_mst_enc_get_hw_state()600 if (intel_mst->connector) in intel_dp_mst_enc_get_hw_state()784 kfree(intel_mst); in intel_dp_mst_encoder_destroy()891 intel_mst = kzalloc(sizeof(*intel_mst), GFP_KERNEL); in intel_dp_create_fake_mst_encoder()893 if (!intel_mst) in intel_dp_create_fake_mst_encoder()896 intel_mst->pipe = pipe; in intel_dp_create_fake_mst_encoder()897 intel_encoder = &intel_mst->base; in intel_dp_create_fake_mst_encoder()898 intel_mst->primary = dig_port; in intel_dp_create_fake_mst_encoder()[all …]
Completed in 5 milliseconds