Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c67 bool is_dual_link; member
264 if (lvds_encoder->is_dual_link) in intel_pre_enable_lvds()
771 return encoder && to_lvds_encoder(&encoder->base)->is_dual_link; in intel_is_dual_link_lvds()
993 lvds_encoder->is_dual_link = compute_is_dual_link_lvds(lvds_encoder); in intel_lvds_init()
995 lvds_encoder->is_dual_link ? "dual" : "single"); in intel_lvds_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c490 bool is_dual_link) in enc3_stream_encoder_dvi_set_stream_attribute() argument
499 cntl.signal = is_dual_link ? in enc3_stream_encoder_dvi_set_stream_attribute()
503 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in enc3_stream_encoder_dvi_set_stream_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c47 bool is_dual_link) {} in virtual_stream_encoder_dvi_set_stream_attribute() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h140 bool is_dual_link);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c600 bool is_dual_link) in enc1_stream_encoder_dvi_set_stream_attribute() argument
607 cntl.signal = is_dual_link ? in enc1_stream_encoder_dvi_set_stream_attribute()
611 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.h589 bool is_dual_link);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c670 bool is_dual_link) in dce110_stream_encoder_dvi_set_stream_attribute() argument
677 cntl.signal = is_dual_link ? in dce110_stream_encoder_dvi_set_stream_attribute()
681 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in dce110_stream_encoder_dvi_set_stream_attribute()