Commit b1babe86 authored by Alvin Lee's avatar Alvin Lee Committed by Alex Deucher
Browse files

drm/amd/display: Add debug option for idle optimizations on cursor updates



For optimizations and debug purposes we added an option to exit idle
operations on cursor updates.

Acked-by: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarAlvin Lee <Alvin.Lee2@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3facca74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -868,6 +868,7 @@ static const struct dc_debug_options debug_defaults_drv = {
	},
	.use_max_lb = true,
	.force_disable_subvp = true,
	.exit_idle_opt_for_cursor_updates = true,
	.enable_single_display_2to1_odm_policy = true,
	.enable_dp_dig_pixel_rate_div_policy = 1,
};
+1 −0
Original line number Diff line number Diff line
@@ -869,6 +869,7 @@ static const struct dc_debug_options debug_defaults_drv = {
	},
	.use_max_lb = true,
	.force_disable_subvp = true,
	.exit_idle_opt_for_cursor_updates = true,
	.enable_single_display_2to1_odm_policy = true,
	.enable_dp_dig_pixel_rate_div_policy = 1,
};