drm/radeon: check that we have a clock before PLL setup
Partially fixes: https://bugzilla.kernel.org/show_bug.cgi?id=75211 Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
Родитель
aa4c8b36e5
Коммит
cde10122dc
|
@ -1901,6 +1901,9 @@ int atombios_crtc_mode_set(struct drm_crtc *crtc,
|
||||||
(ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))
|
(ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))
|
||||||
is_tvcv = true;
|
is_tvcv = true;
|
||||||
|
|
||||||
|
if (!radeon_crtc->adjusted_clock)
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
atombios_crtc_set_pll(crtc, adjusted_mode);
|
atombios_crtc_set_pll(crtc, adjusted_mode);
|
||||||
|
|
||||||
if (ASIC_IS_DCE4(rdev))
|
if (ASIC_IS_DCE4(rdev))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче