Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
drivers/amlogic/display/vout: don't re-set user-defined framerate aft…
Browse files Browse the repository at this point in the history
…er video stop

Pausing video in Kodi triggers frame rate change to pre-playback rate and then
back to automatic frame rate with fr_policy set to 2. This makes kernel not switch
the framerate back.
  • Loading branch information
kszaq committed Feb 28, 2017
1 parent 7661a56 commit 84ad67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/display/vout/tv_vout.c
Expand Up @@ -1153,7 +1153,7 @@ static int tv_set_vframe_rate_end_hint(void)
fps_playing_flag = 0;
if (DOWN_HPLL == fine_tune_mode)
fine_tune_mode = UP_HPLL;
framerate_automation_set_mode(mode_by_user, END_HINT);
// framerate_automation_set_mode(mode_by_user, END_HINT);
fine_tune_mode = KEEP_HPLL;
fps_target_mode = VMODE_INIT_NULL;
mode_by_user = VMODE_INIT_NULL;
Expand Down

0 comments on commit 84ad67c

Please sign in to comment.