public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] radeonfb for kernel-2.4.18-pre1
@ 2002-01-17  3:54 reddog83
  2002-01-17  7:37 ` Michael Clark
  2002-01-17 13:10 ` [PATCH] radeonfb for kernel-2.4.18-pre1 Jordan Breeding
  0 siblings, 2 replies; 5+ messages in thread
From: reddog83 @ 2002-01-17  3:54 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

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

Hi this patch fix's up the compiling issue with the Radeon Frame Buffer 
driver. With this patch it should compile. I checked all over the LKML and 
there has ben acouple of people who have sent the same patch in but have not 
been acknowledged. Please apply this patch. Or Alan would you please include 
this patch in your next ac release if you do have one? 
Thank you Victor

[-- Attachment #2: radeonfb.diff --]
[-- Type: text/x-diff, Size: 1574 bytes --]

--- linux-2.4.18-pre1/drivers/video/radeonfb.c.orig   Sat Dec 29 20:48:07 2001
+++ linux-2.4.18-pre1/drivers/video/radeonfb.c        Sat Dec 29 22:35:21 2001
@@ -76,6 +76,7 @@
 #include <video/fbcon-cfb32.h>
 #include "radeon.h"
+#define LVDS_STATE_MASK 0xFFFFFFFF

 #define DEBUG        0
@@ -2280,7 +2281,7 @@
      save->lvds_gen_cntl = INREG(LVDS_GEN_CNTL);
      save->lvds_pll_cntl = INREG(LVDS_PLL_CNTL);
      save->tmds_crc = INREG(TMDS_CRC);
-     save->tmds_transmitter_cntl = INREG(TMDS_TRANSMITTER_CNTL);
+/*   save->tmds_transmitter_cntl = INREG(TMDS_TRANSMITTER_CNTL); */
 }

@@ -2557,8 +2558,8 @@
              } else {
                      /* DFP */
                      newmode.fp_gen_cntl |= (FP_FPON | FP_TMDS_EN);
-                     newmode.tmds_transmitter_cntl = (TMDS_RAN_PAT_RST |
-                                                      ICHCSEL) & ~(TMDS_PLLRST);
+/*                   newmode.tmds_transmitter_cntl = (TMDS_RAN_PAT_RST |
+                                                      ICHCSEL) & ~(TMDS_PLLRST); */
                      newmode.crtc_ext_cntl &= ~CRTC_CRT_ON;
              }
 @@ -2647,7 +2648,7 @@
              OUTREG(FP_VERT_STRETCH, mode->fp_vert_stretch);
              OUTREG(FP_GEN_CNTL, mode->fp_gen_cntl);
              OUTREG(TMDS_CRC, mode->tmds_crc);
-             OUTREG(TMDS_TRANSMITTER_CNTL, mode->tmds_transmitter_cntl);
+/*           OUTREG(TMDS_TRANSMITTER_CNTL, mode->tmds_transmitter_cntl); */
               if (primary_mon == MT_LCD) {
                      unsigned int tmp = INREG(LVDS_GEN_CNTL);

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-18  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-17  3:54 [PATCH] radeonfb for kernel-2.4.18-pre1 reddog83
2002-01-17  7:37 ` Michael Clark
2002-01-18  7:31   ` Ani Joshi
2002-01-18  8:18     ` [PATCH] drivers/video/modedb.c - 1400x1050 fbdev mode timings Michael Clark
2002-01-17 13:10 ` [PATCH] radeonfb for kernel-2.4.18-pre1 Jordan Breeding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox