* [PATCH] matroxfb: Fix problems with display stability
@ 2009-11-30 13:13 Alan Cox
2009-11-30 13:44 ` Pekka Enberg
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2009-11-30 13:13 UTC (permalink / raw)
To: akpm, linux-kernel
Regression caused in 2.6.23 and then despite repeated requests never fixed
or dealt with (Petr promised to sort it in 2008 but seems to have
forgotten).
Enough is enough - remove the problem line that was added. If it upsets
someone they've had two years to deal with it and at the very least it'll
rattle their cage and wake them up.
Closes-bug: http://bugzilla.kernel.org/show_bug.cgi?id=9709
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: <stable@kernel.org>
---
drivers/video/matrox/g450_pll.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/video/matrox/g450_pll.c b/drivers/video/matrox/g450_pll.c
index 09f6e04..c15f8a5 100644
--- a/drivers/video/matrox/g450_pll.c
+++ b/drivers/video/matrox/g450_pll.c
@@ -368,7 +368,8 @@ static int __g450_setclk(struct matrox_fb_info *minfo, unsigned int fout,
M1064_XDVICLKCTRL_C1DVICLKEN |
M1064_XDVICLKCTRL_DVILOOPCTL |
M1064_XDVICLKCTRL_P1LOOPBWDTCTL;
- matroxfb_DAC_out(minfo, M1064_XDVICLKCTRL, tmp);
+ /* Setting this breaks PC systems so don't do it */
+ /* matroxfb_DAC_out(minfo, M1064_XDVICLKCTRL, tmp); */
matroxfb_DAC_out(minfo, M1064_XPWRCTRL,
xpwrctrl);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] matroxfb: Fix problems with display stability
2009-11-30 13:13 [PATCH] matroxfb: Fix problems with display stability Alan Cox
@ 2009-11-30 13:44 ` Pekka Enberg
0 siblings, 0 replies; 2+ messages in thread
From: Pekka Enberg @ 2009-11-30 13:44 UTC (permalink / raw)
To: Alan Cox; +Cc: akpm, linux-kernel, rvm1974
Hi Alan,
On Mon, Nov 30, 2009 at 3:13 PM, Alan Cox <alan@linux.intel.com> wrote:
> Regression caused in 2.6.23 and then despite repeated requests never fixed
> or dealt with (Petr promised to sort it in 2008 but seems to have
> forgotten).
>
> Enough is enough - remove the problem line that was added. If it upsets
> someone they've had two years to deal with it and at the very least it'll
> rattle their cage and wake them up.
>
> Closes-bug: http://bugzilla.kernel.org/show_bug.cgi?id=9709
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> Cc: <stable@kernel.org>
We might as well ask for a Tested-by tag from Ruud (whom I've added to
CC) while we're at it.
> ---
>
> drivers/video/matrox/g450_pll.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> diff --git a/drivers/video/matrox/g450_pll.c b/drivers/video/matrox/g450_pll.c
> index 09f6e04..c15f8a5 100644
> --- a/drivers/video/matrox/g450_pll.c
> +++ b/drivers/video/matrox/g450_pll.c
> @@ -368,7 +368,8 @@ static int __g450_setclk(struct matrox_fb_info *minfo, unsigned int fout,
> M1064_XDVICLKCTRL_C1DVICLKEN |
> M1064_XDVICLKCTRL_DVILOOPCTL |
> M1064_XDVICLKCTRL_P1LOOPBWDTCTL;
> - matroxfb_DAC_out(minfo, M1064_XDVICLKCTRL, tmp);
> + /* Setting this breaks PC systems so don't do it */
> + /* matroxfb_DAC_out(minfo, M1064_XDVICLKCTRL, tmp); */
> matroxfb_DAC_out(minfo, M1064_XPWRCTRL,
> xpwrctrl);
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-30 13:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-30 13:13 [PATCH] matroxfb: Fix problems with display stability Alan Cox
2009-11-30 13:44 ` Pekka Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®