linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jimmy Jazz <Jimmy.Jazz@gmx.net>
To: Jimmy.Jazz@gmx.net, linux-fbdev-devel@lists.sourceforge.net
Subject: Re: radeonfb doesn't work with an ati X800 pcie card
Date: Wed, 28 Mar 2007 23:08:02 +0200	[thread overview]
Message-ID: <460AD932.5080903@gmx.net> (raw)
In-Reply-To: <46093D22.3090401@gmx.net>

Jimmy Jazz a écrit :
>
> Certainly not related to the current issue, radeonfb and x11 disagree 
> how many memories the video card really has. radeonfb found half the 
> content and detects the dvi connector where the flat screen is 
> attached to quite well but identifies a CRT monitor instead of a TMDS.

this one was easy,  the size was just limited to less then 256 :)

# diff -ruN radeon_base.c.patched2 radeon_base.c
--- radeon_base.c.patched2      2007-03-26 14:15:47.000000000 +0200
+++ radeon_base.c       2007-03-28 23:03:53.000000000 +0200
@@ -2139,10 +2139,6 @@
        /* mem size is bits [28:0], mask off the rest */
        rinfo->video_ram = tmp & CONFIG_MEMSIZE_MASK;

-       /* Limit memory to 128 megs for now */
-       if (rinfo->video_ram > MAX_VRAM)
-               rinfo->video_ram = MAX_VRAM;
-
        /*
         * Hack to get around some busted production M6's
         * reporting no ram


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

  parent reply	other threads:[~2007-03-28 21:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27 15:49 radeonfb doesn't work with an ati X800 pcie card Jimmy Jazz
2007-03-27 16:58 ` Jimmy Jazz
2007-03-27 17:44   ` Alex Deucher
2007-03-28 19:24     ` Jimmy Jazz
2007-03-28 21:08 ` Jimmy Jazz [this message]
2007-03-28 21:42   ` Alex Deucher
2007-03-28 22:03 ` Jimmy Jazz
2007-03-28 22:26   ` Alex Deucher
2007-04-10 18:03 ` Jimmy Jazz
2007-04-11 12:17   ` Jimmy Jazz
2007-04-11 22:11     ` Benjamin Herrenschmidt
2007-04-12 23:38       ` Luca Tettamanti
2007-04-14 10:17         ` Jimmy Jazz
2007-04-13  9:04       ` Jimmy Jazz

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=460AD932.5080903@gmx.net \
    --to=jimmy.jazz@gmx.net \
    --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 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).