drivers:video:aty:radeon_base Fix typo occationally to occasionally
The below patch fixes a typo occationally to occasionally. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Родитель
bed7bddbb4
Коммит
83e61f71d7
|
@ -889,7 +889,7 @@ static void radeon_set_pll(struct drm_crtc *crtc, struct drm_display_mode *mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rdev->flags & RADEON_IS_MOBILITY) {
|
if (rdev->flags & RADEON_IS_MOBILITY) {
|
||||||
/* A temporal workaround for the occational blanking on certain laptop panels.
|
/* A temporal workaround for the occasional blanking on certain laptop panels.
|
||||||
This appears to related to the PLL divider registers (fail to lock?).
|
This appears to related to the PLL divider registers (fail to lock?).
|
||||||
It occurs even when all dividers are the same with their old settings.
|
It occurs even when all dividers are the same with their old settings.
|
||||||
In this case we really don't need to fiddle with PLL registers.
|
In this case we really don't need to fiddle with PLL registers.
|
||||||
|
|
|
@ -1248,7 +1248,7 @@ static void radeon_write_pll_regs(struct radeonfb_info *rinfo, struct radeon_reg
|
||||||
|
|
||||||
/* Workaround from XFree */
|
/* Workaround from XFree */
|
||||||
if (rinfo->is_mobility) {
|
if (rinfo->is_mobility) {
|
||||||
/* A temporal workaround for the occational blanking on certain laptop
|
/* A temporal workaround for the occasional blanking on certain laptop
|
||||||
* panels. This appears to related to the PLL divider registers
|
* panels. This appears to related to the PLL divider registers
|
||||||
* (fail to lock?). It occurs even when all dividers are the same
|
* (fail to lock?). It occurs even when all dividers are the same
|
||||||
* with their old settings. In this case we really don't need to
|
* with their old settings. In this case we really don't need to
|
||||||
|
|
Загрузка…
Ссылка в новой задаче