Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
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()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch4668 + u8 bit_per_pix, tu_size_reg = TU_SIZE;
4692 + tu_size_reg += 2;
4693 + symbol = (u64) tu_size_reg * mode->clock * bit_per_pix;
4696 + if (tu_size_reg > 64) {
4704 + } while ((symbol <= 1) || (tu_size_reg - symbol < 4) ||
4707 + val = symbol + (tu_size_reg << 8);