Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/rockchip/
Drk3066_hdmi.c55 unsigned int tmdsclk; member
96 ddc_bus_freq = (hdmi->tmdsclk >> 2) / HDMI_SCL_RATE; in rk3066_hdmi_i2c_init()
162 hdmi->tmdsclk = DEFAULT_PLLA_RATE; in rk3066_hdmi_set_power_mode()
294 if (hdmi->tmdsclk > 100000000) { in rk3066_hdmi_config_phy()
304 } else if (hdmi->tmdsclk > 50000000) { in rk3066_hdmi_config_phy()
343 hdmi->tmdsclk = mode->clock * 1000; in rk3066_hdmi_setup()