drm/arm/komeda: Move pipeline prints to after the entire pipeline has been enabled
authorFaiz Abbas <faiz.abbas@arm.com>
Mon, 19 Feb 2024 10:09:14 +0000 (15:39 +0530)
committerLiviu Dudau <liviu.dudau@arm.com>
Fri, 10 May 2024 10:26:07 +0000 (11:26 +0100)
commit71b03802fe3b6e45e7b53db9e9c908fec714297c
treeb880553e03941fa6f97f6300945f33260189591b
parent9054c46d479b55768adae31031a1afa1b7d62228
drm/arm/komeda: Move pipeline prints to after the entire pipeline has been enabled

The komeda driver prints a pretty verbose log in komeda_pipeline_dump()
detailing the components of each of the two pipelines. This gets printed
multiple times during boot as komeda EPROBE_DEFERs waiting for the
remote bridge drivers to come up. Move this log to after this has
happened indicating that the printed pipeline is actually completely up.

Signed-off-by: Faiz Abbas <faiz.abbas@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219100915.192475-3-faiz.abbas@arm.com
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/display/komeda/komeda_crtc.c
drivers/gpu/drm/arm/display/komeda/komeda_kms.h
drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c