Announcement

Collapse
No announcement yet.

RadeonSI Driver Adding Displayable DCC For Raven Ridge

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

  • RadeonSI Driver Adding Displayable DCC For Raven Ridge

    Phoronix: RadeonSI Driver Adding Displayable DCC For Raven Ridge

    Delta Color Compression (DCC) support for scan-out surfaces will soon be supported by AMD Raven Ridge hardware in conjunction with the latest AMDGPU Linux kernel code and the RadeonSI OpenGL driver...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Can someone explain what exactly DCC is, and what kind of benefit does enabling it give to the end user?

    Comment


    • #3
      Originally posted by Venemo View Post
      Can someone explain what exactly DCC is, and what kind of benefit does enabling it give to the end user?
      Maybe this will answer your questions https://gpuopen.com/dcc-overview/

      Comment


      • #4
        Originally posted by dlq84 View Post
        Maybe this will answer your questions https://gpuopen.com/dcc-overview/
        Pretty interesting read. The part that stood out to me the most was the part about using FP32. Really gets me to wonder though:
        GPUs and software for nearly 20 years now have supported 24-bit color, never really going any higher, and there doesn't seem to be much of a push in the industry to change that (yes, I know there are true 32-bit programs and displays, but they're rare and expensive). So, why don't most gaming GPUs use "true" FP24? Shaving off all those "useless" transistors seems like they could offer a MAJOR improvement in terms of transistor density, overall performance and stability, and possibly decrease overall bandwidth consumption.
        Meanwhile, for compute tasks, how many of them really need all of the registers in FP64? I'm sure FP48 would be sufficient in the vast majority of use-cases.

        Comment


        • #5
          Michael a follow-up article of the current situation of the your raven ridge laptop would be nice

          Comment


          • #6
            schmidtbag - You're forgetting the alpha channel.

            Comment


            • #7
              Originally posted by sandy8925 View Post
              schmidtbag - You're forgetting the alpha channel.
              According to the link provided by dlq84, the extra 8 bits are discarded. To me, that means they're effectively not used. Am I misunderstanding something?

              Originally posted by tildearrow
              Bandwidth. FP24 (weird) requires up to 3 times the bandwidth of 24-bit. Note that by 24-bit color they don't mean 24 bits per channel, but rather 8 bits per channel (3 channels).
              I don't think you understood my question. Like I said to sandy8925, that link says 24-bit color doesn't allocate all 32 bits. So, if the vast majority of calculations on a GPU don't need 32 bit hardware, why not make it 24 bit hardware? In doing so, that would reduce bandwidth.
              Last edited by schmidtbag; 01 March 2019, 03:08 PM.

              Comment


              • #8
                @andrei_me , +1

                Comment


                • #9
                  schmidtbag - It says that's done for depth, not colour.

                  Comment


                  • #10
                    Originally posted by schmidtbag View Post
                    According to the link provided by dlq84, the extra 8 bits are discarded. To me, that means they're effectively not used. Am I misunderstanding something?


                    I don't think you understood my question. Like I said to sandy8925, that link says 24-bit color doesn't allocate all 32 bits. So, if the vast majority of calculations on a GPU don't need 32 bit hardware, why not make it 24 bit hardware? In doing so, that would reduce bandwidth.
                    You're not writing a device driver to target video games, and all other major application spaces be damned. The #3 explanation alludes to much more than just `games,' and how FP32 is a better solution than FP16, which would require two operations and then the third to toss the 8 bit alpha when a specific application does not leverage it.

                    Comment

                    Working...
                    X