forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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;