mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00: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:
parent
dd3f348f00
commit
7160c74cd0
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue