All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: adaplas@pol.net, adaplas@hotpop.com,
	linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH 8/10] fbdev: Allow core fb to be built as a module
Date: Mon, 7 Mar 2005 19:35:13 -0500	[thread overview]
Message-ID: <9e473391050307163553dbd88e@mail.gmail.com> (raw)
In-Reply-To: <20050307154355.2fd5094c.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

All of the hunks failed because the most of the patch had already been applied.
Here is the delta you need against 2.6.11 + x.bz2

Not sure if ppc will build since I don't have a machine to check it on.

-- 
Jon Smirl
jonsmirl@gmail.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fbmodfix.patch --]
[-- Type: text/x-diff; name="fbmodfix.patch", Size: 1604 bytes --]

===== drivers/video/Kconfig 1.75 vs edited =====
--- 1.75/drivers/video/Kconfig	2005-03-07 19:16:25 -05:00
+++ edited/drivers/video/Kconfig	2005-03-07 19:30:04 -05:00
@@ -753,6 +753,7 @@
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
 	select FB_SOFT_CURSOR
+	select FB_TILEBLITTING
 	---help---
 	  Say Y here if you have a Matrox Millennium, Matrox Millennium II,
 	  Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
===== drivers/video/Makefile 1.117 vs edited =====
--- 1.117/drivers/video/Makefile	2005-03-07 19:16:25 -05:00
+++ edited/drivers/video/Makefile	2005-03-07 19:30:33 -05:00
@@ -10,10 +10,6 @@
 
 obj-$(CONFIG_FB)                  += fb.o
 fb-y                              := fbmem.o fbmon.o fbcmap.o fbsysfs.o modedb.o
-ifneq ($(CONFIG_FB),n)
-fb-$(CONFIG_PPC)                  += macmodes.o
-# Only include macmodes.o if we have FB support and are PPC
-endif
 fb-objs                           := $(fb-y)
 
 obj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o
===== drivers/video/console/Makefile 1.19 vs edited =====
--- 1.19/drivers/video/console/Makefile	2004-10-19 05:40:21 -04:00
+++ edited/drivers/video/console/Makefile	2005-03-07 19:31:46 -05:00
@@ -25,7 +25,9 @@
 obj-$(CONFIG_VGA_CONSOLE)         += vgacon.o
 obj-$(CONFIG_MDA_CONSOLE)         += mdacon.o
 obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon.o bitblit.o font.o
-obj-$(CONFIG_FB_TILEBLITTING)     += tileblit.o
+ifeq ($(CONFIG_FB_TILEBLITTING),y)
+obj-$(CONFIG_FRAMEBUFFER_CONSOLE)     += tileblit.o
+endif
 
 obj-$(CONFIG_FB_STI)              += sticore.o
 

  parent reply	other threads:[~2005-03-08  0:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-06  0:16 [PATCH 8/10] fbdev: Allow core fb to be built as a module Antonino A. Daplas
2005-03-07  8:36 ` Andrew Morton
2005-03-07  9:39   ` Geert Uytterhoeven
2005-03-07 10:28 ` Andrew Morton
2005-03-07 18:20   ` Jon Smirl
2005-03-07 19:11   ` Jon Smirl
2005-03-07 23:43     ` Andrew Morton
2005-03-08  0:05       ` Jon Smirl
2005-03-08  0:39         ` Andrew Morton
2005-03-08  0:35       ` Jon Smirl [this message]
2005-03-08  0:48         ` Andrew Morton
2005-03-08  1:18           ` Randy.Dunlap
2005-03-08  1:47         ` Andrew Morton
2005-03-08  4:50           ` Jon Smirl
2005-03-08  4:58             ` Andrew Morton
2005-03-09  5:48               ` Antonino A. Daplas
2005-03-09  6:50                 ` Andrew Morton

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=9e473391050307163553dbd88e@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=adaplas@hotpop.com \
    --cc=adaplas@pol.net \
    --cc=akpm@osdl.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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.