Announcement

Collapse
No announcement yet.

AMD Releases Microcode For All GPUs

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

  • #21
    *Wow*. Fair play to AMD/ATI for all of this. The rate at which they're pushing out specs is amazing, and they've certainly shattered a few negative opinions of them in the last while.

    Comment


    • #22
      Following the progress at http://gitweb.freedesktop.org/?p=xor....git;a=summary

      just want to say, go go go :-)

      Comment


      • #23
        what the fuck?

        Microcode isn't source code AMD. Not acceptable.

        Comment


        • #24
          My understanding is that microcode blobs are accepted, although there is some discussion about having the microcode blobs loaded from user space to avoid the kernel getting too big. I don't think anyone is publishing microcode source today.
          Test signature

          Comment


          • #25
            Originally posted by bugmenot View Post
            Microcode isn't source code AMD. Not acceptable.
            Source Code???????
            They are releasing their specs + microcode, not opening their driver source code!
            BTW, do you know what exactly are ucode and specifications???

            PS: Great work/news from AMD/ATI despite their delicate situation, hopefully they'll get up and kick ass!!

            Comment


            • #26
              Originally posted by bugmenot View Post
              Microcode isn't source code AMD. Not acceptable.
              Microcode source would probably be useless without a whole new layer of tools and documentation (I only say "probably" on the outside chance that it's using some standard ISA, which has been done in the past for at least one other vendor's "microcode"). It might be interesting to look at, but in a practical sense it's more part of the hardware than part of the driver. It doesn't run on the host CPU, and the hardware doesn't behave as documented without it. Besides, the role of the Radeon CP microcode seems to be pretty limited in scope unless I'm grossly misunderstanding something. Even FSF/GNU is not actively calling for this kind of stuff to be released, as far as I know...

              Comment


              • #27
                Originally posted by Ex-Cyber View Post
                Microcode source would probably be useless without a whole new layer of tools and documentation (I only say "probably" on the outside chance that it's using some standard ISA, which has been done in the past for at least one other vendor's "microcode"). It might be interesting to look at, but in a practical sense it's more part of the hardware than part of the driver. It doesn't run on the host CPU, and the hardware doesn't behave as documented without it. Besides, the role of the Radeon CP microcode seems to be pretty limited in scope unless I'm grossly misunderstanding something. Even FSF/GNU is not actively calling for this kind of stuff to be released, as far as I know...
                The microcode is a little program that runs on the command processor and tells it how to parse up the incoming command packets. These packets are used to program the acceleration engines. The CP decodes the incoming packets and then programs the accel registers to do the appropriate thing. The microcode is nothing more than a packet parser. For the most part you can program the the accel registers directly via MMIO, but it's much less efficient.

                Comment


                • #28
                  Originally posted by agd5f View Post
                  The microcode is nothing more than a packet parser. For the most part you can program the the accel registers directly via MMIO, but it's much less efficient.
                  Ah. I was wondering about this. When I read the microcode blob was released, I was a bit confused. All this time the xorg-video-ati driver has worked without this microcode (I presume, because redistribution wouldn't have been allowed), so I was wondering what the need for it was. Speed, you say!

                  Comment


                  • #29
                    The microcode is loaded by mesa/drm, and was stored there. The -ati driver uses the Command Processor (which runs the microcode) if DRM is there, and uses the slower MMIO paths if DRM is not there.

                    I'm not 100% sure, but I think DRM previously contained microcode for R100/R200 which had been released by ATI and R300 microcode which had been "reverse engineered" from the fglrx driver. The R300 microcode was being used for 4xx and 5xx as well, which worked OK but probably introduced a few bugs which the new microcode should fix.

                    As Alex said, the microcode determines how the command packets ("PM4 packets", described in the R5xx 3D Acceleration document) are parsed, ie the microcode allows the chip to behave the way we documented it.
                    Last edited by bridgman; 22 March 2008, 02:22 PM.
                    Test signature

                    Comment


                    • #30
                      Is there any info about what important new microcode fixes for each rXXX ?

                      Comment

                      Working...
                      X