Skip to content

Commit e8097cf

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Add missing program DET segment call to pipe init
Add a callback that program the DET segment when initializing pipes. Acked-by: Tom Chung <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Wayne Lin <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit e1dbe62)
1 parent 07cd40a commit e8097cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,8 @@ void dcn10_init_pipes(struct dc *dc, struct dc_state *context)
14021402
if (hubbub && hubp) {
14031403
if (hubbub->funcs->program_det_size)
14041404
hubbub->funcs->program_det_size(hubbub, hubp->inst, 0);
1405+
if (hubbub->funcs->program_det_segments)
1406+
hubbub->funcs->program_det_segments(hubbub, hubp->inst, 0);
14051407
}
14061408
}
14071409

0 commit comments

Comments
 (0)