Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c636 u8 bit_per_pix, tu_size_reg = TU_SIZE; in cdn_dp_config_video() local
660 tu_size_reg += 2; in cdn_dp_config_video()
661 symbol = (u64)tu_size_reg * mode->clock * bit_per_pix; in cdn_dp_config_video()
664 if (tu_size_reg > 64) { in cdn_dp_config_video()
671 } while ((symbol <= 1) || (tu_size_reg - symbol < 4) || in cdn_dp_config_video()
674 val = symbol + (tu_size_reg << 8); in cdn_dp_config_video()