reddog83 wrote: > 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 > @@ -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); > This should be the correct patch, which instead of disabling code in the driver just correctly defines the necessary code in radeon.h. This patch was posted to linux-kernel a while back and when it was originally posted it was said to have come straight from Ani Joshi. This would make sense as it brings the mainline radeon.h in sync with the radeon.h which is in the linuxppc-devel bitkeeper tree. Jordan