linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: linux-kernel@vger.kernel.org, marcelo@conectiva.com
Subject: PATCH: update intelfb
Date: Mon, 14 Jul 2003 13:27:35 +0100	[thread overview]
Message-ID: <200307141227.h6ECRZ8N030947@hraefn.swansea.linux.org.uk> (raw)

#ra1
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/intelfb.h linux.22-pre5-ac1/drivers/video/intel/intelfb.h
--- linux.22-pre5/drivers/video/intel/intelfb.h	2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/intelfb.h	2003-07-07 16:22:32.000000000 +0100
@@ -6,7 +6,7 @@
 
 
 /*** Version/name ***/
-#define INTELFB_VERSION			"0.7.5"
+#define INTELFB_VERSION			"0.7.7"
 #define INTELFB_MODULE_NAME		"intelfb"
 #define SUPPORTED_CHIPSETS		"830M/845G/852GM/855GM/865G"
 
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/intelfbhw.h linux.22-pre5-ac1/drivers/video/intel/intelfbhw.h
--- linux.22-pre5/drivers/video/intel/intelfbhw.h	2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/intelfbhw.h	2003-07-07 16:22:36.000000000 +0100
@@ -183,7 +183,7 @@
 #endif
 #define PALETTE_8_SIZE			(PALETTE_8_ENTRIES * 4)
 #define PALETTE_10_ENTRIES		128
-#define PALETTE_8_SIZE			(PALETTE_10_ENTRIES * 8)
+#define PALETTE_10_SIZE			(PALETTE_10_ENTRIES * 8)
 #define PALETTE_8_MASK			0xff
 #define PALETTE_8_RED_SHIFT		16
 #define PALETTE_8_GREEN_SHIFT		8
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/video/intel/Makefile linux.22-pre5-ac1/drivers/video/intel/Makefile
--- linux.22-pre5/drivers/video/intel/Makefile	2003-07-14 12:26:53.000000000 +0100
+++ linux.22-pre5-ac1/drivers/video/intel/Makefile	2003-07-07 16:57:43.000000000 +0100
@@ -3,6 +3,7 @@
 
 O_TARGET := intelfb.o
 
-obj-$(CONFIG_FB_INTEL)	+= intelfbdrv.o intelfbhw.o
+obj-y	:= intelfbdrv.o intelfbhw.o
+obj-m	:= $(O_TARGET)
 
 include $(TOPDIR)/Rules.make

                 reply	other threads:[~2003-07-14 14:04 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=200307141227.h6ECRZ8N030947@hraefn.swansea.linux.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).