forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/gpu/drm/tegra/sor.c
....@@ -1153,7 +1153,7 @@
11531153 struct drm_dp_link *link)
11541154 {
11551155 const u64 f = 100000, link_rate = link->rate * 1000;
1156
- const u64 pclk = mode->clock * 1000;
1156
+ const u64 pclk = (u64)mode->clock * 1000;
11571157 u64 input, output, watermark, num;
11581158 struct tegra_sor_params params;
11591159 u32 num_syms_per_line;