mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 19:44:51 -04:00
drm/amd/display: Log clock source in error condition
Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
dd3f348f00
commit
7160c74cd0
@@ -187,6 +187,7 @@ void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
|
||||
REG_UPDATE(PHYPLL_PIXEL_RATE_CNTL[tg_inst],
|
||||
PIXEL_RATE_PLL_SOURCE, 1);
|
||||
} else {
|
||||
DC_ERR("unknown clock source");
|
||||
DC_ERR("Unknown clock source. clk_src id: %d, TG_inst: %d",
|
||||
clk_src->id, tg_inst);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user