Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c1102 intel_mst->connector = NULL; in mst_stream_post_disable()
1191 intel_mst->connector = connector; in mst_stream_pre_enable()
1369 *pipe = intel_mst->pipe; in mst_stream_get_hw_state()
1370 if (intel_mst->connector) in mst_stream_get_hw_state()
1621 kfree(intel_mst); in mst_stream_encoder_destroy()
1814 intel_mst = kzalloc(sizeof(*intel_mst), GFP_KERNEL); in mst_stream_encoder_create()
1816 if (!intel_mst) in mst_stream_encoder_create()
1819 intel_mst->pipe = pipe; in mst_stream_encoder_create()
1820 encoder = &intel_mst->base; in mst_stream_encoder_create()
1821 intel_mst->primary = dig_port; in mst_stream_encoder_create()
[all …]