Loading drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ static void dpu_encoder_phys_cmd_tearcheck_config( * vsync_count is ratio of MDP VSYNC clock frequency to LCD panel * frequency divided by the no. of rows (lines) in the LCDpanel. */ vsync_hz = dpu_kms_get_clk_rate(dpu_kms, "vsync"); vsync_hz = dpu_kms_get_clk_rate(dpu_kms, "vsync_clk"); if (vsync_hz <= 0) { DPU_DEBUG_CMDENC(cmd_enc, "invalid - vsync_hz %u\n", vsync_hz); Loading Loading
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ static void dpu_encoder_phys_cmd_tearcheck_config( * vsync_count is ratio of MDP VSYNC clock frequency to LCD panel * frequency divided by the no. of rows (lines) in the LCDpanel. */ vsync_hz = dpu_kms_get_clk_rate(dpu_kms, "vsync"); vsync_hz = dpu_kms_get_clk_rate(dpu_kms, "vsync_clk"); if (vsync_hz <= 0) { DPU_DEBUG_CMDENC(cmd_enc, "invalid - vsync_hz %u\n", vsync_hz); Loading