mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 10:34:22 -04:00
drm/amd/display: Remove programming outstanding updates for dcn35
[WHY&HOW] Programming outstanding updates is causing hangs on dcn35, so remove for now. Reviewed-by: Martin Leung <martin.leung@amd.com> Signed-off-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@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
eda7f2e9bb
commit
10ce17b7fb
@@ -123,7 +123,6 @@ static const struct hw_sequencer_funcs dcn35_funcs = {
|
||||
.root_clock_control = dcn35_root_clock_control,
|
||||
.set_long_vtotal = dcn35_set_long_vblank,
|
||||
.calculate_pix_rate_divider = dcn32_calculate_pix_rate_divider,
|
||||
.program_outstanding_updates = dcn32_program_outstanding_updates,
|
||||
};
|
||||
|
||||
static const struct hwseq_private_funcs dcn35_private_funcs = {
|
||||
|
||||
@@ -122,7 +122,6 @@ static const struct hw_sequencer_funcs dcn351_funcs = {
|
||||
.root_clock_control = dcn35_root_clock_control,
|
||||
.set_long_vtotal = dcn35_set_long_vblank,
|
||||
.calculate_pix_rate_divider = dcn32_calculate_pix_rate_divider,
|
||||
.program_outstanding_updates = dcn32_program_outstanding_updates,
|
||||
.setup_hpo_hw_control = dcn35_setup_hpo_hw_control,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user