Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
drm/atomic: Disable DRM_FRAME_BOOST_TIMEOUT by default
Browse files Browse the repository at this point in the history
Inline with cpu_input_boost and disable all frame boost configs by default.

Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
0ctobot committed May 19, 2019
1 parent 1194dd6 commit 88f4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ endif # DRM_LEGACY
config DRM_FRAME_BOOST_TIMEOUT
int "Post-input frame boost timeout"
depends on CPU_INPUT_BOOST
default "3250"
default "0"
help
The timeout in milliseconds during which we boost the CPU and DDR bus
when a new frame is committed to a DRM display, counting from when the
Expand Down

0 comments on commit 88f4923

Please sign in to comment.