Searched refs:init_threshold (Results 1 – 1 of 1) sorted by relevance
1240 u8 bpp = video->bpp, init_threshold, vic; in dw_dp_video_enable() local1315 init_threshold = 32; in dw_dp_video_enable()1318 init_threshold = 12; in dw_dp_video_enable()1321 init_threshold = 3; in dw_dp_video_enable()1323 init_threshold = 16; in dw_dp_video_enable()1377 init_threshold = t1 * t2 * t3 / (1000 * 1000); in dw_dp_video_enable()1378 if (init_threshold <= 16 || average_bytes_per_tu < 10) in dw_dp_video_enable()1379 init_threshold = 40; in dw_dp_video_enable()1383 FIELD_PREP(INIT_THRESHOLD_HI, init_threshold >> 6) | in dw_dp_video_enable()1386 FIELD_PREP(INIT_THRESHOLD, init_threshold) | in dw_dp_video_enable()