+37
−41
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Switch from the "_ro" clock op variants to the mutable ones for all
video clocks. Also allow the clock consumer to fine-tune the clock
rates. This is achieved by stopping rate propagation for certain clocks
so we can manage the clocks similar to what the vendor driver does.
The vendor driver updates the following clocks:
- HDMI_PLL_DCO (also called hpll_clk_out)
- CLKID_HDMI_PLL_LVDS_OUT (also called lvds_od)
- CLKID_HDMI_PLL_HDMI_OUT (also called hdmi_od)
- CLKID_PLL_VID
- CLKID_VID_PLL_FINAL_DIV
- CLKID_HDMI_TX_PIXEL
- CLKID_CTS_ENCP
- CLKID_CTS_ENCI
- CLKID_CTS_ENCT
- CLKID_CTS_ENCL
- CLKID_CTS_VDAC0
Update the driver to now propagate changes from leafs up to these
clocks.
Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE