Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_dp_types.h36 LANE_COUNT_EIGHT = 8, enumerator
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c598 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in enc1_stream_encoder_dvi_set_stream_attribute()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c666 cntl.lanes_number = (is_dual_link) ? LANE_COUNT_EIGHT : LANE_COUNT_FOUR; in dce110_stream_encoder_dvi_set_stream_attribute()