mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
drm/amd/display: Enable committing subvp config
[Why and How] Enable committing subvp config through DMCUB for DCN32 Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
deed8ec482
commit
6e602264b9
@@ -453,7 +453,6 @@ bool dcn32_apply_idle_power_optimizations(struct dc *dc, bool enable)
|
||||
*/
|
||||
void dcn32_commit_subvp_config(struct dc *dc, struct dc_state *context)
|
||||
{
|
||||
/*
|
||||
int i;
|
||||
bool enable_subvp = false;
|
||||
|
||||
@@ -471,7 +470,6 @@ void dcn32_commit_subvp_config(struct dc *dc, struct dc_state *context)
|
||||
}
|
||||
}
|
||||
dc_dmub_setup_subvp_dmub_command(dc, context, enable_subvp);
|
||||
*/
|
||||
}
|
||||
|
||||
/* Sub-Viewport DMUB lock needs to be acquired by driver whenever SubVP is active and:
|
||||
|
||||
Reference in New Issue
Block a user