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

Commit

Permalink
drm/atomic: Use general boosting for frame boost
Browse files Browse the repository at this point in the history
Signed-off-by: kdrag0n <dragon@khronodragon.com>
  • Loading branch information
kdrag0n committed Jan 27, 2019
1 parent 6588d52 commit 6f17085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/drm_atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ int drm_mode_atomic_ioctl(struct drm_device *dev,
#ifdef CONFIG_CPU_INPUT_BOOST
if (!(arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) &&
should_kick_frame_boost()) {
cpu_input_boost_kick();
cpu_input_boost_kick_general(64);
#ifdef CONFIG_DEVFREQ_BOOST
devfreq_boost_kick(DEVFREQ_MSM_CPUBW);
#endif
Expand Down

0 comments on commit 6f17085

Please sign in to comment.