From: "Jordan Crouse" <jordan.crouse@amd.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: linux-info@geode.amd.com, linux-kernel@vger.kernel.org,
tibor.osztodi@bbraun.com
Subject: Re: Use the correct MSR number for panel support
Date: Tue, 30 Oct 2007 15:33:23 -0600 [thread overview]
Message-ID: <20071030213323.GE14814@cosmic.amd.com> (raw)
In-Reply-To: <472674B0.9080001@zytor.com>
On 29/10/07 17:02 -0700, H. Peter Anvin wrote:
> Jordan Crouse wrote:
> > From: Jordan Crouse <jordan.crouse@amd.com>
> >
> > A relatively recent version of the Geode LX datasheet listed the wrong
> > address for one of the MSRs that controls TFT panels, resulting in
> > breakage. This patch corrects the MSR address.
> >
> > Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
> > ---
> >
> > drivers/video/geode/lxfb.h | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/video/geode/lxfb.h b/drivers/video/geode/lxfb.h
> > index 6c227f9..ca13c48 100644
> > --- a/drivers/video/geode/lxfb.h
> > +++ b/drivers/video/geode/lxfb.h
> > @@ -33,7 +33,7 @@ void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int,
> >
> > #define MSR_LX_GLD_CONFIG 0x48002001
> > #define MSR_LX_GLCP_DOTPLL 0x4c000015
> > -#define MSR_LX_DF_PADSEL 0x48000011
> > +#define MSR_LX_DF_PADSEL 0x48002011
> > #define MSR_LX_DC_SPARE 0x80000011
> > #define MSR_LX_DF_GLCONFIG 0x48002001
> >
>
> Please put MSR indicies in <asm-x86/msr-index.h> and/or a separate
> include file.
The Geode has zillions upon zillions of MSRs (all of them being Geode
specific), so putting them in asm-x86/msr-index.h would be a bad idea
for both you and me. But tossing them into a asm-x86/geode-msr.h file
would be good for 2.6.25. I'll get working on that.
In the mean time, this particular #define is already in the tree, and this
patch fixes serious breakage, so I would really like to see it hit 2.6.24,
if we can.
Jordan
--
Jordan Crouse
Systems Software Development Engineer
Advanced Micro Devices, Inc.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
WARNING: multiple messages have this Message-ID (diff)
From: "Jordan Crouse" <jordan.crouse@amd.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: linux-info@geode.amd.com, linux-kernel@vger.kernel.org,
tibor.osztodi@bbraun.com
Subject: Re: Use the correct MSR number for panel support
Date: Tue, 30 Oct 2007 15:33:23 -0600 [thread overview]
Message-ID: <20071030213323.GE14814@cosmic.amd.com> (raw)
In-Reply-To: <472674B0.9080001@zytor.com>
On 29/10/07 17:02 -0700, H. Peter Anvin wrote:
> Jordan Crouse wrote:
> > From: Jordan Crouse <jordan.crouse@amd.com>
> >
> > A relatively recent version of the Geode LX datasheet listed the wrong
> > address for one of the MSRs that controls TFT panels, resulting in
> > breakage. This patch corrects the MSR address.
> >
> > Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
> > ---
> >
> > drivers/video/geode/lxfb.h | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/video/geode/lxfb.h b/drivers/video/geode/lxfb.h
> > index 6c227f9..ca13c48 100644
> > --- a/drivers/video/geode/lxfb.h
> > +++ b/drivers/video/geode/lxfb.h
> > @@ -33,7 +33,7 @@ void lx_set_palette_reg(struct fb_info *, unsigned int, unsigned int,
> >
> > #define MSR_LX_GLD_CONFIG 0x48002001
> > #define MSR_LX_GLCP_DOTPLL 0x4c000015
> > -#define MSR_LX_DF_PADSEL 0x48000011
> > +#define MSR_LX_DF_PADSEL 0x48002011
> > #define MSR_LX_DC_SPARE 0x80000011
> > #define MSR_LX_DF_GLCONFIG 0x48002001
> >
>
> Please put MSR indicies in <asm-x86/msr-index.h> and/or a separate
> include file.
The Geode has zillions upon zillions of MSRs (all of them being Geode
specific), so putting them in asm-x86/msr-index.h would be a bad idea
for both you and me. But tossing them into a asm-x86/geode-msr.h file
would be good for 2.6.25. I'll get working on that.
In the mean time, this particular #define is already in the tree, and this
patch fixes serious breakage, so I would really like to see it hit 2.6.24,
if we can.
Jordan
--
Jordan Crouse
Systems Software Development Engineer
Advanced Micro Devices, Inc.
next prev parent reply other threads:[~2007-10-30 21:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-26 14:53 [PATCH] [LXFB] Use the correct MSR number for panel support Jordan Crouse
2007-10-30 0:02 ` H. Peter Anvin
2007-10-30 21:33 ` Jordan Crouse [this message]
2007-10-30 21:33 ` Jordan Crouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071030213323.GE14814@cosmic.amd.com \
--to=jordan.crouse@amd.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-info@geode.amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tibor.osztodi@bbraun.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.