Announcement

Collapse
No announcement yet.

Can Side-Port Memory be mounted as a high priority swap?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can Side-Port Memory be mounted as a high priority swap?



    Hey guys, this is the board that I'm looking into getting. I'm not going to be using the onboard graphics. Instead I have a x1950Pro that will be used instead. I'm trying to justify buying a board with on board graphics that I'm not going to use. So I thought mounting a ridiculously high priority swap partition on the side port memory may just be worthwhile.

    Can this be done? First it would have to be readable as a block device. I can see the memory range in /proc/mtrr. But how can I access it as a block device?
    Last edited by duby229; 17 January 2009, 12:01 PM.

  • #2
    Originally posted by duby229 View Post
    Can this be done? First it would have to be readable as a block device. I can see the memory range in /proc/mtrr. But how can I access it as a block device?
    You can use MTD_PHRAM to use that memory area as a MTD device; then with MTD_BLOCK you can use that as a block device. Be sure that nothing else (e.g. a video driver) is touching that memory otherwise it will explode in a spectacular way (seriously, you risk a massive corruption of your filesystems)

    Comment


    • #3
      Just a caution; sideport memory is pretty narrow, maybe 16 bits wide, so it's not screaming fast. I guess it's faster than seeking around on a hard disk but probably slower than everything else. The primary purpose of sideport these days is to let you shut down the CPU and stop waking it up with HyperTransport requests for frame buffer data.
      Test signature

      Comment


      • #4
        Originally posted by bridgman View Post
        Just a caution; sideport memory is pretty narrow, maybe 16 bits wide, so it's not screaming fast. I guess it's faster than seeking around on a hard disk but probably slower than everything else. The primary purpose of sideport these days is to let you shut down the CPU and stop waking it up with HyperTransport requests for frame buffer data.
        Do you think it'll be more then say.... ummm.... 200MB/s?

        Say its 16bits wide and running at 200mhz so that would be 200mhz x 16bits / 8 = 400MB/s Does that sound about right?

        Comment


        • #5
          That sounds right for the raw data rate, might actually be higher for DDRx since you get multiple transfers per clock. Not sure what you would get after going through all the in-between logic though.
          Test signature

          Comment


          • #6
            Originally posted by bridgman View Post
            That sounds right for the raw data rate, might actually be higher for DDRx since you get multiple transfers per clock. Not sure what you would get after going through all the in-between logic though.
            Well, I dont have the board yet but when I get it I'll post the results here and let you all know what I think about it. It may not be worth it but I'll give it a try and post my results here.

            Comment


            • #7
              Sounds good.

              BTW if anyone is wondering why I said sideport is not fast, it probably has 800MB/s transfer rate or higher (DDR) but even refreshing a single 1680x1050 screen takes at least 400 MB/s (4 bytes read per pixel, 60 times/sec) and scrolling the screen smoothly probably takes twice that.
              Test signature

              Comment


              • #8
                Hey, that sounds pretty nice. Like a proper implementation of what was done with the Gamecube ARAM.

                Comment


                • #9
                  Originally posted by curaga View Post
                  Hey, that sounds pretty nice. Like a proper implementation of what was done with the Gamecube ARAM.
                  Thats actually where I got the idea.

                  Comment


                  • #10
                    Originally posted by bridgman View Post
                    Sounds good.

                    BTW if anyone is wondering why I said sideport is not fast, it probably has 800MB/s transfer rate or higher (DDR) but even refreshing a single 1680x1050 screen takes at least 400 MB/s (4 bytes read per pixel, 60 times/sec) and scrolling the screen smoothly probably takes twice that.
                    800MB/s second would make a pretty dang fast swap space though. It may suck as video memory, but if I can benchmark it at 800MB/s with hdparm then I'd be terribly happy with it as a swap space. I was figuring 400MB/s, but hey 800MB/s would be better.

                    Comment

                    Working...
                    X