From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 06 Apr 2011 17:59:46 +0000 Subject: Re: [PATCH 1/2] Support overriding fields FW tells us with the DMI data. Message-Id: <20110406175939.GC18426@linux-sh.org> List-Id: References: <1301582030-10607-2-git-send-email-pjones@redhat.com> In-Reply-To: <1301582030-10607-2-git-send-email-pjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Wed, Apr 06, 2011 at 01:31:03PM -0400, Peter Jones wrote: > On 04/06/2011 12:42 PM, Paul Mundt wrote: > >On Thu, Mar 31, 2011 at 10:33:49AM -0400, Peter Jones wrote: > >>Some machines apparently give us bogus linelength/stride/pitch data, so > >>we need to support letting the DMI table override the supplied data. > >> > >>I bet you can't guess whose machines I'm talking about. > >>--- > >> drivers/video/efifb.c | 149 > >> +++++++++++++++++++++++++++++-------------------- > >> 1 files changed, 88 insertions(+), 61 deletions(-) > >> > >You're missing a signed-off-by here but have one on 2/2, was this > >intended as an RFC? > > No, I meant to include it on each of them. I'll resend with those fixed. > Ok, I've applied them now, thanks.