drm/amd/display: change FIFO reset condition to embedded display only
[Why] FIFO reset is only necessary for fast boot sequence, where otg is disabled and dig fe is enabled when changing dispclk. Fast boot is only enabled on embedded displays. [How] Change FIFO reset condition to "embedded display only". Signed-off-by: Zhan Liu <zhan.liu@amd.com> Reviewed-by: Charlene Liu <charlene.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
		
							parent
							
								
									f548f4291e
								
							
						
					
					
						commit
						6d1d72fb4f
					
				| @ -1608,7 +1608,7 @@ static enum dc_status apply_single_controller_ctx_to_hw( | ||||
| 			pipe_ctx->stream_res.stream_enc, | ||||
| 			pipe_ctx->stream_res.tg->inst); | ||||
| 
 | ||||
| 	if (dc_is_dp_signal(pipe_ctx->stream->signal) && | ||||
| 	if (dc_is_embedded_signal(pipe_ctx->stream->signal) && | ||||
| 		pipe_ctx->stream_res.stream_enc->funcs->reset_fifo) | ||||
| 		pipe_ctx->stream_res.stream_enc->funcs->reset_fifo( | ||||
| 			pipe_ctx->stream_res.stream_enc); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user