All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Suardi <alessandro.suardi@oracle.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.9-rc1-bk5: CONFIG_FB_3DFX needs cfbfillrect and cfbcopyarea
Date: Sun, 29 Aug 2004 18:57:22 -0400	[thread overview]
Message-ID: <41325F52.3010006@oracle.com> (raw)

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

...otherwise build fails. Last kernel I built on my home machine was
  2.6.8-rc3-bk1, so I don't know where the issue was introduced. I ran
  a quick search and couldn't find any former reports.

Mini-patch attached.

--alessandro

  "I can tell by the lines on our faces / And the young can't understand
   That they look at me / When they look at themselves"
     (John Mellencamp, "Sweet Evening Breeze")

[-- Attachment #2: tdfx.diff --]
[-- Type: text/x-patch, Size: 827 bytes --]

--- linux/drivers/video/Makefile	2004-08-29 14:28:18.000000000 -0400
+++ linux/drivers/video/Makefile-3dfx	2004-08-29 16:06:10.000000000 -0400
@@ -34,7 +34,7 @@
 obj-$(CONFIG_FB_CYBER2000)        += cyber2000fb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
 obj-$(CONFIG_FB_GBE)              += gbefb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
 obj-$(CONFIG_FB_SGIVW)            += sgivwfb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
-obj-$(CONFIG_FB_3DFX)             += tdfxfb.o cfbimgblt.o
+obj-$(CONFIG_FB_3DFX)             += tdfxfb.o cfbimgblt.o cfbfillrect.o cfbcopyarea.o
 obj-$(CONFIG_FB_MAC)              += macfb.o macmodes.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o 
 obj-$(CONFIG_FB_HP300)            += hpfb.o cfbfillrect.o cfbimgblt.o
 obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o

                 reply	other threads:[~2004-08-29 16:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=41325F52.3010006@oracle.com \
    --to=alessandro.suardi@oracle.com \
    --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.