Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c69 bool is_dual_link; member
273 if (lvds_encoder->is_dual_link) in intel_pre_enable_lvds()
878 return encoder && to_lvds_encoder(&encoder->base)->is_dual_link; in intel_is_dual_link_lvds()
1137 lvds_encoder->is_dual_link = compute_is_dual_link_lvds(lvds_encoder); in intel_lvds_init()
1139 lvds_encoder->is_dual_link ? "dual" : "single"); in intel_lvds_init()
/dragonfly/sys/dev/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c43 bool is_dual_link) {} in virtual_stream_encoder_dvi_set_stream_attribute() argument
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h102 bool is_dual_link);
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c587 bool is_dual_link) in enc1_stream_encoder_dvi_set_stream_attribute() argument
594 cntl.signal = is_dual_link ? in enc1_stream_encoder_dvi_set_stream_attribute()
598 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in enc1_stream_encoder_dvi_set_stream_attribute()
H A Ddcn10_stream_encoder.h472 bool is_dual_link);
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c655 bool is_dual_link) in dce110_stream_encoder_dvi_set_stream_attribute() argument
662 cntl.signal = is_dual_link ? in dce110_stream_encoder_dvi_set_stream_attribute()
666 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in dce110_stream_encoder_dvi_set_stream_attribute()