From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Ronald Lembcke <es186@fen-net.de>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Re: PATCH: bugfix für RadeonFB (against 2.4.22-ac4, bug in 2.6.0-test9, too)
Date: Thu, 06 Nov 2003 18:14:59 +1100 [thread overview]
Message-ID: <1068102899.12704.196.camel@gaston> (raw)
In-Reply-To: <20031105225724.GA21030@defiant.crash>
> The first patch is a bugfix in radeonfb.
> The bug is in 2.6.0-test9, too. The second red should be blue.
>
> --- linux-2.4.22-ac4/drivers/video/radeonfb.c 2003-11-05 19:47:16.000000000 +0100
> +++ linux-2.4.22-ac4_patched/drivers/video/radeonfb.c 2003-11-05 22:08:39.000000000 +0100
> @@ -2362,7 +2362,7 @@
> disp->visual = FB_VISUAL_DIRECTCOLOR;
> v.red.offset = 10;
> v.green.offset = 5;
> - v.red.offset = 0;
> + v.blue.offset = 0;
> v.red.length = v.green.length = v.blue.length = 5;
> v.transp.offset = v.transp.length = 0;
> break;
Thanks. Applied to my tree.
Ben.
next prev parent reply other threads:[~2003-11-06 7:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-05 22:57 PATCH: bugfix für RadeonFB (against 2.4.22-ac4, bug in 2.6.0-test9, too) Ronald Lembcke
2003-11-06 7:14 ` Benjamin Herrenschmidt [this message]
2003-11-19 9:50 ` Geert Uytterhoeven
2003-11-19 11:50 ` Ronald Lembcke
2003-11-19 11:57 ` Geert Uytterhoeven
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=1068102899.12704.196.camel@gaston \
--to=benh@kernel.crashing.org \
--cc=es186@fen-net.de \
--cc=linux-kernel@vger.kernel.org \
/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.