Win10 2004: WDDM 2.7 Support

Discussion in 'Videocards - AMD Radeon Drivers Section' started by Eastcoasthandle, Feb 26, 2020.

  1. DmitryKo

    DmitryKo Master Guru

    Messages:
    447
    Likes Received:
    159
    GPU:
    ASRock RX 7800 XT
    They probably do not use the API as intended.

    For some feature options, you are supposed to initialize the feature query with the highest possible value, or a list of highest possible values, that your code can understand - and that's what the API returns back even when the driver supports higher tiers (to avoid breaking your code with values defined in later versions of the SDK, which could be supported by the latest WDDM driver and Direct3D runtime, but will be unknown to your program logic ).

    So if you are asking for SM 5.1 on SM 6.0 hardware, you will only get SM 5.1 as the highest supported shader model - but if you are asking for SM 6.5 on SM 6.0 hardware, you will get SM 6.0 as the highest (and SM 6.5 requires Windows 10 version 1903 - earlier versions will return E_INVALIDARG if you specify SM 6.5).
    Same for feature levels - you have to provide a list of feature levels known to your program, and the runtime returns the highest of them which is actually supported by hardware (but in this case, you can trick the runtime with yet undefined levels - shh, don't tell anyone!).


    [edit] AIDA64 reports SM 6.3 on the Display / GPU tab with the WDDM 2.7 preview driver, which is not correct; I've filed a bug report.
    DirectX tab only shows Direct3D 11 information, and SM 5.1 is the highest supported in Direct3D 11.
     
    Last edited: May 24, 2020
    biosdweller and Jackalito like this.
  2. Alessio1989

    Alessio1989 Ancient Guru

    Messages:
    2,952
    Likes Received:
    1,244
    GPU:
    .
    Microsoft developer documentation quality got worse since they abandoned the good old MSDN library and changed a gazillion of platforms, breaking all the internal links and documentation mantainers not having time to listen to the feedbacks. Now everything is almost on github, unfortunately is not yet easy to see corrections applied.
     
    Jackalito likes this.
  3. Krteq

    Krteq Maha Guru

    Messages:
    1,132
    Likes Received:
    766
    GPU:
    MSI RTX 3080 WC
    I presume that's a typo. Isn't Shader Model 6.5 supported since Windows 10 2004?
     
  4. biosdweller

    biosdweller Member

    Messages:
    16
    Likes Received:
    4
    GPU:
    Rx 580 8gb
    большо́е спаси́бо comrade, that cleared my doubts. I read so many things about this that i didn't know which program should i trust, is gpu-z trustworthy to know your supported SM version?
     

  5. DmitryKo

    DmitryKo Master Guru

    Messages:
    447
    Likes Received:
    159
    GPU:
    ASRock RX 7800 XT
    Yes, all features reported by GPU-Z look correct for my RX 5700. Open the Advanced tab and select "DirectX 12" from the list.

    The value was first defined in the SDK 182xx and could be checked with the Direct3D12 runtime since version 1903, but DXIL compiler and WDDM driver support was only implemented in version 2004 preview.

    [edit] Recent WDDM 2.7 drivers from AMD, Nvidia and Intel do support SM 6.5 - older GPUs only support new Wave Intrinsics though, while DXR 1.1, sampler feedback, and mesh shaders are only supported by NVIDIA GeForce RTX right now.
     
    Last edited: May 24, 2020
    Krteq and Jackalito like this.
  6. Krteq

    Krteq Maha Guru

    Messages:
    1,132
    Likes Received:
    766
    GPU:
    MSI RTX 3080 WC
    Thx for clarification
     
  7. Krteq

    Krteq Maha Guru

    Messages:
    1,132
    Likes Received:
    766
    GPU:
    MSI RTX 3080 WC
    Windows 10 May 2020 update should be released on May 26th, so I guess driver will be released on the same day
     
    srdjan1995 likes this.
  8. =GGC=Phantomblu

    =GGC=Phantomblu Member Guru

    Messages:
    190
    Likes Received:
    65
    GPU:
    Radeon RX 6900XT
    The AMD Software Crimson Control Panel has been updated via the Microsoft Sore to version 10.20.10012.0
     
    Last edited: May 14, 2020
    Jackalito and Exodite like this.
  9. Exodite

    Exodite Guest

    Messages:
    2,087
    Likes Received:
    276
    GPU:
    Sapphire Vega 56
    I usually try to avoid one-liners but damn, that typo is on point! :p
     
    Jackalito likes this.
  10. Jackalito

    Jackalito Master Guru

    Messages:
    584
    Likes Received:
    101
    GPU:
    Radeon RX 6800 XT
    LOL :D
    The accuracy :cool:
     

  11. Chastity

    Chastity Ancient Guru

    Messages:
    3,745
    Likes Received:
    1,668
    GPU:
    Nitro 5700XT/6800M
    Considering it's May 20, I gather WDDM 2.7 won't be coming until 20.6.1
     
  12. MyEinsamkeit

    MyEinsamkeit Master Guru

    Messages:
    562
    Likes Received:
    209
    GPU:
    Radeon Pro VII 16GB
    Patience my friend, patience. I'm sitting here waiting for my new RX 570 OC 8GB card, maybe the new drivers will show before it does, um next Tuesday.
     
  13. Nicked_Wicked

    Nicked_Wicked Master Guru

    Messages:
    222
    Likes Received:
    125
    GPU:
    6900XT
    What makes you say that? Official release will be 26th-ish, so we can expect a driver from team Red and Green on that day or at least in the same week.

    Team Blue was faster this time around though being 2 whole weeks ahead of schedule. :p
     
  14. Chastity

    Chastity Ancient Guru

    Messages:
    3,745
    Likes Received:
    1,668
    GPU:
    Nitro 5700XT/6800M
    It's so close to a 20.6.1 that they may just do it then. I really don't mind too much since it gives them more time for bugfix.
     
  15. GamerBoyManuel16

    GamerBoyManuel16 Member Guru

    Messages:
    144
    Likes Received:
    82
    GPU:
    RX 6800 XT
    Maybe they're going to fix a lot of stuff with the upcoming release :)
     

  16. DmitryKo

    DmitryKo Master Guru

    Messages:
    447
    Likes Received:
    159
    GPU:
    ASRock RX 7800 XT
    FYI, next AIDA64 beta 6.25.5423 will report the correct SM version.

    Rather add a lot of stuff, like support for Radeon Memory Visualizer tool https://gpuopen.com/rmv/ which needs additional driver hooks.
     
    Last edited: May 24, 2020
    biosdweller likes this.
  17. biosdweller

    biosdweller Member

    Messages:
    16
    Likes Received:
    4
    GPU:
    Rx 580 8gb
    just downloaded that aida 64 version and now it reports 6.4 as the shader model version. отлично сработано, comrade!
     
  18. Chastity

    Chastity Ancient Guru

    Messages:
    3,745
    Likes Received:
    1,668
    GPU:
    Nitro 5700XT/6800M
    sniffs around for some new drivers...
     
    LocoDiceGR likes this.
  19. D1stRU3T0R

    D1stRU3T0R Master Guru

    Messages:
    681
    Likes Received:
    241
    GPU:
    8 GB
    2 days until 2004.

    (eyy this sounds soo wrong, 3 more years and 2004 was 20 years ago wtf)
     
    Lipici, Strange Times and Turanis like this.
  20. ninja750

    ninja750 Master Guru

    Messages:
    366
    Likes Received:
    89
    GPU:
    RX 6800 REF
    can I stay with drivers 19.9.2 with the upcoming new windows10 build?
     

Share This Page