Skip to content

Commit fc3888f

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
drm/amd/display: remove incorrect early return
[Why&How] Remove incorrect early return in a device specific fifo reset workaround Reviewed-by: Leo Li <sunpeng.li@amd.com> Reviewed-by: Qingqing Zhuo <qingqing.zhuo@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>
1 parent dd24662 commit fc3888f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ static void apply_synaptics_fifo_reset_wa(struct drm_dp_aux *aux)
687687
return;
688688

689689
data[0] |= (1 << 1); // set bit 1 to 1
690-
return;
691690

692691
if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
693692
return;

0 commit comments

Comments
 (0)