Searched refs:init_threshold (Results 1 – 1 of 1) sorted by relevance
1222 u8 init_threshold, vic; in dw_dp_video_enable() local1307 init_threshold = 32; in dw_dp_video_enable()1309 init_threshold = 12; in dw_dp_video_enable()1311 init_threshold = 3; in dw_dp_video_enable()1313 init_threshold = 16; in dw_dp_video_enable()1367 init_threshold = t1 * t2 * t3 / (1000 * 1000); in dw_dp_video_enable()1368 if (init_threshold <= 16 || average_bytes_per_tu < 10) in dw_dp_video_enable()1369 init_threshold = 40; in dw_dp_video_enable()1373 FIELD_PREP(INIT_THRESHOLD_HI, init_threshold >> 6) | in dw_dp_video_enable()1375 FIELD_PREP(INIT_THRESHOLD, init_threshold) | in dw_dp_video_enable()