Home
last modified time | relevance | path

Searched refs:init_threshold (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw-dp.c1229 u8 bpp = video->bpp, init_threshold, vic; in dw_dp_video_enable() local
1304 init_threshold = 32; in dw_dp_video_enable()
1307 init_threshold = 12; in dw_dp_video_enable()
1310 init_threshold = 3; in dw_dp_video_enable()
1312 init_threshold = 16; in dw_dp_video_enable()
1366 init_threshold = t1 * t2 * t3 / (1000 * 1000); in dw_dp_video_enable()
1367 if (init_threshold <= 16 || average_bytes_per_tu < 10) in dw_dp_video_enable()
1368 init_threshold = 40; in dw_dp_video_enable()
1372 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c2280 u8 bpp = video->bpp, init_threshold, vic; in dw_dp_video_enable() local
2355 init_threshold = 32; in dw_dp_video_enable()
2357 init_threshold = 12; in dw_dp_video_enable()
2359 init_threshold = 3; in dw_dp_video_enable()
2361 init_threshold = 16; in dw_dp_video_enable()
2415 init_threshold = t1 * t2 * t3 / (1000 * 1000); in dw_dp_video_enable()
2416 if (init_threshold <= 16 || average_bytes_per_tu < 10) in dw_dp_video_enable()
2417 init_threshold = 40; in dw_dp_video_enable()
2421 FIELD_PREP(INIT_THRESHOLD_HI, init_threshold >> 6) | in dw_dp_video_enable()
2423 FIELD_PREP(INIT_THRESHOLD, init_threshold) | in dw_dp_video_enable()