Searched refs:init_threshold (Results 1 – 1 of 1) sorted by relevance
1227 u8 init_threshold, vic; in dw_dp_video_enable() local1312 init_threshold = 32; in dw_dp_video_enable()1314 init_threshold = 12; in dw_dp_video_enable()1316 init_threshold = 3; in dw_dp_video_enable()1318 init_threshold = 16; in dw_dp_video_enable()1372 init_threshold = t1 * t2 * t3 / (1000 * 1000); in dw_dp_video_enable()1373 if (init_threshold <= 16 || average_bytes_per_tu < 10) in dw_dp_video_enable()1374 init_threshold = 40; in dw_dp_video_enable()1378 FIELD_PREP(INIT_THRESHOLD_HI, init_threshold >> 6) | in dw_dp_video_enable()1380 FIELD_PREP(INIT_THRESHOLD, init_threshold) | in dw_dp_video_enable()